Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/amd64/include/
Dvmmvar.h222 #define SVM_VMEXIT_INVLPGA 0x7A macro
/openbsd/src/sys/arch/amd64/amd64/
Dvmm_machdep.c4197 case SVM_VMEXIT_INVLPGA: in svm_handle_exit()
6707 case SVM_VMEXIT_INVLPGA: return "INVLPGA instruction"; /* 0x7A */ in svm_exit_reason_decode()