Linux Kernel
3.7.1
|
#include <cputable.h>
Data Fields | |
unsigned int | pvr_mask |
unsigned int | pvr_value |
char * | cpu_name |
unsigned long | cpu_features |
unsigned int | cpu_user_features |
unsigned int | mmu_features |
unsigned int | icache_bsize |
unsigned int | dcache_bsize |
unsigned int | num_pmcs |
enum powerpc_pmc_type | pmc_type |
cpu_setup_t | cpu_setup |
cpu_restore_t | cpu_restore |
char * | oprofile_cpu_type |
enum powerpc_oprofile_type | oprofile_type |
unsigned long | oprofile_mmcra_sihv |
unsigned long | oprofile_mmcra_sipr |
unsigned long | oprofile_mmcra_clear |
char * | platform |
int(* | machine_check )(struct pt_regs *regs) |
Definition at line 47 of file cputable.h.
unsigned long cpu_features |
Definition at line 53 of file cputable.h.
char* cpu_name |
Definition at line 52 of file cputable.h.
cpu_restore_t cpu_restore |
Definition at line 70 of file cputable.h.
cpu_setup_t cpu_setup |
Definition at line 68 of file cputable.h.
unsigned int cpu_user_features |
Definition at line 54 of file cputable.h.
unsigned int dcache_bsize |
Definition at line 59 of file cputable.h.
unsigned int icache_bsize |
Definition at line 58 of file cputable.h.
unsigned int mmu_features |
Definition at line 55 of file cputable.h.
unsigned int num_pmcs |
Definition at line 62 of file cputable.h.
char* oprofile_cpu_type |
Definition at line 73 of file cputable.h.
unsigned long oprofile_mmcra_clear |
Definition at line 83 of file cputable.h.
unsigned long oprofile_mmcra_sihv |
Definition at line 79 of file cputable.h.
unsigned long oprofile_mmcra_sipr |
Definition at line 80 of file cputable.h.
enum powerpc_oprofile_type oprofile_type |
Definition at line 76 of file cputable.h.
char* platform |
Definition at line 86 of file cputable.h.
enum powerpc_pmc_type pmc_type |
Definition at line 63 of file cputable.h.
unsigned int pvr_mask |
Definition at line 49 of file cputable.h.
unsigned int pvr_value |
Definition at line 50 of file cputable.h.