Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/uapi/asm/
Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
219 { SVM_EXIT_MONITOR, "monitor" }, \
/linux-6.12.1/tools/arch/x86/include/uapi/asm/
Dsvm.h75 #define SVM_EXIT_MONITOR 0x08a macro
219 { SVM_EXIT_MONITOR, "monitor" }, \
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c1577 case SVM_EXIT_MONITOR: in vc_check_opcode_bytes()
Dcore.c1983 case SVM_EXIT_MONITOR: in vc_handle_exitcode()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c3347 [SVM_EXIT_MONITOR] = kvm_emulate_monitor,
4480 [x86_intercept_monitor] = POST_MEM(SVM_EXIT_MONITOR),
Dsev.c3374 case SVM_EXIT_MONITOR: in sev_es_validate_vmgexit()