#include <cpu_alpha.h>
Public Attributes | |
const char * | name |
uint64_t | pcs_type |
int | features |
int | implver |
int | icache_shift |
int | ilinesize |
int | iway |
int | dcache_shift |
int | dlinesize |
int | dway |
int | l2cache_shift |
int | l2linesize |
int | l2way |
Definition at line 40 of file cpu_alpha.h.
int alpha_cpu_type_def::dcache_shift |
Definition at line 48 of file cpu_alpha.h.
int alpha_cpu_type_def::dlinesize |
Definition at line 49 of file cpu_alpha.h.
int alpha_cpu_type_def::dway |
Definition at line 50 of file cpu_alpha.h.
int alpha_cpu_type_def::features |
Definition at line 43 of file cpu_alpha.h.
int alpha_cpu_type_def::icache_shift |
Definition at line 45 of file cpu_alpha.h.
int alpha_cpu_type_def::ilinesize |
Definition at line 46 of file cpu_alpha.h.
int alpha_cpu_type_def::implver |
Definition at line 44 of file cpu_alpha.h.
Referenced by X().
int alpha_cpu_type_def::iway |
Definition at line 47 of file cpu_alpha.h.
int alpha_cpu_type_def::l2cache_shift |
Definition at line 51 of file cpu_alpha.h.
int alpha_cpu_type_def::l2linesize |
Definition at line 52 of file cpu_alpha.h.
int alpha_cpu_type_def::l2way |
Definition at line 53 of file cpu_alpha.h.
const char* alpha_cpu_type_def::name |
Definition at line 41 of file cpu_alpha.h.
Referenced by alpha_cpu_list_available_types(), and alpha_cpu_new().
uint64_t alpha_cpu_type_def::pcs_type |
Definition at line 42 of file cpu_alpha.h.
Referenced by MACHINE_SETUP().