Home
last modified time | relevance | path

Searched refs:x86_capability (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gplinclude/
Dcpuid.h193 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability)
237 uint32_t x86_capability[NCAPINTS]; member
/external/syslinux/com32/gpllib/
Dcpuid.c355 c->x86_capability[0] = capability; in generic_identify()
356 c->x86_capability[4] = excap; in generic_identify()
375 c->x86_capability[1] = cpuid_edx(0x80000001); in generic_identify()
376 c->x86_capability[6] = cpuid_ecx(0x80000001); in generic_identify()