Home
last modified time | relevance | path

Searched refs:sys_mmap (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/common/
Dmemory_allocator.h46 #define sys_mmap mmap macro
119 void *a = sys_mmap(NULL, page_size_ * num_pages, PROT_READ | PROT_WRITE, in GetNPages()
/external/google-breakpad/src/common/linux/
Dmemory_mapped_file.cc90 void* data = sys_mmap(NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset); in Map()
/external/strace/linux/32/
Dsyscallent.h2 # define sys_ARCH_mmap sys_mmap
/external/bcc/tools/
Dmemleak_example.txt79 sys_mmap [kernel]
Doffwaketime_example.txt226 chown;entry_SYSCALL_64_fastpath;sys_mmap;sys_mmap_pgoff;vm_mmap_pgoff;down_write;_cond_resched;pree…
227 chown;entry_SYSCALL_64_fastpath;sys_mmap;sys_mmap_pgoff;vm_mmap_pgoff;do_mmap;mmap_region;kmem_cach…
Dwakeuptime_example.txt332 run;entry_SYSCALL_64_fastpath;sys_mmap;sys_mmap_pgoff;vm_mmap_pgoff;do_mmap;mmap_region;do_munmap;_…
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h646 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
/external/strace/
DChangeLog-CVS791 (sys_mmap): Use ext_arg for MIPS N32.
5511 * mem.c (sys_mmap): Likewise.
DChangeLog37639 (sys_old_mmap, sys_old_mmap_pgoff, sys_mmap, sys_mmap_pgoff,
38923 not sys_mmap.
38925 not sys_mmap.
46544 i.e. what sys_mmap ("new mmap") function does on other arches!
46575 * linux/microblaze/syscallent.h: old_mmap is sys_mmap, mmap2 is sys_mmap_pgoff.
46581 * linux/sh/syscallent.h: old_mmap2 is sys_mmap, mmap2 is sys_mmap_4koff.
46619 As a result, never remap sys_mmap64 to sys_mmap.
46622 (sys_mmap): Compile unconditionally.
46636 * mem.c (sys_mmap): Ensure unsigned expansion of tcp->u_arg[5].
46642 * mem.c: Move "define sys_mmap64 sys_mmap" from the top
[all …]