Searched refs:arch_get_unmapped_area_topdown (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/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-v6.6/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-v6.6/arch/loongarch/mm/ |
D | mmap.c | 102 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/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-v6.6/arch/x86/mm/ |
D | mmap.c | 134 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
/Linux-v6.6/arch/x86/kernel/ |
D | sys_x86_64.c | 161 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/arch/sh/mm/ |
D | mmap.c | 101 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/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-v6.6/include/linux/sched/ |
D | mm.h | 185 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
/Linux-v6.6/arch/parisc/kernel/ |
D | sys_parisc.c | 176 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | slice.c | 651 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/mm/ |
D | util.c | 448 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
|
D | mmap.c | 1792 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr, in arch_get_unmapped_area_topdown() function
|
/Linux-v6.6/fs/hugetlbfs/ |
D | inode.c | 268 if (mm->get_unmapped_area == arch_get_unmapped_area_topdown) in generic_hugetlb_get_unmapped_area()
|