Lines Matching defs:cpuinfo_x86
124 struct cpuinfo_x86 { struct
125 union {
142 __u8 x86_stepping;
145 int x86_tlbsize;
148 __u32 vmx_capability[NVMXINTS];
150 __u8 x86_virt_bits;
151 __u8 x86_phys_bits;
153 __u32 extended_cpuid_level;
155 int cpuid_level;
161 union {
165 char x86_vendor_id[16];
166 char x86_model_id[64];
167 struct cpuinfo_topology topo;
169 unsigned int x86_cache_size;
170 int x86_cache_alignment; /* In bytes */
172 int x86_cache_max_rmid; /* max index */
173 int x86_cache_occ_scale; /* scale to bytes */
174 int x86_cache_mbm_width_offset;
175 int x86_power;
176 unsigned long loops_per_jiffy;
178 u64 ppin;
179 u16 x86_clflush_size;
181 u16 booted_cores;
183 u16 cpu_index;
185 bool smt_active;
209 extern struct cpuinfo_x86 boot_cpu_data; argument