Home
last modified time | relevance | path

Searched refs:EXIT_REASON_ENCLS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h86 #define EXIT_REASON_ENCLS 60 macro
150 { EXIT_REASON_ENCLS, "ENCLS" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h86 #define EXIT_REASON_ENCLS 60 macro
150 { EXIT_REASON_ENCLS, "ENCLS" }, \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dsgx.c397 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_ENCLS; in handle_encls()
H A Dnested.c6372 case EXIT_REASON_ENCLS: in nested_vmx_l1_wants_exit()
H A Dvmx.c6145 [EXIT_REASON_ENCLS] = handle_encls,