#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::dcache_shift |
Definition at line 51 of file cpu_ppc.h.
Referenced by ppc_cpu_dumpinfo().
| 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().
| int ppc_cpu_type_def::l2cache_shift |
Definition at line 54 of file cpu_ppc.h.
Referenced by ppc_cpu_dumpinfo().
| const char* ppc_cpu_type_def::name |
Definition at line 44 of file cpu_ppc.h.
Referenced by ppc_cpu_list_available_types().
1.8.17