Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
61 struct cpuinfo_x86 { struct62 __u8 x86; /* CPU family */63 __u8 x86_vendor; /* CPU vendor */64 __u8 x86_model;65 __u8 x86_mask;67 char wp_works_ok; /* It doesn't on 386's */70 char hlt_works_ok;71 char hard_math;72 char rfu;73 char fdiv_bug;[all …]