Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list1697 #ifdef TARGET_NR_pidfd_send_signal
1698 { TARGET_NR_pidfd_send_signal, "pidfd_send_signal", NULL, print_pidfd_send_signal, NULL },
H A Dstrace.c3634 #ifdef TARGET_NR_pidfd_send_signal
H A Dsyscall.c348 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal)
9326 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal) in _syscall2()
9327 case TARGET_NR_pidfd_send_signal: in _syscall2()