Home
last modified time | relevance | path

Searched refs:arch_get_mmap_base (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Dtask_size_64.h75 #define arch_get_mmap_base(addr, base) \ macro
/linux-5.19.10/include/linux/sched/
Dmm.h143 #ifndef arch_get_mmap_base
144 #define arch_get_mmap_base(addr, base) (base) macro
/linux-5.19.10/arch/arm64/include/asm/
Dprocessor.h98 #define arch_get_mmap_base(addr, base) ((addr > DEFAULT_MAP_WINDOW) ? \ macro
/linux-5.19.10/fs/hugetlbfs/
Dinode.c224 info.high_limit = arch_get_mmap_base(addr, current->mm->mmap_base); in hugetlb_get_unmapped_area_topdown()
/linux-5.19.10/mm/
Dmmap.c2224 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()