Searched refs:KVM_GET_XCRS (Results 1 – 8 of 8) sorted by relevance
77 KVM_GET_XCRS = 2173218470
77 # KVM_GET_XCRS is not set
92 ioctl$KVM_GET_XCRS(fd fd_kvmcpu, cmd const[KVM_GET_XCRS], arg ptr[in, kvm_xcrs])
1057 r = ioctl(vcpu->fd, KVM_GET_XCRS, &state->xcrs); in vcpu_save_state()
1392 #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) macro