Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemblock.h296 static inline bool memblock_bottom_up(void) in memblock_bottom_up() function
302 static inline bool memblock_bottom_up(void) { return false; } in memblock_bottom_up() function
/linux-4.4.14/arch/x86/mm/
Dinit.c596 if (memblock_bottom_up()) { in init_mem_mapping()
/linux-4.4.14/mm/
Dmemblock.c222 if (memblock_bottom_up() && end > kernel_end) { in memblock_find_in_range_node()