Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H 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()
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst86 attempts to transition out of C0. A VMM can use the KVM_CAP_X86_DISABLE_EXITS
90 The mitigation for the KVM_CAP_X86_DISABLE_EXITS capability can be turned on
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h836 #define KVM_CAP_X86_DISABLE_EXITS 143 macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h836 #define KVM_CAP_X86_DISABLE_EXITS 143 macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c4720 case KVM_CAP_X86_DISABLE_EXITS: in kvm_vm_ioctl_check_extension()
6563 case KVM_CAP_X86_DISABLE_EXITS: in kvm_vm_ioctl_enable_cap()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst1797 Note that certain capabilities, such as KVM_CAP_X86_DISABLE_EXITS, may
7746 7.13 KVM_CAP_X86_DISABLE_EXITS