Searched refs:KVM_ENABLE_CAP (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/include/ |
| D | kvm_util_base.h | 327 return __vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in __vm_enable_cap() 333 vm_ioctl(vm, KVM_ENABLE_CAP, &enable_cap); in vm_enable_cap() 480 vcpu_ioctl(vcpu, KVM_ENABLE_CAP, &enable_cap); in vcpu_enable_cap()
|
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | userspace_msr_exit_test.c | 746 test_user_exit_msr_ioctl(vm, KVM_ENABLE_CAP, &cap, in run_user_space_msr_flag_test()
|
| /Linux-v6.6/arch/mips/kvm/ |
| D | mips.c | 962 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1623 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1630 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 1386 4.37 KVM_ENABLE_CAP 7058 implementation, the KVM_ENABLE_CAP ioctl will fail with an EINVAL 7260 just pass the KVM_CHECK_EXTENSION result to KVM_ENABLE_CAP to disable 7457 through the KVM_ENABLE_CAP. 7631 The argument to KVM_ENABLE_CAP for this capability is a bitmask of 7704 The value can be changed only until KVM_ENABLE_CAP is set to a nonzero 7706 if the value was set to zero or KVM_ENABLE_CAP was not invoked, KVM 7767 capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this 8141 Userspace should call KVM_ENABLE_CAP ioctl right after KVM_CREATE_VM 8358 The argument to KVM_ENABLE_CAP is also a bitmask, and must be a subset [all …]
|
| /Linux-v6.6/arch/powerpc/kvm/ |
| D | powerpc.c | 2074 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /Linux-v6.6/virt/kvm/ |
| D | kvm_main.c | 4804 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
|
| /Linux-v6.6/arch/s390/kvm/ |
| D | kvm-s390.c | 5653 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | x86.c | 5952 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|