Searched refs:ASSERT_LMB (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/test/lib/ |
H A D | lmb.c | 40 #define ASSERT_LMB(lmb, ram_base, ram_size, num_reserved, base1, size1, \ macro 94 ASSERT_LMB(&lmb, 0, 0, 1, alloc_64k_addr, 0x10000, in test_multi_alloc() 100 ASSERT_LMB(&lmb, 0, 0, 2, alloc_64k_addr, 0x10000, in test_multi_alloc() 105 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 111 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 115 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 120 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 125 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 129 ASSERT_LMB(&lmb, 0, 0, 2, in test_multi_alloc() 134 ASSERT_LMB(&lmb, 0, 0, 3, in test_multi_alloc() [all …]
|