Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h76 #define SVM_EXIT_MWAIT 0x08b macro
220 { SVM_EXIT_MWAIT, "mwait" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h76 #define SVM_EXIT_MWAIT 0x08b macro
220 { SVM_EXIT_MWAIT, "mwait" }, \
/linux/arch/x86/kvm/svm/
H A Dsvm.c3358 [SVM_EXIT_MWAIT] = kvm_emulate_mwait,
4522 [x86_intercept_mwait] = POST_EX(SVM_EXIT_MWAIT),
H A Dsev.c3377 case SVM_EXIT_MWAIT: in sev_es_validate_vmgexit()
/linux/arch/x86/coco/sev/
H A Dcore.c2121 case SVM_EXIT_MWAIT: in vc_handle_exitcode()