Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h201 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h196 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h200 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h201 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h202 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h202 #define TARGET_NR_semtimedop 192 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1269 #ifdef TARGET_NR_semtimedop
1270 { TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
H A Dsyscall.c1137 defined(TARGET_NR_semop) || defined(TARGET_NR_semtimedop) || \
4049 defined(TARGET_NR_semtimedop) || defined(TARGET_NR_semtimedop_time64)
10858 #ifdef TARGET_NR_semtimedop in _syscall2()
10859 case TARGET_NR_semtimedop: in _syscall2()