Searched refs:KVM_ENABLE_CAP (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 52 vcpu_ioctl(vm, vcpu_id, KVM_ENABLE_CAP, &enable_evmcs_cap); in vcpu_enable_evmcs()
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | kvm.h | 1405 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | kvm.h | 1405 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
|
| /Linux-v5.4/tools/testing/selftests/kvm/lib/ |
| D | kvm_util.c | 81 ret = ioctl(vm->fd, KVM_ENABLE_CAP, cap); in vm_enable_cap()
|
| /Linux-v5.4/arch/mips/kvm/ |
| D | mips.c | 957 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | powerpc.c | 2034 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | api.txt | 1175 4.37 KVM_ENABLE_CAP 4777 implementation, the KVM_ENABLE_CAP ioctl will fail with an EINVAL 4965 just pass the KVM_CHECK_EXTENSION result to KVM_ENABLE_CAP to disable 5089 capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this
|
| /Linux-v5.4/virt/kvm/ |
| D | kvm_main.c | 3276 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
|
| /Linux-v5.4/arch/s390/kvm/ |
| D | kvm-s390.c | 4424 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.c | 4383 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
|