Home
last modified time | relevance | path

Searched defs:cpuinfo_x86 (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gplinclude/
Dcpuid.h227 struct cpuinfo_x86 { struct
228 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 …]
/external/syslinux/gpxe/src/arch/i386/include/bits/
Dcpu.h45 struct cpuinfo_x86 { struct
47 unsigned int features;
49 unsigned int amd_features;