Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
83 struct cpuinfo_x86 { struct84 __u8 x86; /* CPU family */85 __u8 x86_vendor; /* CPU vendor */86 __u8 x86_model;87 __u8 x86_mask;89 char wp_works_ok; /* It doesn't on 386's */92 char hard_math;93 char rfu;94 char pad0;97 int x86_tlbsize;[all …]