Searched refs:KVM_SET_ONE_REG (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/kvm/include/aarch64/ |
| D | processor.h | 52 vcpu_ioctl(vm, vcpuid, KVM_SET_ONE_REG, ®); in set_reg()
|
| /Linux-v5.4/Documentation/virt/kvm/devices/ |
| D | xics.txt | 20 KVM_GET_ONE_REG and KVM_SET_ONE_REG ioctls on the vcpu. The 64 bit
|
| /Linux-v5.4/virt/kvm/arm/ |
| D | arm.c | 1104 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 1116 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/arch/mips/kvm/ |
| D | mips.c | 926 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 933 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | powerpc.c | 2046 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 2053 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | kvm.h | 1416 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | kvm.h | 1416 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | api.txt | 1892 4.68 KVM_SET_ONE_REG 2203 or KVM_SET_ONE_REG, the value of this register is of type 2234 an invalid set of vector lengths via KVM_SET_ONE_REG will fail with 2820 - KVM_GET_ONE_REG and KVM_SET_ONE_REG cannot be used to access 2826 KVM_SET_ONE_REG, to modify the set of vector lengths available 2832 no longer be written using KVM_SET_ONE_REG. 2875 KVM_GET_ONE_REG/KVM_SET_ONE_REG calls. 4088 configured by use of ioctls such as KVM_SET_ONE_REG. The exact configuration 4092 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with
|
| /Linux-v5.4/arch/s390/kvm/ |
| D | kvm-s390.c | 4372 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 4378 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|