Searched defs:cpuinfo_x86 (Results 1 – 1 of 1) sorted by relevance
50 struct cpuinfo_x86 { struct51 __u8 x86; /* CPU family */52 __u8 x86_vendor; /* CPU vendor */53 __u8 x86_model;54 __u8 x86_mask;55 char wp_works_ok; /* It doesn't on 386's */56 char hlt_works_ok; /* Problems on some 486Dx4's and old 386's */57 char hard_math;58 char rfu;59 int cpuid_level; /* Maximum supported CPUID level, -1=no CPUID */[all …]