Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h411 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/s390/
H A Ducontrol_test.c255 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/x86/
H A Duserspace_msr_exit_test.c720 test_user_exit_msr_ioctl(vm, KVM_ENABLE_CAP, &cap, in run_user_space_msr_flag_test()
/linux/include/uapi/linux/
H A Dkvm.h1406 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
/linux/tools/include/uapi/linux/
H A Dkvm.h1397 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro
/linux/arch/mips/kvm/
H A Dmips.c959 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
/linux/Documentation/virt/kvm/
H A Dapi.rst1460 4.37 KVM_ENABLE_CAP
2160 determined by the last successful call to ``KVM_ENABLE_CAP(KVM_CAP_SW_TLB)``,
7348 exit, even without calls to ``KVM_ENABLE_CAP`` or similar. In this case,
7471 :ref:`KVM_ENABLE_CAP`.
7739 capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this
7803 :ref:`KVM_ENABLE_CAP`. Below you can find a list of capabilities and
7839 implementation, the KVM_ENABLE_CAP ioctl will fail with an EINVAL
8067 just pass the KVM_CHECK_EXTENSION result to KVM_ENABLE_CAP to disable
8286 the KVM_ENABLE_CAP. The supported modes are mutually-exclusive.
8434 The argument to KVM_ENABLE_CAP for this capability is a bitmask of
[all …]
/linux/arch/loongarch/kvm/
H A Dvcpu.c1270 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()
/linux/arch/powerpc/kvm/
H A Dpowerpc.c2048 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
/linux/virt/kvm/
H A Dkvm_main.c5161 case KVM_ENABLE_CAP: { in kvm_vm_ioctl()
/linux/arch/s390/kvm/
H A Dkvm-s390.c5567 case KVM_ENABLE_CAP: in kvm_arch_vcpu_ioctl()
/linux/arch/x86/kvm/
H A Dx86.c6541 case KVM_ENABLE_CAP: { in kvm_arch_vcpu_ioctl()