Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h81 struct cpuinfo_x86 { struct
82 __u8 x86; /* CPU family */
83 __u8 x86_vendor; /* CPU vendor */
84 __u8 x86_model;
85 __u8 x86_stepping;
88 int x86_tlbsize;
91 __u32 vmx_capability[NVMXINTS];
93 __u8 x86_virt_bits;
94 __u8 x86_phys_bits;
96 __u8 x86_coreid_bits;
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c54 struct cpuinfo_x86 { struct
55 uint8_t x86; /* CPU family */
56 uint8_t x86_vendor; /* CPU vendor */
57 uint8_t x86_model;
58 uint8_t x86_mask;