Searched refs:xgetbv (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/include/asm/fpu/ |
H A D | xcr.h | 8 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 D | amx_test.c | 139 xcr0 = xgetbv(0); in init_regs() 142 GUEST_ASSERT((xgetbv(0) & XFEATURE_MASK_XTILE) == XFEATURE_MASK_XTILE); in init_regs()
|
H A D | xcr0_cpuid_test.c | 57 xcr0_reset = xgetbv(0); in guest_code()
|
H A D | state_test.c | 152 xsetbv(0, xgetbv(0) | supported_xcr0); in guest_code()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 293 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 D | helper.h | 190 DEF_HELPER_FLAGS_2(xgetbv, TCG_CALL_NO_WG, i64, env, i32)
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | amx.c | 42 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 545 static inline u64 xgetbv(u32 index) in xgetbv() function
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 257 0xD, 1, EAX, 2, xgetbv, XGETBV supported
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 3144 hostsa->xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in sev_es_prepare_switch_to_guest()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 9524 host_xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in __kvm_x86_vendor_init()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 4616 "XGETBV","XGETBV","xgetbv","0F 01 D0","V","V","XSAVE","","","",""
|