Lines Matching defs:cpuinfo_x86
108 struct cpuinfo_x86 { struct
109 __u8 x86; /* CPU family */
110 __u8 x86_vendor; /* CPU vendor */
111 __u8 x86_model;
112 __u8 x86_stepping;
115 int x86_tlbsize;
118 __u32 vmx_capability[NVMXINTS];
120 __u8 x86_virt_bits;
121 __u8 x86_phys_bits;
123 __u8 x86_coreid_bits;
125 __u32 extended_cpuid_level;
127 int cpuid_level;
133 union {
137 char x86_vendor_id[16];
138 char x86_model_id[64];
139 struct cpuinfo_topology topo;
141 unsigned int x86_cache_size;
142 int x86_cache_alignment; /* In bytes */
144 int x86_cache_max_rmid; /* max index */
145 int x86_cache_occ_scale; /* scale to bytes */
146 int x86_cache_mbm_width_offset;
147 int x86_power;
148 unsigned long loops_per_jiffy;
150 u64 ppin;
152 u16 x86_max_cores;
153 u16 x86_clflush_size;
155 u16 booted_cores;
157 u16 cpu_index;
159 bool smt_active;
183 extern struct cpuinfo_x86 boot_cpu_data; argument