Searched refs:arch_get_mmap_end (Results 1 – 2 of 2) sorted by relevance
94 #define arch_get_mmap_end(addr) ((addr > DEFAULT_MAP_WINDOW) ? TASK_SIZE :\ macro
2115 #ifndef arch_get_mmap_end2116 #define arch_get_mmap_end(addr) (TASK_SIZE) macro2142 const unsigned long mmap_end = arch_get_mmap_end(addr); in arch_get_unmapped_area()2182 const unsigned long mmap_end = arch_get_mmap_end(addr); in arch_get_unmapped_area_topdown()
Completed in 10 milliseconds