Home
last modified time | relevance | path

Searched refs:KVM_GET_ONE_REG (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/virt/kvm/devices/
H A Dxics.rst41 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 Dprocessor.c559 err = ioctl(vcpu_fd, KVM_GET_ONE_REG, &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 Dprocessor.c605 err = ioctl(vcpu_fd, KVM_GET_ONE_REG, &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 Dkvm_util.h815 return __vcpu_ioctl(vcpu, KVM_GET_ONE_REG, &reg); in __vcpu_get_reg()
832 vcpu_ioctl(vcpu, KVM_GET_ONE_REG, &reg); in vcpu_get_reg()
/linux/arch/riscv/kvm/
H A Dvcpu.c275 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
/linux/include/uapi/linux/
H A Dkvm.h1416 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
/linux/tools/include/uapi/linux/
H A Dkvm.h1407 #define KVM_GET_ONE_REG _IOW(KVMIO, 0xab, struct kvm_one_reg) macro
/linux/arch/mips/kvm/
H A Dmips.c929 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
/linux/arch/loongarch/kvm/
H A Dvcpu.c1257 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
/linux/arch/arm64/kvm/
H A Darm.c1829 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
/linux/arch/powerpc/kvm/
H A Dpowerpc.c2061 case KVM_GET_ONE_REG: in kvm_arch_vcpu_ioctl()
/linux/Documentation/virt/kvm/
H A Dapi.rst2659 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 Dkvm-s390.c5497 case KVM_GET_ONE_REG: { in kvm_arch_vcpu_ioctl()
/linux/arch/x86/kvm/
H A Dx86.c6180 if (ioctl == KVM_GET_ONE_REG) in kvm_get_set_one_reg()
6328 case KVM_GET_ONE_REG: in kvm_arch_vcpu_ioctl()