Searched refs:arch_get_unmapped_area_topdown (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/mips/mm/ |
D | mmap.c | 139 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function 173 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/arm/mm/ |
D | mmap.c | 108 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 195 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/s390/mm/ |
D | mmap.c | 120 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 204 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/arm64/mm/ |
D | mmap.c | 102 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | sys_parisc.c | 149 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 263 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/x86/mm/ |
D | mmap.c | 145 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/arch/sh/mm/ |
D | mmap.c | 81 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/Linux-v4.19/include/linux/sched/ |
D | mm.h | 113 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
/Linux-v4.19/arch/x86/kernel/ |
D | sys_x86_64.c | 174 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/Linux-v4.19/arch/powerpc/mm/ |
D | mmap.c | 240 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
D | slice.c | 692 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v4.19/arch/sparc/kernel/ |
D | sys_sparc_64.c | 147 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 305 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v4.19/mm/ |
D | mmap.c | 2095 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|