Searched refs:src_parm (Results 1 – 1 of 1) sorted by relevance
206 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess_linaddr() argument214 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess_linaddr()215 len = src_parm->u.pointer.size; in hgcm_call_preprocess_linaddr()216 copy_in = src_parm->type != VMMDEV_HGCM_PARM_TYPE_LINADDR_OUT; in hgcm_call_preprocess_linaddr()250 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess() argument257 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()258 switch (src_parm->type) { in hgcm_call_preprocess()276 ret = hgcm_call_preprocess_linaddr(src_parm, in hgcm_call_preprocess()287 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess()288 len = src_parm->u.pointer.size; in hgcm_call_preprocess()[all …]