Lines Matching defs:cpuinfo_x86
78 struct cpuinfo_x86 { struct
79 __u8 x86; /* CPU family */
80 __u8 x86_vendor; /* CPU vendor */
81 __u8 x86_model;
82 __u8 x86_stepping;
85 int x86_tlbsize;
87 __u8 x86_virt_bits;
88 __u8 x86_phys_bits;
90 __u8 x86_coreid_bits;
91 __u8 cu_id;
93 __u32 extended_cpuid_level;
95 int cpuid_level;
96 __u32 x86_capability[NCAPINTS + NBUGINTS];
97 char x86_vendor_id[16];
98 char x86_model_id[64];
100 unsigned int x86_cache_size;
101 int x86_cache_alignment; /* In bytes */
103 int x86_cache_max_rmid; /* max index */
104 int x86_cache_occ_scale; /* scale to bytes */
105 int x86_power;
106 unsigned long loops_per_jiffy;
108 u16 x86_max_cores;
109 u16 apicid;
110 u16 initial_apicid;
111 u16 x86_clflush_size;
113 u16 booted_cores;
115 u16 phys_proc_id;
117 u16 logical_proc_id;
119 u16 cpu_core_id;
120 u16 cpu_die_id;
121 u16 logical_die_id;
123 u16 cpu_index;
124 u32 microcode;
126 u8 x86_cache_bits;
127 unsigned initialized : 1;