Home
last modified time | relevance | path

Searched refs:CPUID2_OSXSAVE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/amd64/vmm/
HDx86.c250 if (!(regs[2] & CPUID2_OSXSAVE)) in x86_emulate_cpuid()
258 regs[2] &= ~CPUID2_OSXSAVE; in x86_emulate_cpuid()
266 regs[2] |= CPUID2_OSXSAVE; in x86_emulate_cpuid()
/NextBSD/lib/libc/amd64/gen/
HDgetcontextx.c49 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
/NextBSD/lib/libc/i386/gen/
HDgetcontextx.c72 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
/NextBSD/sys/x86/include/
HDspecialreg.h176 #define CPUID2_OSXSAVE 0x08000000 macro