Searched refs:do_mmap (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/mm/ |
D | mpx.c | 56 addr = do_mmap(NULL, 0, len, PROT_READ | PROT_WRITE, in mpx_mmap()
|
/Linux-v4.19/include/linux/ |
D | mm.h | 2285 extern unsigned long do_mmap(struct file *file, unsigned long addr, 2298 return do_mmap(file, addr, len, prot, flags, 0, pgoff, populate, uf); in do_mmap_pgoff()
|
/Linux-v4.19/mm/ |
D | nommu.c | 1167 unsigned long do_mmap(struct file *file, in do_mmap() function
|
D | mmap.c | 1359 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-mm.rst | 265 :c:func:`do_mmap()` under the hood. This is often considered
|