Searched refs:KVM_GET_ONE_REG (Results 1 – 12 of 12) sorted by relevance
| /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/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 573 err = ioctl(vcpu_fd, KVM_GET_ONE_REG, ®); in aarch64_get_supported_page_sizes() 574 TEST_ASSERT(err == 0, KVM_IOCTL_ERROR(KVM_GET_ONE_REG, vcpu_fd)); in aarch64_get_supported_page_sizes()
|
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 704 return __vcpu_ioctl(vcpu, KVM_GET_ONE_REG, ®); in __vcpu_get_reg() 719 vcpu_ioctl(vcpu, KVM_GET_ONE_REG, ®); in vcpu_get_reg()
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu.c | 278 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1335 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1335 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mips.c | 929 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1198 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | arm.c | 1699 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | powerpc.c | 2067 case KVM_GET_ONE_REG: in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 2643 userspace. When transferred to or from user memory via KVM_GET_ONE_REG 2689 discover the available services via KVM_GET_ONE_REG, and write back the 2902 4.69 KVM_GET_ONE_REG 3508 - KVM_REG_ARM64_SVE_VLS may be read using KVM_GET_ONE_REG: the 3516 - KVM_GET_ONE_REG and KVM_SET_ONE_REG cannot be used to access 3583 KVM_GET_ONE_REG/KVM_SET_ONE_REG calls. 5117 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with 6668 expected to use the ``KVM_GET_ONE_REG`` ioctl to retrieve the call
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5848 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
|