Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/nolibc/
Dsys.h838 #if defined(__NR_ppoll) in sys_poll()
845 return my_syscall4(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL); in sys_poll()
849 #error Neither __NR_ppoll nor __NR_poll defined, cannot implement sys_poll() in sys_poll()
/linux-6.1.9/tools/include/uapi/asm-generic/
Dunistd.h230 #define __NR_ppoll 73 macro
231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/linux-6.1.9/include/uapi/asm-generic/
Dunistd.h230 #define __NR_ppoll 73 macro
231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
/linux-6.1.9/arch/arm64/include/asm/
Dunistd32.h685 #define __NR_ppoll 336 macro
686 __SYSCALL(__NR_ppoll, compat_sys_ppoll_time32)