Searched refs:KVM_GET_REG_LIST (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | msrs_test.c | 222 * If KVM_GET_REG_LIST succeeds with n=0, i.e. there are no supported in vcpu_has_reg() 225 r = __vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®s.list); in vcpu_has_reg() 242 vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®s.list); in vcpu_has_reg()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu.c | 288 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1703 ret = __vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®_list_n); in vcpu_get_reg_list() 1708 vcpu_ioctl(vcpu, KVM_GET_REG_LIST, reg_list); in vcpu_get_reg_list()
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1422 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1413 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
| /linux/arch/mips/kvm/ |
| H A D | mips.c | 941 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux/arch/arm64/kvm/ |
| H A D | arm.c | 1854 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 3547 - KVM_RUN and KVM_GET_REG_LIST are not available; 3603 4.84 KVM_GET_REG_LIST 3629 Note that s390 does not support KVM_GET_REG_LIST for historical reasons 3651 type KVM_X86_REG_TYPE_MSR, but are NOT enumerated via KVM_GET_REG_LIST. 5165 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 6332 case KVM_GET_REG_LIST: in kvm_arch_vcpu_ioctl()
|