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.c13115 #if defined(TARGET_NR_epoll_wait) || defined(TARGET_NR_epoll_pwait) in _syscall2()
13116 #if defined(TARGET_NR_epoll_wait) in _syscall2()
13117 case TARGET_NR_epoll_wait: in _syscall2()
13167 #if defined(TARGET_NR_epoll_wait) in _syscall2()
13168 case TARGET_NR_epoll_wait: in _syscall2()