Home
last modified time | relevance | path

Searched refs:TARGET_NR_msgctl (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h196 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h191 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h174 #define TARGET_NR_msgctl 187 macro
H A Dsyscall64_nr.h195 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h196 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h197 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/
H A Dstrace.list646 #ifdef TARGET_NR_msgctl
647 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
H A Dsyscall.c10999 #ifdef TARGET_NR_msgctl in _syscall2()
11000 case TARGET_NR_msgctl: in _syscall2()