Searched refs:do_mmap (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags,
/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);
/linux-master/mm/
H A Dutil.c573 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate,
H A Dnommu.c1012 unsigned long do_mmap(struct file *file, function
1728 * 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
3064 ret = do_mmap(vma->vm_file, start, size,
3332 * Similarly in do_mmap and in do_brk_flags.
/linux-master/ipc/
H A Dshm.c1661 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL);
/linux-master/fs/
H A Daio.c558 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size,
/linux-master/include/linux/
H A Dmm.h3393 extern unsigned long do_mmap(struct file *file, unsigned long addr,

Completed in 165 milliseconds