Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dthunk.c128 const argtype *thunk_convert(void *dst, const void *src, in thunk_convert() function
232 thunk_convert(d, s, type_ptr, to_host); in thunk_convert()
261 field_types = thunk_convert(d + dst_offsets[i], in thunk_convert()
H A Dsyscall.c4651 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_fs_ioc_fiemap()
4686 thunk_convert(argptr, fm, arg_type, THUNK_TARGET); in do_ioctl_fs_ioc_fiemap()
4735 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_ifconf()
4792 thunk_convert(argptr + i * target_ifreq_size, in do_ioctl_ifconf()
4952 thunk_convert(&lurb->host_urb, argptr, arg_type, THUNK_HOST); in do_ioctl_usbdevfs_submiturb()
5003 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_dm()
5062 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5205 thunk_convert(argptr, buf_temp, arg_type, THUNK_TARGET); in do_ioctl_dm()
5233 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_blkpg()
5255 thunk_convert(&host_part, argptr, part_arg_type, THUNK_HOST); in do_ioctl_blkpg()
[all …]
/openbmc/qemu/include/exec/user/
H A Dthunk.h75 const argtype *thunk_convert(void *dst, const void *src,