Searched refs:do_mmap (Results 1 - 8 of 8) sorted by last modified time

/linux-master/mm/
H A Dnommu.c1019 unsigned long do_mmap(struct file *file, function
1735 * vm_regions that extend beyond so that do_mmap() doesn't
H A Dmmap.c766 * indices (16TB on ia32) because do_mmap() does not permit mmap's which
1214 unsigned long do_mmap(struct file *file, unsigned long addr, function
3066 ret = do_mmap(vma->vm_file, start, size,
3334 * Similarly in do_mmap and in do_brk_flags.
H A Dutil.c573 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate,
/linux-master/ipc/
H A Dshm.c1657 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL);
/linux-master/fs/
H A Daio.c561 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size,
/linux-master/arch/x86/kernel/
H A Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags,
/linux-master/include/linux/
H A Dmm.h3393 extern unsigned long do_mmap(struct file *file, unsigned long addr,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c777 static int do_mmap(int infd, int outfd, unsigned int size, function
873 err = do_mmap(infd, peerfd, size, winfo);
875 err = do_mmap(infd, peerfd, size, winfo);

Completed in 179 milliseconds