Lines Matching defs:cpu_spec
55 struct cpu_spec { struct
57 unsigned int pvr_mask;
58 unsigned int pvr_value;
60 char *cpu_name;
61 unsigned long cpu_features; /* Kernel features */
62 unsigned int cpu_user_features; /* Userland features */
63 unsigned int cpu_user_features2; /* Userland features v2 */
64 unsigned int mmu_features; /* MMU features */
67 unsigned int icache_bsize;
68 unsigned int dcache_bsize;
71 void (*cpu_down_flush)(void);
74 unsigned int num_pmcs;
75 enum powerpc_pmc_type pmc_type;
80 cpu_setup_t cpu_setup;
82 cpu_restore_t cpu_restore;
85 char *oprofile_cpu_type;
88 enum powerpc_oprofile_type oprofile_type;
112 extern struct cpu_spec *cur_cpu_spec; argument