Home
last modified time | relevance | path

Searched refs:SVM_VMEXIT_NMI (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dvmmvar.h197 #define SVM_VMEXIT_NMI 0x61 macro
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c6682 case SVM_VMEXIT_NMI: return "NMI"; /* 0x61 */ in svm_exit_reason_decode()