Searched refs:arch_get_unmapped_area_topdown (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/arch/s390/mm/ |
D | mmap.c | 113 unsigned long arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr, in arch_get_unmapped_area_topdown() function 188 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v5.15/arch/mips/mm/ |
D | mmap.c | 112 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v5.15/arch/x86/mm/ |
D | mmap.c | 134 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v5.15/arch/arm/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-v5.15/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-v5.15/arch/parisc/kernel/ |
D | sys_parisc.c | 156 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 270 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v5.15/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-v5.15/include/linux/sched/ |
D | mm.h | 115 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
/Linux-v5.15/arch/powerpc/mm/ |
D | mmap.c | 226 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
D | slice.c | 652 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v5.15/arch/sparc/kernel/ |
D | sys_sparc_64.c | 148 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function 306 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v5.15/mm/ |
D | util.c | 421 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
D | mmap.c | 2176 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr, in arch_get_unmapped_area_topdown() function
|
/Linux-v5.15/fs/hugetlbfs/ |
D | inode.c | 279 if (mm->get_unmapped_area == arch_get_unmapped_area_topdown) in hugetlb_get_unmapped_area()
|