Searched refs:do_mmap (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/mm/ |
D | mpx.c | 53 addr = do_mmap(NULL, 0, len, PROT_READ | PROT_WRITE, in mpx_mmap()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1917 extern unsigned long do_mmap(struct file *file, unsigned long addr, 1927 return do_mmap(file, addr, len, prot, flags, 0, pgoff, populate); in do_mmap_pgoff()
|
/linux-4.4.14/mm/ |
D | nommu.c | 1236 unsigned long do_mmap(struct file *file, in do_mmap() function
|
D | mmap.c | 1267 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 380 up a mapping in userspace, calling do_mmap with dma_buf->file will equally
|