Searched refs:off_extra (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 332 enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra) in hgcm_call_init_linaddr() 347 dst_pg_lst = (void *)call + *off_extra; in hgcm_call_init_linaddr() 353 dst_parm->u.page_list.offset = *off_extra; in hgcm_call_init_linaddr() 368 *off_extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]); in hgcm_call_init_linaddr() 387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call() local 408 src_parm->type, &off_extra); in hgcm_call_init_call() 417 src_parm->type, &off_extra); 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
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 332 enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra) in hgcm_call_init_linaddr() 347 dst_pg_lst = (void *)call + *off_extra; in hgcm_call_init_linaddr() 353 dst_parm->u.page_list.offset = *off_extra; in hgcm_call_init_linaddr() 368 *off_extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]); in hgcm_call_init_linaddr() 387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call() local 408 src_parm->type, &off_extra); in hgcm_call_init_call() 417 src_parm->type, &off_extra); 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
|
Completed in 2 milliseconds