Home
last modified time | relevance | path

Searched refs:SVM_EXIT_MONITOR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
218 { SVM_EXIT_MONITOR, "monitor" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
218 { SVM_EXIT_MONITOR, "monitor" }, \
/openbmc/qemu/target/i386/
H A Dsvm.h133 #define SVM_EXIT_MONITOR 0x08a macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c525 cpu_svm_check_intercept_param(env, SVM_EXIT_MONITOR, 0, GETPC()); in helper_monitor()
/openbmc/linux/arch/x86/kernel/
H A Dsev.c1781 case SVM_EXIT_MONITOR: in vc_handle_exitcode()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c3333 [SVM_EXIT_MONITOR] = kvm_emulate_monitor,
4439 [x86_intercept_monitor] = POST_MEM(SVM_EXIT_MONITOR),
H A Dsev.c2577 case SVM_EXIT_MONITOR: in sev_es_validate_vmgexit()