Searched refs:KVM_ENABLE_CAP (Results 1 – 6 of 6) sorted by relevance
| /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/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/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/tools/include/uapi/linux/ |
| H A D | kvm.h | 1407 #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/virt/kvm/ |
| H A D | kvm_main.c | 5180 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
|