Home
last modified time | relevance | path

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

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