Searched refs:KVM_ENABLE_CAP (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 382 return __vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in __vm_enable_cap() 388 vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in vm_enable_cap() 733 vcpu_ioctl(vcpu, KVM_ENABLE_CAP, &enable_cap); in vcpu_enable_cap()
|
| /tools/testing/selftests/kvm/s390/ |
| 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()
|
| /tools/testing/selftests/kvm/x86/ |
| 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()
|
| /tools/include/uapi/linux/ |
| A D | kvm.h | 1330 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
Completed in 279 milliseconds