Home
last modified time | relevance | path

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

/linux/tools/testing/memblock/tests/
H A Dbasic_api.c2145 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
2146 ASSERT_EQ(memblock_bottom_up(), false); in memblock_bottom_up_check()
2148 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
2149 ASSERT_EQ(memblock_bottom_up(), true); in memblock_bottom_up_check()
/linux/include/linux/
H A Dmemblock.h473 static inline __init_memblock bool memblock_bottom_up(void)
463 static inline __init_memblock bool memblock_bottom_up(void) memblock_bottom_up() function
/linux/drivers/of/
H A Dof_reserved_mem.c350 bool prev_bottom_up = memblock_bottom_up(); in __reserved_mem_alloc_in_range()
/linux/arch/x86/mm/
H A Dinit.c780 if (memblock_bottom_up()) { in init_mem_mapping()
/linux/mm/
H A Dmemblock.c304 if (memblock_bottom_up()) in memblock_find_in_range_node()