Searched refs:KVM_ENABLE_CAP (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 411 return __vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in __vm_enable_cap() 418 vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in vm_enable_cap() 760 vcpu_ioctl(vcpu, KVM_ENABLE_CAP, &enable_cap); in vcpu_enable_cap()
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 255 rc = ioctl(vm_fd, KVM_ENABLE_CAP, cap); in TEST() 262 rc = ioctl(vm_fd, KVM_ENABLE_CAP, cap); in TEST()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_msr_exit_test.c | 720 test_user_exit_msr_ioctl(vm, KVM_ENABLE_CAP, &cap, in run_user_space_msr_flag_test()
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1406 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1397 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /linux/arch/mips/kvm/ |
| H A D | mips.c | 959 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1460 4.37 KVM_ENABLE_CAP 2160 determined by the last successful call to ``KVM_ENABLE_CAP(KVM_CAP_SW_TLB)``, 7348 exit, even without calls to ``KVM_ENABLE_CAP`` or similar. In this case, 7471 :ref:`KVM_ENABLE_CAP`. 7739 capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this 7803 :ref:`KVM_ENABLE_CAP`. Below you can find a list of capabilities and 7839 implementation, the KVM_ENABLE_CAP ioctl will fail with an EINVAL 8067 just pass the KVM_CHECK_EXTENSION result to KVM_ENABLE_CAP to disable 8286 the KVM_ENABLE_CAP. The supported modes are mutually-exclusive. 8434 The argument to KVM_ENABLE_CAP for this capability is a bitmask of [all …]
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1270 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2048 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 5161 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
|
| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5567 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 6541 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|