Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1487 static abi_long do_ppoll(abi_long arg1, abi_long arg2, abi_long arg3, in do_ppoll() function
11050 return do_ppoll(arg1, arg2, arg3, arg4, arg5, false, false); in _syscall2()
11054 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, false); in _syscall2()
11058 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, true); in _syscall2()