Home
last modified time | relevance | path

Searched refs:EXIT_REASON_XSETBV (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h81 #define EXIT_REASON_XSETBV 55 macro
145 { EXIT_REASON_XSETBV, "XSETBV" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h81 #define EXIT_REASON_XSETBV 55 macro
145 { EXIT_REASON_XSETBV, "XSETBV" }, \
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h277 #define EXIT_REASON_XSETBV 55 macro
H A Dhvf.c561 case EXIT_REASON_XSETBV: { in hvf_vcpu_exec()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c6325 case EXIT_REASON_XSETBV: in nested_vmx_l1_wants_exit()
H A Dvmx.c6119 [EXIT_REASON_XSETBV] = kvm_emulate_xsetbv,