Searched refs:src_parm (Results 1 – 1 of 1) sorted by relevance
204 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess_linaddr() argument212 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess_linaddr()213 len = src_parm->u.pointer.size; in hgcm_call_preprocess_linaddr()214 copy_in = src_parm->type != VMMDEV_HGCM_PARM_TYPE_LINADDR_OUT; in hgcm_call_preprocess_linaddr()248 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess() argument255 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()256 switch (src_parm->type) { in hgcm_call_preprocess()274 ret = hgcm_call_preprocess_linaddr(src_parm, in hgcm_call_preprocess()285 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess()286 len = src_parm->u.pointer.size; in hgcm_call_preprocess()[all …]