Home
last modified time | relevance | path

Searched refs:TARGET_NR_tgkill (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h140 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h137 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h124 #define TARGET_NR_tgkill 131 macro
H A Dsyscall64_nr.h139 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h140 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h141 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h141 #define TARGET_NR_tgkill 131 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h276 #define TARGET_NR_tgkill 270 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1529 #ifdef TARGET_NR_tgkill
1530 { TARGET_NR_tgkill, "tgkill" , NULL, print_tgkill, NULL },
H A Dstrace.c4029 #ifdef TARGET_NR_tgkill
H A Dsyscall.c12673 case TARGET_NR_tgkill: in _syscall2()