Home | History | Annotate | Download | only in qemu

Lines Matching full:is_host

78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host)
101 if (is_host) {
109 return size * thunk_type_size_array(type_ptr + 2, is_host);
112 return se->size[is_host];
118 static inline int thunk_type_align(const argtype *type_ptr, int is_host)
138 if (is_host) {
145 return thunk_type_align_array(type_ptr + 2, is_host);
148 return se->align[is_host];