Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h138 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h135 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h122 #define TARGET_NR_kill 129 macro
H A Dsyscall64_nr.h137 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h138 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h139 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h139 #define TARGET_NR_kill 129 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h45 #define TARGET_NR_kill 37 macro
/openbmc/qemu/linux-user/
H A Dstrace.list497 #ifdef TARGET_NR_kill
498 { TARGET_NR_kill, "kill", NULL, print_kill, NULL },
H A Dstrace.c4003 #ifdef TARGET_NR_kill
H A Dsyscall.c9531 case TARGET_NR_kill: in _syscall2()