Home
last modified time | relevance | path

Searched refs:__NR_semtimedop (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Dipc.h14 #ifdef __NR_semtimedop
15 DO_TEST(semtimedop, __NR_semtimedop)
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h196 #define __NR_semtimedop 192 macro
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_64.h195 #define __NR_semtimedop 192 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h193 #define __NR_semtimedop 192 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h336 #define __NR_semtimedop 392 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h224 #define __NR_semtimedop 220 macro
H A Dunistd_x32.h196 #define __NR_semtimedop (__X32_SYSCALL_BIT + 220) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h370 #define __NR_semtimedop 392 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h508 #define __NR_semtimedop 192 macro
509 __SC_3264(__NR_semtimedop, sys_semtimedop_time32, sys_semtimedop)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h508 #define __NR_semtimedop 192 macro
509 __SC_3264(__NR_semtimedop, sys_semtimedop_time32, sys_semtimedop)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h508 #define __NR_semtimedop 192 macro
509 __SC_3264(__NR_semtimedop, sys_semtimedop_time32, sys_semtimedop)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h637 #define __NR_semtimedop 312 macro
638 __SYSCALL(__NR_semtimedop, sys_semtimedop_time32)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h218 #define __NR_semtimedop (__NR_Linux + 214) macro
H A Dunistd_n32.h219 #define __NR_semtimedop (__NR_Linux + 215) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h271 #define __NR_semtimedop (__NR_SYSCALL_BASE + 312) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c767 #ifdef __NR_semtimedop in safe_syscall3()
4119 #ifdef __NR_semtimedop in do_semtimedop()