Lines Matching defs:cpuinfo_x86
82 struct cpuinfo_x86 { struct
83 __u8 x86; /* CPU family */
84 __u8 x86_vendor; /* CPU vendor */
85 __u8 x86_model;
86 __u8 x86_stepping;
89 int x86_tlbsize;
92 __u32 vmx_capability[NVMXINTS];
94 __u8 x86_virt_bits;
95 __u8 x86_phys_bits;
97 __u8 x86_coreid_bits;
98 __u8 cu_id;
100 __u32 extended_cpuid_level;
102 int cpuid_level;
108 union {
112 char x86_vendor_id[16];
113 char x86_model_id[64];
115 unsigned int x86_cache_size;
116 int x86_cache_alignment; /* In bytes */
118 int x86_cache_max_rmid; /* max index */
119 int x86_cache_occ_scale; /* scale to bytes */
120 int x86_cache_mbm_width_offset;
121 int x86_power;
122 unsigned long loops_per_jiffy;
124 u64 ppin;
126 u16 x86_max_cores;
127 u16 apicid;
128 u16 initial_apicid;
129 u16 x86_clflush_size;
131 u16 booted_cores;
133 u16 phys_proc_id;
135 u16 logical_proc_id;
137 u16 cpu_core_id;
138 u16 cpu_die_id;
139 u16 logical_die_id;
141 u16 cpu_index;
143 bool smt_active;
167 extern struct cpuinfo_x86 boot_cpu_data; argument