Lines Matching defs:cpu_spec
44 struct cpu_spec { struct
46 unsigned int pvr_mask;
47 unsigned int pvr_value;
49 char *cpu_name;
50 unsigned long cpu_features; /* Kernel features */
51 unsigned int cpu_user_features; /* Userland features */
52 unsigned int cpu_user_features2; /* Userland features v2 */
53 unsigned int mmu_features; /* MMU features */
56 unsigned int icache_bsize;
57 unsigned int dcache_bsize;
60 void (*cpu_down_flush)(void);
63 unsigned int num_pmcs;
64 enum powerpc_pmc_type pmc_type;
88 extern struct cpu_spec *cur_cpu_spec; argument