Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/amd64/vmm/
HDx86.c328 if (!(regs[2] & CPUID2_OSXSAVE)) in x86_emulate_cpuid()
336 regs[2] &= ~CPUID2_OSXSAVE; in x86_emulate_cpuid()
344 regs[2] |= CPUID2_OSXSAVE; in x86_emulate_cpuid()
/freebsd-11-stable/lib/libc/amd64/gen/
HDgetcontextx.c49 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
/freebsd-11-stable/lib/libc/i386/gen/
HDgetcontextx.c72 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
/freebsd-11-stable/sys/x86/include/
HDspecialreg.h177 #define CPUID2_OSXSAVE 0x08000000 macro