Searched refs:bounce_bufs (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/virt/vboxguest/ |
| D | vboxguest_utils.c | 247 void *buf, **bounce_bufs = NULL; in hgcm_call_preprocess() local 260 if (!bounce_bufs) { in hgcm_call_preprocess() 261 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess() 264 if (!bounce_bufs) in hgcm_call_preprocess() 267 *bounce_bufs_ret = bounce_bufs; in hgcm_call_preprocess() 271 &bounce_bufs[i], in hgcm_call_preprocess() 377 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument 400 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call() 548 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument 580 ret = copy_to_user(p, bounce_bufs[i], in hgcm_call_copy_back_result() [all …]
|