Searched refs:KVM_SET_XCRS (Results 1 – 8 of 8) sorted by relevance
159 KVM_SET_XCRS = 1099476647
159 # KVM_SET_XCRS is not set
93 ioctl$KVM_SET_XCRS(fd fd_kvmcpu, cmd const[KVM_SET_XCRS], arg ptr[in, kvm_xcrs])
1106 r = ioctl(vcpu->fd, KVM_SET_XCRS, &state->xcrs); in vcpu_load_state()
1393 #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs) macro