Lines Matching defs:cpu_spec
54 struct cpu_spec { struct
56 unsigned int pvr_mask;
57 unsigned int pvr_value;
59 char *cpu_name;
60 unsigned long cpu_features; /* Kernel features */
61 unsigned int cpu_user_features; /* Userland features */
62 unsigned int cpu_user_features2; /* Userland features v2 */
63 unsigned int mmu_features; /* MMU features */
66 unsigned int icache_bsize;
67 unsigned int dcache_bsize;
70 void (*cpu_down_flush)(void);
73 unsigned int num_pmcs;
74 enum powerpc_pmc_type pmc_type;
79 cpu_setup_t cpu_setup;
81 cpu_restore_t cpu_restore;
84 char *oprofile_cpu_type;
87 enum powerpc_oprofile_type oprofile_type;
111 extern struct cpu_spec *cur_cpu_spec; argument