Searched refs:KVM_SET_ONE_REG (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/aarch64/ |
| H A D | processor.h | 52 vcpu_ioctl(vm, vcpuid, KVM_SET_ONE_REG, ®); in set_reg()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/aarch64/ |
| H A D | get-reg-list.c | 411 ret = _vcpu_ioctl(vm, 0, KVM_SET_ONE_REG, ®); in main() 421 ret = _vcpu_ioctl(vm, 0, KVM_SET_ONE_REG, ®); in main()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | arm.c | 1176 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 1196 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | mips.c | 946 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 953 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2052 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 2059 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1385 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1385 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1472 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1472 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1523 ret = _vcpu_ioctl(vm, vcpuid, KVM_SET_ONE_REG, reg); in vcpu_set_reg()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 1188 exceptions by manipulating individual registers using the KVM_SET_ONE_REG API. 2115 4.68 KVM_SET_ONE_REG 2465 or KVM_SET_ONE_REG, the value of this register is of type 2496 an invalid set of vector lengths via KVM_SET_ONE_REG will fail with 3148 - KVM_GET_ONE_REG and KVM_SET_ONE_REG cannot be used to access 3154 KVM_SET_ONE_REG, to modify the set of vector lengths available 3160 no longer be written using KVM_SET_ONE_REG. 3215 KVM_GET_ONE_REG/KVM_SET_ONE_REG calls. 4560 configured by use of ioctls such as KVM_SET_ONE_REG. The exact configuration 4564 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | kvm-s390.c | 4864 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl() 4873 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()
|