Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/virt/vboxguest/
H A Dvboxguest_utils.c206 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess_linaddr()
214 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()
243 * @src_parm: Pointer to source function call parameters
250 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess()
257 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 in hgcm_call_preprocess()
205 hgcm_call_preprocess_linaddr( const struct vmmdev_hgcm_function_parameter *src_parm, void **bounce_buf_ret, size_t *extra) hgcm_call_preprocess_linaddr() argument
249 hgcm_call_preprocess( const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void ***bounce_bufs_ret, size_t *extra) hgcm_call_preprocess() argument
380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument
561 const struct vmmdev_hgcm_function_parameter *src_parm = hgcm_call_copy_back_result() local
[all...]
/kernel/linux/linux-6.6/drivers/virt/vboxguest/
H A Dvboxguest_utils.c206 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess_linaddr()
214 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()
243 * @src_parm: Pointer to source function call parameters
250 const struct vmmdev_hgcm_function_parameter *src_parm, in hgcm_call_preprocess()
257 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 in hgcm_call_preprocess()
205 hgcm_call_preprocess_linaddr( const struct vmmdev_hgcm_function_parameter *src_parm, void **bounce_buf_ret, size_t *extra) hgcm_call_preprocess_linaddr() argument
249 hgcm_call_preprocess( const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void ***bounce_bufs_ret, size_t *extra) hgcm_call_preprocess() argument
380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument
561 const struct vmmdev_hgcm_function_parameter *src_parm = hgcm_call_copy_back_result() local
[all...]

Completed in 3 milliseconds