Searched refs:CPUID2_OSXSAVE (Results 1 – 4 of 4) sorted by relevance
342 if (!(regs[2] & CPUID2_OSXSAVE)) in x86_emulate_cpuid()350 regs[2] &= ~CPUID2_OSXSAVE; in x86_emulate_cpuid()358 regs[2] |= CPUID2_OSXSAVE; in x86_emulate_cpuid()
101 if (cpu_feature2 & CPUID2_OSXSAVE) in ossl_cpuid()
80 has_osxsave = !!(cpu_feature2 & CPUID2_OSXSAVE); in __simd_state_enabled()
183 #define CPUID2_OSXSAVE 0x08000000 macro