Home
last modified time | relevance | path

Searched defs:cpuinfo_x86 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h83 struct cpuinfo_x86 { struct
84 union {
101 __u8 x86_stepping;
104 int x86_tlbsize;
107 __u32 vmx_capability[NVMXINTS];
109 __u8 x86_virt_bits;
110 __u8 x86_phys_bits;
112 __u8 x86_coreid_bits;
113 __u8 cu_id;
115 __u32 extended_cpuid_level;
[all …]
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c53 struct cpuinfo_x86 { struct
54 uint8_t x86; /* CPU family */
55 uint8_t x86_vendor; /* CPU vendor */
56 uint8_t x86_model;
57 uint8_t x86_mask;