Searched refs:dst_parm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 331 struct vmmdev_hgcm_function_parameter *dst_parm, void *buf, u32 len, in hgcm_call_init_linaddr() 339 dst_parm->type = type; in hgcm_call_init_linaddr() 342 dst_parm->u.pointer.size = 0; in hgcm_call_init_linaddr() 343 dst_parm->u.pointer.u.linear_addr = 0; in hgcm_call_init_linaddr() 351 dst_parm->type = VMMDEV_HGCM_PARM_TYPE_PAGELIST; in hgcm_call_init_linaddr() 352 dst_parm->u.page_list.size = len; in hgcm_call_init_linaddr() 353 dst_parm->u.page_list.offset = *off_extra; in hgcm_call_init_linaddr() 385 struct vmmdev_hgcm_function_parameter *dst_parm = in hgcm_call_init_call() local 387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call() 396 for (i = 0; i < parm_count; i++, src_parm++, dst_parm in hgcm_call_init_call() 330 hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, struct vmmdev_hgcm_function_parameter *dst_parm, void *buf, u32 len, enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra) hgcm_call_init_linaddr() argument 556 hgcm_call_copy_back_result( const struct vmmdev_hgcm_call *call, struct vmmdev_hgcm_function_parameter *dst_parm, u32 parm_count, void **bounce_bufs) hgcm_call_copy_back_result() argument [all...] |
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 331 struct vmmdev_hgcm_function_parameter *dst_parm, void *buf, u32 len, in hgcm_call_init_linaddr() 339 dst_parm->type = type; in hgcm_call_init_linaddr() 342 dst_parm->u.pointer.size = 0; in hgcm_call_init_linaddr() 343 dst_parm->u.pointer.u.linear_addr = 0; in hgcm_call_init_linaddr() 351 dst_parm->type = VMMDEV_HGCM_PARM_TYPE_PAGELIST; in hgcm_call_init_linaddr() 352 dst_parm->u.page_list.size = len; in hgcm_call_init_linaddr() 353 dst_parm->u.page_list.offset = *off_extra; in hgcm_call_init_linaddr() 385 struct vmmdev_hgcm_function_parameter *dst_parm = in hgcm_call_init_call() local 387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call() 396 for (i = 0; i < parm_count; i++, src_parm++, dst_parm in hgcm_call_init_call() 330 hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, struct vmmdev_hgcm_function_parameter *dst_parm, void *buf, u32 len, enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra) hgcm_call_init_linaddr() argument 556 hgcm_call_copy_back_result( const struct vmmdev_hgcm_call *call, struct vmmdev_hgcm_function_parameter *dst_parm, u32 parm_count, void **bounce_bufs) hgcm_call_copy_back_result() argument [all...] |
Completed in 2 milliseconds