Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
90 struct cpuinfo_x86 { struct91 __u8 x86; /* CPU family */92 __u8 x86_vendor; /* CPU vendor */93 __u8 x86_model;94 __u8 x86_stepping;97 int x86_tlbsize;99 __u8 x86_virt_bits;100 __u8 x86_phys_bits;102 __u8 x86_coreid_bits;103 __u8 cu_id;[all …]