Searched refs:KVM_GET_ONE_REG (Results 1 – 14 of 14) sorted by relevance
| /linux/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/tools/testing/selftests/kvm/lib/riscv/ |
| H A D | processor.c | 559 err = ioctl(vcpu_fd, KVM_GET_ONE_REG, ®); in riscv64_get_satp_mode() 560 TEST_ASSERT(err == 0, KVM_IOCTL_ERROR(KVM_GET_ONE_REG, vcpu_fd)); in riscv64_get_satp_mode()
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 605 err = ioctl(vcpu_fd, KVM_GET_ONE_REG, ®); in aarch64_get_supported_page_sizes() 606 TEST_ASSERT(err == 0, KVM_IOCTL_ERROR(KVM_GET_ONE_REG, vcpu_fd)); in aarch64_get_supported_page_sizes()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 815 return __vcpu_ioctl(vcpu, KVM_GET_ONE_REG, ®); in __vcpu_get_reg() 832 vcpu_ioctl(vcpu, KVM_GET_ONE_REG, ®); in vcpu_get_reg()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu.c | 275 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1416 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1407 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
|
| /linux/arch/mips/kvm/ |
| H A D | mips.c | 929 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1257 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/arm64/kvm/ |
| H A D | arm.c | 1829 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2061 case KVM_GET_ONE_REG: in kvm_arch_vcpu_ioctl()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 2659 userspace. When transferred to or from user memory via KVM_GET_ONE_REG 2705 discover the available services via KVM_GET_ONE_REG, and write back the 2928 4.69 KVM_GET_ONE_REG 3541 - KVM_REG_ARM64_SVE_VLS may be read using KVM_GET_ONE_REG: the 3549 - KVM_GET_ONE_REG and KVM_SET_ONE_REG cannot be used to access 3627 KVM_GET_ONE_REG/KVM_SET_ONE_REG calls. 5165 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with 6769 expected to use the ``KVM_GET_ONE_REG`` ioctl to retrieve the call
|
| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5497 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 6180 if (ioctl == KVM_GET_ONE_REG) in kvm_get_set_one_reg() 6328 case KVM_GET_ONE_REG: in kvm_arch_vcpu_ioctl()
|