Home
last modified time | relevance | path

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 Dprocessor.h52 vcpu_ioctl(vm, vcpuid, KVM_SET_ONE_REG, &reg); in set_reg()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxics.rst41 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 Dget-reg-list.c411 ret = _vcpu_ioctl(vm, 0, KVM_SET_ONE_REG, &reg); in main()
421 ret = _vcpu_ioctl(vm, 0, KVM_SET_ONE_REG, &reg); in main()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c1176 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 Dmips.c946 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 Dpowerpc.c2052 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 Dkvm.h1385 #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 Dkvm.h1385 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkvm.h1472 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkvm.h1472 #define KVM_SET_ONE_REG _IOW(KVMIO, 0xac, struct kvm_one_reg) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1523 ret = _vcpu_ioctl(vm, vcpuid, KVM_SET_ONE_REG, reg); in vcpu_set_reg()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst1188 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 Dkvm-s390.c4864 case KVM_SET_ONE_REG: in kvm_arch_vcpu_ioctl()
4873 if (ioctl == KVM_SET_ONE_REG) in kvm_arch_vcpu_ioctl()