Lines Matching defs:cpu_spec
47 struct cpu_spec { struct
49 unsigned int pvr_mask;
50 unsigned int pvr_value;
52 char *cpu_name;
53 unsigned long cpu_features; /* Kernel features */
54 unsigned int cpu_user_features; /* Userland features */
55 unsigned int cpu_user_features2; /* Userland features v2 */
56 unsigned int mmu_features; /* MMU features */
59 unsigned int icache_bsize;
60 unsigned int dcache_bsize;
63 unsigned int num_pmcs;
64 enum powerpc_pmc_type pmc_type;
69 cpu_setup_t cpu_setup;
71 cpu_restore_t cpu_restore;
74 char *oprofile_cpu_type;
77 enum powerpc_oprofile_type oprofile_type;
80 unsigned long oprofile_mmcra_sihv;
81 unsigned long oprofile_mmcra_sipr;
107 extern struct cpu_spec *cur_cpu_spec; argument