Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c45 supported_xcr0 = host_xcr0 & (XSTATE_FP_MASK | in cache_host_xcr0()
49 if ((supported_xcr0 & (XSTATE_FP_MASK | XSTATE_SSE_MASK)) != in cache_host_xcr0()
50 (XSTATE_FP_MASK | XSTATE_SSE_MASK)) { in cache_host_xcr0()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2718 if (opt & XSTATE_FP_MASK) { in do_xsave_access()
2977 if (rfbm & XSTATE_FP_MASK) { in do_xrstor()
2978 if (xstate_bv & XSTATE_FP_MASK) { in do_xrstor()
3181 if (ecx != 0 || (mask & XSTATE_FP_MASK) == 0) { in helper_xsetbv()
/openbmc/qemu/target/i386/
H A Dcpu.h595 #define XSTATE_FP_MASK (1ULL << XSTATE_FP_BIT) macro
618 #define CPUID_XSTATE_XCR0_MASK (XSTATE_FP_MASK | XSTATE_SSE_MASK | \
H A Dcpu.c1342 .tcg_features = XSTATE_FP_MASK | XSTATE_SSE_MASK |
1345 .migratable_flags = XSTATE_FP_MASK | XSTATE_SSE_MASK |
6846 *ecx |= XSTATE_FP_MASK | XSTATE_SSE_MASK; in cpu_x86_cpuid()
7291 xcr0 = XSTATE_FP_MASK; in x86_cpu_reset_hold()