Lines Matching refs:bounce_bufs
251 void *buf, **bounce_bufs = NULL; in hgcm_call_preprocess() local
264 if (!bounce_bufs) { in hgcm_call_preprocess()
265 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
268 if (!bounce_bufs) in hgcm_call_preprocess()
271 *bounce_bufs_ret = bounce_bufs; in hgcm_call_preprocess()
275 &bounce_bufs[i], in hgcm_call_preprocess()
381 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
404 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call()
552 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
584 ret = copy_to_user(p, bounce_bufs[i], in hgcm_call_copy_back_result()
606 void **bounce_bufs = NULL; in vbg_hgcm_call() local
617 ret = hgcm_call_preprocess(parms, parm_count, &bounce_bufs, &size); in vbg_hgcm_call()
630 bounce_bufs); in vbg_hgcm_call()
636 bounce_bufs); in vbg_hgcm_call()
643 if (bounce_bufs) { in vbg_hgcm_call()
645 kvfree(bounce_bufs[i]); in vbg_hgcm_call()
646 kfree(bounce_bufs); in vbg_hgcm_call()