Lines Matching defs:cpuinfo_x86
129 struct cpuinfo_x86 { struct
130 union {
147 __u8 x86_stepping;
150 int x86_tlbsize;
153 __u32 vmx_capability[NVMXINTS];
155 __u8 x86_virt_bits;
156 __u8 x86_phys_bits;
158 __u32 extended_cpuid_level;
160 int cpuid_level;
166 union {
170 char x86_vendor_id[16];
171 char x86_model_id[64];
172 struct cpuinfo_topology topo;
174 unsigned int x86_cache_size;
175 int x86_cache_alignment; /* In bytes */
177 int x86_cache_max_rmid; /* max index */
178 int x86_cache_occ_scale; /* scale to bytes */
179 int x86_cache_mbm_width_offset;
180 int x86_power;
181 unsigned long loops_per_jiffy;
183 u64 ppin;
184 u16 x86_clflush_size;
186 u16 booted_cores;
188 u16 cpu_index;
190 bool smt_active;
214 extern struct cpuinfo_x86 boot_cpu_data; argument