Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h262 #define TARGET_NR_epoll_wait 256 macro
/openbmc/qemu/linux-user/
H A Dstrace.list151 #ifdef TARGET_NR_epoll_wait
152 { TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
H A Dsyscall.c13244 #if defined(TARGET_NR_epoll_wait) || defined(TARGET_NR_epoll_pwait) in _syscall2()
13245 #if defined(TARGET_NR_epoll_wait) in _syscall2()
13246 case TARGET_NR_epoll_wait: in _syscall2()
13296 #if defined(TARGET_NR_epoll_wait) in _syscall2()
13297 case TARGET_NR_epoll_wait: in _syscall2()