Home
last modified time | relevance | path

Searched refs:memblock_bottom_up (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dmemblock.h262 static inline bool memblock_bottom_up(void) in memblock_bottom_up() function
268 static inline bool memblock_bottom_up(void) { return false; } in memblock_bottom_up() function
/linux-4.1.27/arch/x86/mm/
Dinit.c593 if (memblock_bottom_up()) { in init_mem_mapping()
/linux-4.1.27/mm/
Dmemblock.c210 if (memblock_bottom_up() && end > kernel_end) { in memblock_find_in_range_node()