Searched refs:KVM_CAP_X86_DISABLE_EXITS (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/kvm/
H A Dx86.c4744 case KVM_CAP_X86_DISABLE_EXITS:
6555 case KVM_CAP_X86_DISABLE_EXITS:
6564 "KVM_CAP_X86_DISABLE_EXITS should only be used with SMT disabled or trusted guests."
/linux-master/include/uapi/linux/
H A Dkvm.h827 #define KVM_CAP_X86_DISABLE_EXITS 143 macro
/linux-master/tools/include/uapi/linux/
H A Dkvm.h827 #define KVM_CAP_X86_DISABLE_EXITS 143 macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c145 TEST_REQUIRE(KVM_CAP_X86_DISABLE_EXITS);
160 vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, KVM_X86_DISABLE_EXITS_HLT);
166 "KVM_FEATURE_PV_UNHALT is set with KVM_CAP_X86_DISABLE_EXITS");

Completed in 217 milliseconds