Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhelper.c37 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()
H A Dcpu.h258 #define CR4_OSXSAVE_MASK (1U << 18) macro
277 | CR4_FSGSBASE_MASK | CR4_PCIDE_MASK | CR4_OSXSAVE_MASK \
2712 reserved_bits |= CR4_OSXSAVE_MASK; in cr4_reserved_bits()
H A Dcpu.c6544 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()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2750 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()