Searched refs:__NR_msync (Results 1 - 25 of 33) sorted by relevance

12

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h66 #define __NR_msync 26 macro
H A Dvki-scnums-arm64-linux.h272 #define __NR_msync 227 macro
H A Dvki-scnums-s390x-linux.h148 #define __NR_msync 144 macro
H A Dvki-scnums-arm-linux.h181 #define __NR_msync 144 macro
H A Dvki-scnums-ppc32-linux.h181 #define __NR_msync 144 macro
H A Dvki-scnums-ppc64-linux.h181 #define __NR_msync 144 macro
H A Dvki-scnums-x86-linux.h181 #define __NR_msync 144 macro
H A Dvki-scnums-mips64-linux.h64 #define __NR_msync (__NR_Linux + 25) macro
H A Dvki-scnums-mips32-linux.h184 #define __NR_msync (__NR_Linux + 144) macro
H A Dvki-scnums-darwin.h286 #define __NR_msync VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(65) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c84 #ifdef __NR_msync
85 { "msync", __NR_msync },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h148 #define __NR_msync 144 macro
H A Dunistd_64.h30 #define __NR_msync 26 macro
H A Dunistd_x32.h25 #define __NR_msync (__X32_SYSCALL_BIT + 26) macro
/external/strace/
H A Dscno.h689 #ifndef __NR_msync
690 # define __NR_msync (SYSCALL_BIT | 227) macro
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c654 // __NR_msync 144
655 GO(__NR_msync, "3s 1m");
656 SY(__NR_msync, x0, x0+1, x0); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h168 #define __NR_msync (__NR_Linux + 144) macro
434 #define __NR_msync (__NR_Linux + 25) macro
778 #define __NR_msync (__NR_Linux + 25) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h111 #define __NR_msync (__NR_SYSCALL_BASE + 144) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c843 GENX_(__NR_msync, sys_msync), // 227
H A Dsyswrap-amd64-linux.c491 GENX_(__NR_msync, sys_msync), // 26
H A Dsyswrap-ppc32-linux.c789 GENX_(__NR_msync, sys_msync), // 144
H A Dsyswrap-ppc64-linux.c707 GENX_(__NR_msync, sys_msync), // 144
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h624 #define __NR_msync 227 macro
625 __SYSCALL(__NR_msync, sys_msync)
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c663 // __NR_msync 144
664 GO(__NR_msync, "3s 1m");
665 SY(__NR_msync, x0, x0+1, x0); FAIL;
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c141 // __NR_msync 65
1244 // __NR_msync 144
1245 GO(__NR_msync, "3s 1m");
1246 SY(__NR_msync, x0, x0+1, x0); FAIL;

Completed in 250 milliseconds

12