Searched refs:KVM_GET_REG_LIST (Results 1 – 4 of 4) 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/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1726 ret = __vcpu_ioctl(vcpu, KVM_GET_REG_LIST, ®_list_n); in vcpu_map_dirty_ring() 1727 TEST_ASSERT(ret == -1 && errno == E2BIG, "KVM_GET_REG_LIST n=0"); in vcpu_map_dirty_ring() 1731 vcpu_ioctl(vcpu, KVM_GET_REG_LIST, reg_list); in vcpu_map_dirty_ring()
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1423 #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()
|