Searched refs:bottom_up (Results 1 – 4 of 4) sorted by relevance
92 bool bottom_up; /* is bottom up direction? */ member465 memblock.bottom_up = enable; in memblock_set_bottom_up()475 return memblock.bottom_up; in memblock_bottom_up()
60 memblock.bottom_up = false; in reset_memblock_attributes()
27 ASSERT_EQ(memblock.bottom_up, false); in memblock_initialization_check()1688 ASSERT_EQ(memblock.bottom_up, false); in memblock_set_bottom_up_check()1690 ASSERT_EQ(memblock.bottom_up, true); in memblock_set_bottom_up_check()1703 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()1706 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
126 .bottom_up = false,