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