Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
220 { SVM_EXIT_MONITOR, "monitor" }, \
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
220 { SVM_EXIT_MONITOR, "monitor" }, \
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c1589 case SVM_EXIT_MONITOR: in vc_check_opcode_bytes()
H A Dcore.c2190 case SVM_EXIT_MONITOR: in vc_handle_exitcode()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c3435 [SVM_EXIT_MONITOR] = kvm_emulate_monitor,
4610 [x86_intercept_monitor] = POST_MEM(SVM_EXIT_MONITOR),
H A Dsev.c3357 case SVM_EXIT_MONITOR: in sev_es_validate_vmgexit()