Home
last modified time | relevance | path

Searched refs:TARGET_NR_msgrcv (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h197 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h192 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h175 #define TARGET_NR_msgrcv 188 macro
H A Dsyscall64_nr.h196 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h197 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h198 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h198 #define TARGET_NR_msgrcv 188 macro
/openbmc/qemu/linux-user/
H A Dstrace.list652 #ifdef TARGET_NR_msgrcv
653 { TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
H A Dsyscall.c10878 #ifdef TARGET_NR_msgrcv in _syscall2()
10879 case TARGET_NR_msgrcv: in _syscall2()