Searched refs:KVM_ENABLE_CAP (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 372 return __vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in __vm_enable_cap() 378 vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in vm_enable_cap() 649 vcpu_ioctl(vcpu, KVM_ENABLE_CAP, &enable_cap); in vcpu_enable_cap()
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 257 rc = ioctl(vm_fd, KVM_ENABLE_CAP, cap); in TEST() 264 rc = ioctl(vm_fd, KVM_ENABLE_CAP, cap); in TEST()
|
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_msr_exit_test.c | 712 test_user_exit_msr_ioctl(vm, KVM_ENABLE_CAP, &cap, in run_user_space_msr_flag_test()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1325 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1325 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mips.c | 959 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 1451 4.37 KVM_ENABLE_CAP 7194 :ref:`KVM_ENABLE_CAP`. 7462 capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this 7526 :ref:`KVM_ENABLE_CAP`. Below you can find a list of capabilities and 7562 implementation, the KVM_ENABLE_CAP ioctl will fail with an EINVAL 7765 just pass the KVM_CHECK_EXTENSION result to KVM_ENABLE_CAP to disable 7962 the KVM_ENABLE_CAP. The supported modes are mutually-exclusive. 8105 The argument to KVM_ENABLE_CAP for this capability is a bitmask of 8216 if the value was set to zero or KVM_ENABLE_CAP was not invoked, KVM 8292 Userspace should call KVM_ENABLE_CAP ioctl right after KVM_CREATE_VM [all …]
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1211 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2054 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 5072 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5904 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 6172 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|