Searched refs:mmap_region (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/tile/mm/ |
D | elf.c | 144 addr = mmap_region(NULL, addr, INTRPT_SIZE, in arch_setup_additional_pages()
|
/linux-4.1.27/arch/x86/mm/ |
D | mpx.c | 60 ret = mmap_region(NULL, addr, len, vm_flags, pgoff); in mpx_mmap()
|
/linux-4.1.27/mm/ |
D | mmap.c | 1395 addr = mmap_region(file, addr, len, vm_flags, pgoff); in do_mmap_pgoff() 1530 unsigned long mmap_region(struct file *file, unsigned long addr, in mmap_region() function
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1874 extern unsigned long mmap_region(struct file *file, unsigned long addr,
|