Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dthunk.c96 size = thunk_type_size(type_ptr, i); in thunk_register_struct()
196 switch (thunk_type_size(type_ptr - 1, !to_host)) { in thunk_convert()
207 switch (thunk_type_size(type_ptr - 1, to_host)) { in thunk_convert()
227 dst_size = thunk_type_size(type_ptr, to_host); in thunk_convert()
228 src_size = thunk_type_size(type_ptr, 1 - to_host); in thunk_convert()
341 switch (thunk_type_size(type_ptr - 1, 1)) { in thunk_print()
352 switch (thunk_type_size(type_ptr - 1, 0)) { in thunk_print()
372 arg_size = thunk_type_size(type_ptr, 0); in thunk_print()
469 return thunk_type_size(type_ptr, is_host); in thunk_type_size_array()
H A Dsyscall.c4646 target_size_in = thunk_type_size(arg_type, 0); in do_ioctl_fs_ioc_fiemap()
4730 target_size = thunk_type_size(arg_type, 0); in do_ioctl_ifconf()
4740 target_ifreq_size = thunk_type_size(ifreq_max_type, 0); in do_ioctl_ifconf()
4939 target_size = thunk_type_size(arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_submiturb()
4997 target_size = thunk_type_size(arg_type, 0); in do_ioctl_dm()
5054 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5227 target_size = thunk_type_size(arg_type, 0); in do_ioctl_blkpg()
5249 target_size = thunk_type_size(part_arg_type, 0); in do_ioctl_blkpg()
5284 target_size = thunk_type_size(arg_type, 0); in do_ioctl_rt()
5616 target_size = thunk_type_size(arg_type, 0); in do_ioctl()
[all …]
H A Dstrace.c955 target_size = thunk_type_size(arg_type, 0); in print_syscall_ret_ioctl()
4131 target_size = thunk_type_size(arg_type, 0); in print_ioctl()
/openbmc/qemu/include/exec/user/
H A Dthunk.h84 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size() function
184 return thunk_type_size(type_ptr, is_host); in thunk_type_align()