Searched refs:KVM_SET_ONE_REG (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | get-reg-list.c | 236 ret = __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, ®); in run_test() 255 ret = __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, ®); in run_test()
|
| /linux-6.15/Documentation/virt/kvm/arm/ |
| H A D | vcpu-features.rst | 31 registers by writing values to them via the ``KVM_SET_ONE_REG`` ioctl. The ID
|
| /linux-6.15/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 41 KVM_GET_ONE_REG and KVM_SET_ONE_REG ioctls on the vcpu. The 64 bit
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu.c | 277 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 285 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 710 return __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, ®); in __vcpu_set_reg() 728 vcpu_ioctl(vcpu, KVM_SET_ONE_REG, ®); in vcpu_set_reg()
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mips.c | 928 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 935 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1197 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 1204 if (ioctl == KVM_SET_ONE_REG) { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | arm.c | 1698 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 1718 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1336 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1336 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2066 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 2073 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 1308 exceptions by manipulating individual registers using the KVM_SET_ONE_REG API. 2287 4.68 KVM_SET_ONE_REG 2644 or KVM_SET_ONE_REG, the value of this register is of type 2675 an invalid set of vector lengths via KVM_SET_ONE_REG will fail with 2691 KVM_SET_ONE_REG. 2694 run at least once. A KVM_SET_ONE_REG in such a scenario will return 3516 - KVM_GET_ONE_REG and KVM_SET_ONE_REG cannot be used to access 3522 KVM_SET_ONE_REG, to modify the set of vector lengths available 3528 no longer be written using KVM_SET_ONE_REG. 3583 KVM_GET_ONE_REG/KVM_SET_ONE_REG calls. [all …]
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5847 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 5856 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|