Searched refs:__NR_msync (Results 1 – 22 of 22) sorted by relevance
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 148 #define __NR_msync 144 macro
|
D | vki-scnums-ppc64-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-amd64-linux.h | 66 #define __NR_msync 26 macro
|
D | vki-scnums-x86-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-arm-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-ppc32-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-darwin.h | 260 #define __NR_msync VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(65) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 152 #define __NR_msync 144 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 167 #define __NR_msync (__NR_Linux + 144) macro 395 #define __NR_msync (__NR_Linux + 25) macro 701 #define __NR_msync (__NR_Linux + 25) macro
|
/external/strace/ |
D | syscall-android.h | 148 #define SYS_msync __NR_msync
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 172 #define __NR_msync (__NR_SYSCALL_BASE+144) macro
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 655 GO(__NR_msync, "3s 1m"); in main() 656 SY(__NR_msync, x0, x0+1, x0); FAIL; in main()
|
D | scalar.stderr.exp | 1695 144: __NR_msync 3s 1m
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1239 GO(__NR_msync, "3s 1m"); in main() 1240 SY(__NR_msync, x0, x0+1, x0); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1271 GENX_(__NR_msync, sys_msync), // 144
|
D | syswrap-ppc32-linux.c | 1625 GENX_(__NR_msync, sys_msync), // 144
|
D | syswrap-amd64-linux.c | 1087 GENX_(__NR_msync, sys_msync), // 26
|
D | syswrap-s390x-linux.c | 1280 GENX_(__NR_msync, sys_msync), // 144
|
D | syswrap-arm-linux.c | 1549 GENX_(__NR_msync, sys_msync), // 144
|
D | syswrap-x86-linux.c | 1989 GENX_(__NR_msync, sys_msync), // 144
|
D | syswrap-darwin.c | 7895 GENX_(__NR_msync, sys_msync),
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1051 #define __NR_msync (__NR_SYSCALL_BASE+144)
|