Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dmm.h175 #ifndef arch_get_mmap_base
176 #define arch_get_mmap_base(addr, base) (base) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dtask_size_64.h75 #define arch_get_mmap_base(addr, base) \ macro
/openbmc/linux/arch/riscv/include/asm/
H A Dprocessor.h35 #define arch_get_mmap_base(addr, base) \ macro
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h98 #define arch_get_mmap_base(addr, base) ((addr > DEFAULT_MAP_WINDOW) ? \ macro
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c223 info.high_limit = arch_get_mmap_base(addr, current->mm->mmap_base); in hugetlb_get_unmapped_area_topdown()
/openbmc/linux/mm/
H A Dmmap.c1775 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()