Searched refs:__NR_mmap2 (Results 1 - 17 of 17) sorted by relevance

/external/oprofile/module/ia64/
H A Dop_syscalls.c338 fdesc_mmap2.ip = sys_call_table[__NR_mmap2 - __NR_ni_syscall];
359 sys_call_table[__NR_mmap2 - __NR_ni_syscall] =
377 sys_call_table[__NR_mmap2 - __NR_ni_syscall] =
/external/oprofile/module/x86/
H A Dop_syscalls.c320 old_sys_mmap2 = sys_call_table[__NR_mmap2];
334 sys_call_table[__NR_mmap2] = my_sys_mmap2;
348 sys_call_table[__NR_mmap2] = old_sys_mmap2;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc41 return (void *)syscall(__NR_mmap2, addr, length, prot, flags, fd, offset);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h200 #define __NR_mmap2 192 macro
/external/valgrind/main/include/vki/
H A Dvki-scnums-arm-linux.h229 #define __NR_mmap2 192 macro
H A Dvki-scnums-ppc32-linux.h230 #define __NR_mmap2 192 macro
H A Dvki-scnums-x86-linux.h229 #define __NR_mmap2 192 macro
/external/strace/
H A Dsyscall-android.h136 #define SYS_mmap2 __NR_mmap2
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c159 res = VG_(do_syscall6)(__NR_mmap2, (UWord)start, length,
/external/kernel-headers/original/asm-arm/
H A Dunistd.h220 #define __NR_mmap2 (__NR_SYSCALL_BASE+192) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c861 // __NR_mmap2 192
862 GO(__NR_mmap2, "6s 0m");
863 SY(__NR_mmap2, x0, x0, x0, x0, x0-1, x0); FAIL;
H A Dscalar.stderr.exp2482 192: __NR_mmap2 6s 0m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1441 // __NR_mmap2 192
1442 GO(__NR_mmap2, "6s 0m");
1443 SY(__NR_mmap2, x0, x0, x0, x0, x0-1, x0); FAIL;
/external/kernel-headers/original/asm-mips/
H A Dunistd.h233 #define __NR_mmap2 (__NR_Linux + 210) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c1684 PLAX_(__NR_mmap2, sys_mmap2), // 192
H A Dsyswrap-arm-linux.c1608 PLAX_(__NR_mmap2, sys_mmap2), // 192
H A Dsyswrap-x86-linux.c2048 PLAX_(__NR_mmap2, sys_mmap2), // 192

Completed in 497 milliseconds