Searched refs:KVM_GET_REGS (Results 1 – 6 of 6) sorted by relevance
1055 r = ioctl(vcpu->fd, KVM_GET_REGS, &state->regs); in vcpu_save_state()
1353 #define KVM_GET_REGS _IOR(KVMIO, 0x81, struct kvm_regs) macro
1224 ret = ioctl(vcpu->fd, KVM_GET_REGS, regs); in vcpu_regs_get()
364 4.11 KVM_GET_REGS376 /* out (KVM_GET_REGS) / in (KVM_SET_REGS) */386 /* out (KVM_GET_REGS) / in (KVM_SET_REGS) */404 See KVM_GET_REGS for the data structure.
2838 case KVM_GET_REGS: { in kvm_vcpu_ioctl()