Home
last modified time | relevance | path

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

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