Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h176 #define TARGET_NR_poll 168 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1061 #ifdef TARGET_NR_poll
1062 { TARGET_NR_poll, "poll" , "%s(%p,%u,%d)", NULL, NULL },
H A Dsyscall.c1485 #if defined(TARGET_NR_poll) || defined(TARGET_NR_ppoll) || \
11048 #ifdef TARGET_NR_poll in _syscall2()
11049 case TARGET_NR_poll: in _syscall2()