Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c332 enum vmmdev_hgcm_function_parameter_type type, u32 *off_extra) in hgcm_call_init_linaddr() argument
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()