#include <cpu_ppc.h>
Public Attributes | |
const char * | name |
int | pvr |
int | bits |
int | flags |
int | icache_shift |
int | ilinesize |
int | iway |
int | dcache_shift |
int | dlinesize |
int | dway |
int | l2cache_shift |
int | l2linesize |
int | l2way |
int | altivec |
int ppc_cpu_type_def::bits |
Definition at line 46 of file cpu_ppc.h.
Referenced by ppc_cpu_new().
int ppc_cpu_type_def::dcache_shift |
Definition at line 51 of file cpu_ppc.h.
Referenced by ppc_cpu_dumpinfo(), and ppc_cpu_new().
int ppc_cpu_type_def::flags |
Definition at line 47 of file cpu_ppc.h.
Referenced by ppc_bat(), ppc_cpu_register_dump(), ppc_translate_v2p(), and reg_access_msr().
int ppc_cpu_type_def::icache_shift |
Definition at line 48 of file cpu_ppc.h.
Referenced by ppc_cpu_dumpinfo(), and ppc_cpu_new().
int ppc_cpu_type_def::l2cache_shift |
Definition at line 54 of file cpu_ppc.h.
Referenced by ppc_cpu_dumpinfo(), and ppc_cpu_new().
const char* ppc_cpu_type_def::name |
Definition at line 44 of file cpu_ppc.h.
Referenced by ppc_cpu_list_available_types(), and ppc_cpu_new().
int ppc_cpu_type_def::pvr |
Definition at line 45 of file cpu_ppc.h.
Referenced by ppc_cpu_new().