Searched refs:arch_get_unmapped_area_topdown (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/s390/mm/ |
D | mmap.c | 117 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 211 area = arch_get_unmapped_area_topdown(filp, addr, len, pgoff, flags); in s390_get_unmapped_area_topdown() 219 area = arch_get_unmapped_area_topdown(filp, addr, len, in s390_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/mips/mm/ |
D | mmap.c | 137 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function 171 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/arm/mm/ |
D | mmap.c | 106 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 194 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | mmap.c | 101 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
D | slice.c | 557 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/linux-4.4.14/arch/tile/mm/ |
D | mmap.c | 85 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/arm64/mm/ |
D | mmap.c | 91 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/x86/mm/ |
D | mmap.c | 126 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | sys_parisc.c | 140 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 259 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/arch/sh/mm/ |
D | mmap.c | 80 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/linux-4.4.14/arch/x86/kernel/ |
D | sys_x86_64.c | 164 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sys_sparc_64.c | 144 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 302 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 445 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
/linux-4.4.14/mm/ |
D | mmap.c | 1956 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|