Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dmm.h176 #ifndef arch_get_mmap_base
177 #define arch_get_mmap_base(addr, base) (base) macro
/linux/arch/powerpc/include/asm/
H A Dtask_size_64.h75 #define arch_get_mmap_base(addr, base) \ macro
/linux/arch/riscv/include/asm/
H A Dprocessor.h25 #define arch_get_mmap_base(addr, base) \ macro
/linux/arch/arm64/include/asm/
H A Dprocessor.h100 #define arch_get_mmap_base(addr, base) ((addr > DEFAULT_MAP_WINDOW) ? \ macro
/linux/mm/
H A Dmmap.c766 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()