Searched refs:do_ppoll (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 1541 static abi_long do_ppoll(abi_long arg1, abi_long arg2, abi_long arg3, in do_ppoll() function 11713 return do_ppoll(arg1, arg2, arg3, arg4, arg5, false, false); in _syscall2() 11717 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, false); in _syscall2() 11721 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, true); in _syscall2()
|