Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1488 static abi_long do_ppoll(abi_long arg1, abi_long arg2, abi_long arg3, in do_ppoll() function
11172 return do_ppoll(arg1, arg2, arg3, arg4, arg5, false, false); in _syscall2()
11176 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, false); in _syscall2()
11180 return do_ppoll(arg1, arg2, arg3, arg4, arg5, true, true); in _syscall2()