Lines Matching refs:parm_count
251 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument
257 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
267 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
394 call->parm_count = parm_count; in hgcm_call_init_call()
396 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_init_call()
559 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
568 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_copy_back_result()
609 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count, in vbg_hgcm_call() argument
619 parm_count * sizeof(struct vmmdev_hgcm_function_parameter); in vbg_hgcm_call()
624 ret = hgcm_call_preprocess(parms, parm_count, &bounce_bufs, &size); in vbg_hgcm_call()
636 hgcm_call_init_call(call, client_id, function, parms, parm_count, in vbg_hgcm_call()
643 ret = hgcm_call_copy_back_result(call, parms, parm_count, in vbg_hgcm_call()
652 for (i = 0; i < parm_count; i++) in vbg_hgcm_call()
665 u32 parm_count, int *vbox_status) in vbg_hgcm_call32() argument
672 size = parm_count * sizeof(struct vmmdev_hgcm_function_parameter); in vbg_hgcm_call32()
677 for (i = 0; i < parm_count; i++) { in vbg_hgcm_call32()
706 parm64, parm_count, vbox_status); in vbg_hgcm_call32()
711 for (i = 0; i < parm_count; i++, parm32++, parm64++) { in vbg_hgcm_call32()