Searched refs:KVM_GET_ONE_REG (Results 1 – 6 of 6) 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/tools/include/uapi/linux/ |
| H A D | kvm.h | 1417 #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()
|