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