Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Dof_reserved_mem.c211 bool bottom_up = false, top_down = false; in __reserved_mem_alloc_in_range() local
227 bottom_up = true; in __reserved_mem_alloc_in_range()
239 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()
240 memblock_set_bottom_up(bottom_up); in __reserved_mem_alloc_in_range()
246 if (bottom_up != top_down) in __reserved_mem_alloc_in_range()
/linux-6.12.1/include/linux/
Dmemblock.h95 bool bottom_up; /* is bottom up direction? */ member
455 memblock.bottom_up = enable; in memblock_set_bottom_up()
465 return memblock.bottom_up; in memblock_bottom_up()
/linux-6.12.1/tools/testing/memblock/tests/
Dcommon.c58 memblock.bottom_up = false; in reset_memblock_attributes()
Dbasic_api.c27 ASSERT_EQ(memblock.bottom_up, false); in memblock_initialization_check()
2130 ASSERT_EQ(memblock.bottom_up, false); in memblock_set_bottom_up_check()
2132 ASSERT_EQ(memblock.bottom_up, true); in memblock_set_bottom_up_check()
2145 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
2148 ASSERT_EQ(memblock_bottom_up(), memblock.bottom_up); in memblock_bottom_up_check()
/linux-6.12.1/mm/
Dmemblock.c124 .bottom_up = false,