Searched refs:__NR_shmat (Results 1 – 21 of 21) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 34 #ifdef __NR_shmat 35 DO_TEST(shmat, __NR_shmat)
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 96 #ifdef __NR_shmat 97 { "shmat", __NR_shmat },
|
/external/fio/os/ |
D | os-linux-syscall.h | 49 #define __NR_shmat 30 macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 241 #define __NR_shmat 196 macro
|
D | vki-scnums-amd64-linux.h | 70 #define __NR_shmat 30 macro
|
D | vki-scnums-arm-linux.h | 343 #define __NR_shmat 305 macro
|
D | vki-scnums-mips64-linux.h | 68 #define __NR_shmat (__NR_Linux + 29) macro
|
D | vki-scnums-darwin.h | 506 #define __NR_shmat VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(262) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 34 #define __NR_shmat 30 macro
|
D | unistd_x32.h | 29 #define __NR_shmat (__X32_SYSCALL_BIT + 30) macro
|
/external/strace/ |
D | scno.h | 596 #ifndef __NR_shmat 597 # define __NR_shmat (SYSCALL_BIT | 196) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 547 #define __NR_shmat 196 macro 548 __SC_COMP(__NR_shmat, sys_shmat, compat_sys_shmat)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 264 #define __NR_shmat (__NR_SYSCALL_BASE + 305) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 438 #define __NR_shmat (__NR_Linux + 29) macro 782 #define __NR_shmat (__NR_Linux + 29) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 812 LINXY(__NR_shmat, sys_shmat), // 196
|
D | syswrap-amd64-linux.c | 496 LINXY(__NR_shmat, sys_shmat), // 30
|
D | syswrap-mips64-linux.c | 566 LINXY (__NR_shmat, sys_shmat),
|
D | syswrap-arm-linux.c | 947 LINXY(__NR_shmat, sys_shmat), //305
|
D | syswrap-darwin.c | 10211 MACXY(__NR_shmat, shmat),
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 446 GO(__NR_shmat, 262, "3s 0m"); in main() 447 SY(__NR_shmat, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 623 x2000106(262): __NR_shmat 3s 0m
|