Home
last modified time | relevance | path

Searched refs:src_parm (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/virt/vboxguest/
Dvboxguest_utils.c201 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess_linaddr() argument
209 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess_linaddr()
210 len = src_parm->u.pointer.size; in hgcm_call_preprocess_linaddr()
211 copy_in = src_parm->type != VMMDEV_HGCM_PARM_TYPE_LINADDR_OUT; in hgcm_call_preprocess_linaddr()
244 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess() argument
251 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
252 switch (src_parm->type) { in hgcm_call_preprocess()
270 ret = hgcm_call_preprocess_linaddr(src_parm, in hgcm_call_preprocess()
281 buf = (void *)src_parm->u.pointer.u.linear_addr; in hgcm_call_preprocess()
282 len = src_parm->u.pointer.size; in hgcm_call_preprocess()
[all …]