Home
last modified time | relevance | path

Searched refs:KVM_ENABLE_CAP (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/include/
Dkvm_util_base.h327 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/
Duserspace_msr_exit_test.c746 test_user_exit_msr_ioctl(vm, KVM_ENABLE_CAP, &cap, in run_user_space_msr_flag_test()
/Linux-v6.6/arch/mips/kvm/
Dmips.c962 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1623 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h1630 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst1386 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/
Dpowerpc.c2074 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
/Linux-v6.6/virt/kvm/
Dkvm_main.c4804 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
/Linux-v6.6/arch/s390/kvm/
Dkvm-s390.c5653 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
/Linux-v6.6/arch/x86/kvm/
Dx86.c5952 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()