Home
last modified time | relevance | path

Searched refs:arch_get_unmapped_area_topdown (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dmmap.c113 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()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dmmap.c112 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsys_parisc.c137 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
251 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmmap.c134 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dmmap.c81 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmap.c81 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsys_x86_64.c165 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h123 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dmmap.c226 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
H A Dslice.c652 unsigned long arch_get_unmapped_area_topdown(struct file *filp, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc_64.c148 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()
/OK3568_Linux_fs/kernel/mm/
H A Dutil.c445 mm->get_unmapped_area = arch_get_unmapped_area_topdown; in arch_pick_mmap_layout()
H A Dmmap.c2279 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr, in arch_get_unmapped_area_topdown() function
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c280 if (mm->get_unmapped_area == arch_get_unmapped_area_topdown) in hugetlb_get_unmapped_area()