Home
last modified time | relevance | path

Searched refs:KVM_CAP_X86_DISABLE_EXITS (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dkvm_pv_test.c144 if (!(kvm_check_cap(KVM_CAP_X86_DISABLE_EXITS) & KVM_X86_DISABLE_EXITS_HLT)) in test_pv_unhalt()
157 r = __vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, KVM_X86_DISABLE_EXITS_HLT); in test_pv_unhalt()
165 vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, KVM_X86_DISABLE_EXITS_HLT); in test_pv_unhalt()
A Daperfmperf_test.c148 TEST_REQUIRE(vm_check_cap(vm, KVM_CAP_X86_DISABLE_EXITS) & in main()
151 vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, in main()
/tools/include/uapi/linux/
A Dkvm.h838 #define KVM_CAP_X86_DISABLE_EXITS 143 macro

Completed in 14 milliseconds