Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_nid_api.c71 phys_addr_t rgn_end; in alloc_nid_top_down_simple_check() local
82 rgn_end = rgn->base + rgn->size; in alloc_nid_top_down_simple_check()
89 ASSERT_EQ(rgn_end, max_addr); in alloc_nid_top_down_simple_check()
124 phys_addr_t rgn_end; in alloc_nid_top_down_end_misaligned_check() local
135 rgn_end = rgn->base + rgn->size; in alloc_nid_top_down_end_misaligned_check()
142 ASSERT_LT(rgn_end, max_addr); in alloc_nid_top_down_end_misaligned_check()
174 phys_addr_t rgn_end; in alloc_nid_exact_address_generic_check() local
192 ASSERT_EQ(rgn_end, max_addr); in alloc_nid_exact_address_generic_check()
740 phys_addr_t rgn_end; in alloc_nid_bottom_up_simple_check() local
758 ASSERT_LT(rgn_end, max_addr); in alloc_nid_bottom_up_simple_check()
[all …]