Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
108 struct cpuinfo_x86 { struct109 __u8 x86; /* CPU family */110 __u8 x86_vendor; /* CPU vendor */111 __u8 x86_model;112 __u8 x86_stepping;115 int x86_tlbsize;118 __u32 vmx_capability[NVMXINTS];120 __u8 x86_virt_bits;121 __u8 x86_phys_bits;123 __u8 x86_coreid_bits;[all …]