Lines Matching defs:cpuinfo_x86
88 struct cpuinfo_x86 { struct
89 __u8 x86; /* CPU family */
90 __u8 x86_vendor; /* CPU vendor */
91 __u8 x86_model;
92 __u8 x86_mask;
94 char wp_works_ok; /* It doesn't on 386's */
97 char rfu;
98 char pad0;
99 char pad1;
102 int x86_tlbsize;
104 __u8 x86_virt_bits;
105 __u8 x86_phys_bits;
107 __u8 x86_coreid_bits;
109 __u32 extended_cpuid_level;
111 int cpuid_level;
112 __u32 x86_capability[NCAPINTS + NBUGINTS];
113 char x86_vendor_id[16];
114 char x86_model_id[64];
116 int x86_cache_size;
117 int x86_cache_alignment; /* In bytes */
119 int x86_cache_max_rmid; /* max index */
120 int x86_cache_occ_scale; /* scale to bytes */
121 int x86_power;
122 unsigned long loops_per_jiffy;
124 u16 x86_max_cores;
125 u16 apicid;
126 u16 initial_apicid;
127 u16 x86_clflush_size;
129 u16 booted_cores;
131 u16 phys_proc_id;
155 extern struct cpuinfo_x86 boot_cpu_data; argument