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_mask;
88 char wp_works_ok; /* It doesn't on 386's */
91 char rfu;
92 char pad0;
93 char pad1;
96 int x86_tlbsize;
98 __u8 x86_virt_bits;
99 __u8 x86_phys_bits;
101 __u8 x86_coreid_bits;
103 __u32 extended_cpuid_level;
105 int cpuid_level;
106 __u32 x86_capability[NCAPINTS + NBUGINTS];
107 char x86_vendor_id[16];
108 char x86_model_id[64];
110 int x86_cache_size;
111 int x86_cache_alignment; /* In bytes */
113 int x86_cache_max_rmid; /* max index */
114 int x86_cache_occ_scale; /* scale to bytes */
115 int x86_power;
116 unsigned long loops_per_jiffy;
118 u16 x86_max_cores;
119 u16 apicid;
120 u16 initial_apicid;
121 u16 x86_clflush_size;
123 u16 booted_cores;
125 u16 phys_proc_id;
149 extern struct cpuinfo_x86 boot_cpu_data; argument