Searched defs:cpuinfo_x86 (Results 1 – 2 of 2) sorted by relevance
227 struct cpuinfo_x86 { struct228 uint8_t x86; /* CPU family */229 uint8_t x86_vendor; /* CPU vendor */230 uint8_t x86_model;231 uint8_t x86_mask;232 char wp_works_ok; /* It doesn't on 386's */233 char hlt_works_ok; /* Problems on some 486Dx4's and old 386's */234 char hard_math;235 char rfu;236 int cpuid_level; /* Maximum supported CPUID level, -1=no CPUID */[all …]
45 struct cpuinfo_x86 { struct47 unsigned int features;49 unsigned int amd_features;