Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
88 struct cpuinfo_x86 { struct89 __u8 x86; /* CPU family */90 __u8 x86_vendor; /* CPU vendor */91 __u8 x86_model;92 __u8 x86_mask;94 char wp_works_ok; /* It doesn't on 386's */97 char rfu;98 char pad0;99 char pad1;102 int x86_tlbsize;[all …]