Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-linux-user-Add-strace-for-shmat.patch63 #ifdef TARGET_NR_shmat
64 -{ TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
65 +{ TARGET_NR_shmat, "shmat" , NULL, print_shmat, print_syscall_ret_addr },
/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h205 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h200 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h182 #define TARGET_NR_shmat 196 macro
H A Dsyscall64_nr.h204 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h205 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h206 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h206 #define TARGET_NR_shmat 196 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1400 #ifdef TARGET_NR_shmat
1401 { TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
H A Dsyscall.c10894 #ifdef TARGET_NR_shmat in _syscall2()
10895 case TARGET_NR_shmat: in _syscall2()