Home
last modified time | relevance | path

Searched refs:xgetbv (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/include/asm/fpu/
H A Dxcr.h8 static __always_inline u64 xgetbv(u32 index) in xgetbv() function
32 return xgetbv(XCR_XFEATURE_IN_USE_MASK); in xfeatures_in_use()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Damx_test.c139 xcr0 = xgetbv(0); in init_regs()
142 GUEST_ASSERT((xgetbv(0) & XFEATURE_MASK_XTILE) == XFEATURE_MASK_XTILE); in init_regs()
H A Dxcr0_cpuid_test.c57 xcr0_reset = xgetbv(0); in guest_code()
H A Dstate_test.c152 xsetbv(0, xgetbv(0) | supported_xcr0); in guest_code()
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c293 ghcb_set_xcr0(ghcb, xgetbv(XCR_XFEATURE_ENABLED_MASK)); in __sev_cpuid_hv_ghcb()
471 xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in snp_cpuid_postprocess()
960 ghcb_set_xcr0(ghcb, xgetbv(XCR_XFEATURE_ENABLED_MASK)); in vc_handle_cpuid()
/openbmc/qemu/target/i386/
H A Dhelper.h190 DEF_HELPER_FLAGS_2(xgetbv, TCG_CALL_NO_WG, i64, env, i32)
/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c42 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h545 static inline u64 xgetbv(u32 index) in xgetbv() function
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv257 0xD, 1, EAX, 2, xgetbv, XGETBV supported
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c3144 hostsa->xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in sev_es_prepare_switch_to_guest()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9524 host_xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in __kvm_x86_vendor_init()
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv4616 "XGETBV","XGETBV","xgetbv","0F 01 D0","V","V","XSAVE","","","",""