Searched refs:CR4_OSXSAVE_MASK (Results 1 – 4 of 4) sorted by relevance
37 if ((env->cr[4] & CR4_OSXSAVE_MASK) in cpu_sync_avx_hflag()58 if ((env->cr[4] & CR4_OSXSAVE_MASK) in cpu_sync_bndcs_hflags()
258 #define CR4_OSXSAVE_MASK (1U << 18) macro277 | CR4_FSGSBASE_MASK | CR4_PCIDE_MASK | CR4_OSXSAVE_MASK \2712 reserved_bits |= CR4_OSXSAVE_MASK; in cr4_reserved_bits()
6544 if ((*ecx & CPUID_EXT_XSAVE) && (env->cr[4] & CR4_OSXSAVE_MASK)) { in cpu_x86_cpuid()7308 cr4 |= CR4_OSFXSR_MASK | CR4_OSXSAVE_MASK; in x86_cpu_reset_hold()
2750 if (!(env->cr[4] & CR4_OSXSAVE_MASK)) { in do_xsave_chk()3154 if (!(env->cr[4] & CR4_OSXSAVE_MASK)) { in helper_xgetbv()3176 if (!(env->cr[4] & CR4_OSXSAVE_MASK)) { in helper_xsetbv()