Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list157 #ifdef TARGET_NR_eventfd
158 { TARGET_NR_eventfd, "eventfd", "%s(%d)", NULL, NULL },
H A Dsyscall.c13226 #if defined(TARGET_NR_eventfd) in _syscall2()
13227 case TARGET_NR_eventfd: in _syscall2()