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.c4673 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_fs_ioc_fiemap()
4708 thunk_convert(argptr, fm, arg_type, THUNK_TARGET); in do_ioctl_fs_ioc_fiemap()
4713 thunk_convert(p, &fm->fm_extents[i], extent_arg_type, in do_ioctl_fs_ioc_fiemap()
4757 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_ifconf()
4807 thunk_convert(argptr, host_ifconf, arg_type, THUNK_TARGET); in do_ioctl_ifconf()
4814 thunk_convert(argptr + i * target_ifreq_size, in do_ioctl_ifconf()
4908 thunk_convert(argptr, &lurb->host_urb, usbfsurb_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb()
4921 thunk_convert(argptr, &target_urb_adr, ptrvoid_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb()
4974 thunk_convert(&lurb->host_urb, argptr, arg_type, THUNK_HOST); in do_ioctl_usbdevfs_submiturb()
5025 thunk_convert(buf_temp, argptr, arg_type, THUNK_HOST); in do_ioctl_dm()
[all …]
/openbmc/qemu/include/user/
H A Dthunk.h79 const argtype *thunk_convert(void *dst, const void *src,