Searched refs:KVM_GET_REG_LIST (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu.c | 257 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 1623 ret = __vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®_list_n); in vcpu_get_reg_list() 1628 vcpu_ioctl(vcpu, KVM_GET_REG_LIST, reg_list); in vcpu_get_reg_list()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1103 ret = ioctl(kvmcpu->cpufd, KVM_GET_REG_LIST, &rl_struct); in kvm_riscv_init_multiext_cfg() 1127 ret = ioctl(kvmcpu->cpufd, KVM_GET_REG_LIST, reglist); in kvm_riscv_init_multiext_cfg()
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 808 ret = kvm_vcpu_ioctl(cs, KVM_GET_REG_LIST, &rl); in kvm_arm_init_cpreg_list() 814 ret = kvm_vcpu_ioctl(cs, KVM_GET_REG_LIST, rlp); in kvm_arm_init_cpreg_list()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1312 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mips.c | 944 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1646 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1639 #define KVM_GET_REG_LIST _IOWR(KVMIO, 0xb0, struct kvm_reg_list) macro
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | arm.c | 1451 case KVM_GET_REG_LIST: { in kvm_arch_vcpu_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3455 - KVM_RUN and KVM_GET_REG_LIST are not available; 3500 4.84 KVM_GET_REG_LIST 5022 KVM_RUN, KVM_GET_REG_LIST, KVM_GET_ONE_REG and KVM_SET_ONE_REG, will fail with
|