Searched refs:KVM_CAP_X86_DISABLE_EXITS (Results 1 – 3 of 3) sorted by relevance
144 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()
148 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()
838 #define KVM_CAP_X86_DISABLE_EXITS 143 macro
Completed in 14 milliseconds