Home
last modified time | relevance | path

Searched defs:arch_get_mmap_end (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dtask_size_64.h78 #define arch_get_mmap_end(addr, len, flags) \ macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dprocessor.h20 #define arch_get_mmap_end(addr, len, flags) \ macro
/kernel/linux/linux-5.10/include/linux/sched/
H A Dmm.h110 #define arch_get_mmap_end(addr) (TASK_SIZE) macro
/kernel/linux/linux-6.6/include/linux/sched/
H A Dmm.h172 #define arch_get_mmap_end(addr, len, flags) (TASK_SIZE) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dprocessor.h90 #define arch_get_mmap_end(addr) ((addr > DEFAULT_MAP_WINDOW) ? TASK_SIZE :\ macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dprocessor.h95 #define arch_get_mmap_end(addr, len, flags) \ macro

Completed in 4 milliseconds