Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h289 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h284 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h284 #define TARGET_NR_pidfd_send_signal 424 macro
H A Dsyscall64_nr.h290 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h309 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h310 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h310 #define TARGET_NR_pidfd_send_signal 424 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1691 #ifdef TARGET_NR_pidfd_send_signal
1692 { TARGET_NR_pidfd_send_signal, "pidfd_send_signal", NULL, print_pidfd_send_signal, NULL },
H A Dstrace.c3466 #ifdef TARGET_NR_pidfd_send_signal
H A Dsyscall.c348 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal)
9096 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal) in _syscall2()
9097 case TARGET_NR_pidfd_send_signal: in _syscall2()