Searched refs:sys_mmap (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/common/ |
D | memory_allocator.h | 46 #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/ |
D | memory_mapped_file.cc | 90 void* data = sys_mmap(NULL, file_len, PROT_READ, MAP_PRIVATE, fd, offset); in Map()
|
/external/strace/linux/32/ |
D | syscallent.h | 2 # define sys_ARCH_mmap sys_mmap
|
/external/bcc/tools/ |
D | memleak_example.txt | 79 sys_mmap [kernel]
|
D | offwaketime_example.txt | 226 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…
|
D | wakeuptime_example.txt | 332 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/ |
D | unistd.h | 646 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
|
/external/strace/ |
D | ChangeLog-CVS | 791 (sys_mmap): Use ext_arg for MIPS N32. 5511 * mem.c (sys_mmap): Likewise.
|
D | ChangeLog | 37639 (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 …]
|