Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dsvm.h37 INTERCEPT_VMRUN, enumerator
/linux-2.6.39/arch/x86/kvm/
Dsvm.c934 set_intercept(svm, INTERCEPT_VMRUN); in init_vmcb()
2250 if ((vmcb->control.intercept & (1ULL << INTERCEPT_VMRUN)) == 0) in nested_vmcb_checks()