Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h1575 #define SVM_INTERCEPT_VMMCALL (1UL << 1) macro
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c1614 vmcb->v_intercept2 = SVM_INTERCEPT_VMRUN | SVM_INTERCEPT_VMMCALL | in vcpu_reset_regs_svm()