#include <cpu_arm.h>
Public Attributes | |
const char * | name |
uint32_t | cpu_id |
int | flags |
int | icache_shift |
int | iway |
int | dcache_shift |
int | dway |
uint32_t arm_cpu_type_def::cpu_id |
Definition at line 42 of file cpu_arm.h.
Referenced by arm_coproc_15().
int arm_cpu_type_def::dcache_shift |
Definition at line 46 of file cpu_arm.h.
Referenced by arm_cpu_dumpinfo().
int arm_cpu_type_def::flags |
Definition at line 43 of file cpu_arm.h.
Referenced by arm_translate_v2p_mmu().
int arm_cpu_type_def::icache_shift |
Definition at line 44 of file cpu_arm.h.
Referenced by arm_cpu_dumpinfo().
const char* arm_cpu_type_def::name |
Definition at line 41 of file cpu_arm.h.
Referenced by arm_cpu_list_available_types().