Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h94 #define EXIT_REASON_NOTIFY 75 macro
158 { EXIT_REASON_NOTIFY, "NOTIFY" }
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h94 #define EXIT_REASON_NOTIFY 75 macro
158 { EXIT_REASON_NOTIFY, "NOTIFY" }
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6147 [EXIT_REASON_NOTIFY] = handle_notify,
6522 exit_reason.basic != EXIT_REASON_NOTIFY)) { in __vmx_handle_exit()
H A Dnested.c6374 case EXIT_REASON_NOTIFY: in nested_vmx_l1_wants_exit()