Lines Matching defs:cpuinfo_x86
61 struct cpuinfo_x86 { struct
62 __u8 x86; /* CPU family */
63 __u8 x86_vendor; /* CPU vendor */
64 __u8 x86_model;
65 __u8 x86_mask;
67 char wp_works_ok; /* It doesn't on 386's */
70 char hlt_works_ok;
71 char hard_math;
72 char rfu;
73 char fdiv_bug;
74 char f00f_bug;
75 char coma_bug;
76 char pad0;
79 int x86_tlbsize;
81 __u8 x86_virt_bits;
82 __u8 x86_phys_bits;
84 __u8 x86_coreid_bits;
86 __u32 extended_cpuid_level;
88 int cpuid_level;
89 __u32 x86_capability[NCAPINTS];
90 char x86_vendor_id[16];
91 char x86_model_id[64];
93 int x86_cache_size;
94 int x86_cache_alignment; /* In bytes */
95 int x86_power;
96 unsigned long loops_per_jiffy;
98 u16 x86_max_cores;
99 u16 apicid;
100 u16 initial_apicid;
101 u16 x86_clflush_size;
103 u16 booted_cores;
105 u16 phys_proc_id;
129 extern struct cpuinfo_x86 boot_cpu_data; argument