Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h202 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h197 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h179 #define TARGET_NR_semop 193 macro
H A Dsyscall64_nr.h201 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h202 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h203 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h203 #define TARGET_NR_semop 193 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1266 #ifdef TARGET_NR_semop
1267 { TARGET_NR_semop, "semop" , NULL, NULL, NULL },
H A Dsyscall.c1137 defined(TARGET_NR_semop) || defined(TARGET_NR_semtimedop) || \
4048 #if defined(TARGET_NR_ipc) || defined(TARGET_NR_semop) || \
10854 #ifdef TARGET_NR_semop in _syscall2()
10855 case TARGET_NR_semop: in _syscall2()