Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/user/
H A Dthunk.h38 TYPE_PTR, enumerator
44 #define MK_PTR(type) TYPE_PTR, type
103 case TYPE_PTR: in thunk_type_size()
176 case TYPE_PTR: in thunk_type_align()
/openbmc/qemu/linux-user/
H A Dthunk.c48 case TYPE_PTR: in thunk_type_next()
H A Dsyscall.c4643 assert(arg_type[0] == TYPE_PTR); in do_ioctl_fs_ioc_fiemap()
4726 assert(arg_type[0] == TYPE_PTR); in do_ioctl_ifconf()
5281 assert(*arg_type == TYPE_PTR); in do_ioctl_rt()
5614 case TYPE_PTR: in do_ioctl()
7233 if (arg_type[0] != TYPE_PTR) { in _syscall1()
H A Dstrace.c4123 case TYPE_PTR: in print_ioctl()