Home
last modified time | relevance | path

Searched refs:do_mmap (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/mm/
Dmpx.c56 addr = do_mmap(NULL, 0, len, PROT_READ | PROT_WRITE, in mpx_mmap()
/Linux-v5.4/include/linux/
Dmm.h2333 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/
Dnommu.c1094 unsigned long do_mmap(struct file *file, in do_mmap() function
Dmmap.c1397 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
/Linux-v5.4/Documentation/gpu/
Ddrm-mm.rst261 :c:func:`do_mmap()` under the hood. This is often considered