Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dsvm.c98 ctrl->intercept = (1ULL << INTERCEPT_VMRUN) | in generic_svm_setup()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dsvm.h38 INTERCEPT_VMRUN, enumerator
/linux-6.15/arch/x86/include/asm/
H A Dsvm.h88 INTERCEPT_VMRUN = 128, enumerator
/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c263 if (CC(!vmcb12_is_intercept(control, INTERCEPT_VMRUN))) in __nested_vmcb_check_controls()
H A Dsvm.c1283 svm_set_intercept(svm, INTERCEPT_VMRUN); in init_vmcb()