Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/user/
H A Dthunk.h81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
136 return size * thunk_type_size_array(type_ptr + 2, is_host); in thunk_type_size()
/openbmc/qemu/linux-user/
H A Dthunk.c467 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array() function