Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsvm.h40 INTERCEPT_VMRUN, enumerator
/arch/x86/kvm/
Dsvm.c1122 set_intercept(svm, INTERCEPT_VMRUN); in init_vmcb()
2474 if ((vmcb->control.intercept & (1ULL << INTERCEPT_VMRUN)) == 0) in nested_vmcb_checks()