Searched refs:ret_msg (Results 1 – 2 of 2) sorted by relevance
708 static long mshv_vp_ioctl_run_vp(struct mshv_vp *vp, void __user *ret_msg) in mshv_vp_ioctl_run_vp() argument728 if (copy_to_user(ret_msg, vp->vp_intercept_msg_page, in mshv_vp_ioctl_run_vp()
2287 struct scp_msg *ret_msg; in dspio_send_scp_message() 2335 ret_msg = (struct scp_msg *)return_buf;2336 memcpy(&ret_msg->hdr, &spec->scp_resp_header, 4);2337 memcpy(&ret_msg->data, spec->scp_resp_data,2267 struct scp_msg *ret_msg; dspio_send_scp_message() local