Searched refs:CPUID2_OSXSAVE (Results 1 – 4 of 4) sorted by relevance
328 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()
49 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
72 if ((p[2] & CPUID2_OSXSAVE) != 0) { in __getcontextx_size()
177 #define CPUID2_OSXSAVE 0x08000000 macro