Lines Matching refs:parm_count
245 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument
251 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
261 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
377 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
381 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
388 call->parm_count = parm_count; in hgcm_call_init_call()
390 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_init_call()
548 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
557 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_copy_back_result()
598 u32 parm_count, int *vbox_status) in vbg_hgcm_call() argument
607 parm_count * sizeof(struct vmmdev_hgcm_function_parameter); in vbg_hgcm_call()
612 ret = hgcm_call_preprocess(parms, parm_count, &bounce_bufs, &size); in vbg_hgcm_call()
624 hgcm_call_init_call(call, client_id, function, parms, parm_count, in vbg_hgcm_call()
630 ret = hgcm_call_copy_back_result(call, parms, parm_count, in vbg_hgcm_call()
639 for (i = 0; i < parm_count; i++) in vbg_hgcm_call()
651 struct vmmdev_hgcm_function_parameter32 *parm32, u32 parm_count, in vbg_hgcm_call32() argument
659 size = parm_count * sizeof(struct vmmdev_hgcm_function_parameter); in vbg_hgcm_call32()
664 for (i = 0; i < parm_count; i++) { in vbg_hgcm_call32()
693 parm64, parm_count, vbox_status); in vbg_hgcm_call32()
698 for (i = 0; i < parm_count; i++, parm32++, parm64++) { in vbg_hgcm_call32()