Searched refs:bottom_up (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/of/
H A Dof_reserved_mem.c211 bool bottom_up = false, top_down = false; local
227 bottom_up = true;
239 if (bottom_up != top_down)
240 memblock_set_bottom_up(bottom_up);
246 if (bottom_up != top_down)
/linux-master/include/linux/
H A Dmemblock.h89 * @bottom_up: is bottom up direction?
95 bool bottom_up; /* is bottom up direction? */ member in struct:memblock
476 memblock.bottom_up = enable;
486 return memblock.bottom_up;
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c58 memblock.bottom_up = false;
H A Dbasic_api.c27 ASSERT_EQ(memblock.bottom_up, false);
1872 ASSERT_EQ(memblock.bottom_up, false);
1874 ASSERT_EQ(memblock.bottom_up, true);
1887 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up);
1890 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up);
1901 test_print("Running memblock_*bottom_up tests...\n");
/linux-master/mm/
H A Dmemblock.c126 .bottom_up = false,

Completed in 267 milliseconds