Searched refs:KVM_GET_REG_LIST (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1752 ret = __vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®_list_n); in vcpu_get_reg_list() 1757 vcpu_ioctl(vcpu, KVM_GET_REG_LIST, reg_list); in vcpu_get_reg_list()
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu.c | 291 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1341 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1341 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mips.c | 941 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | arm.c | 1724 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 3514 - KVM_RUN and KVM_GET_REG_LIST are not available; 3559 4.84 KVM_GET_REG_LIST 3585 Note that s390 does not support KVM_GET_REG_LIST for historical reasons 5117 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with
|