Home
last modified time | relevance | path

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

/openbmc/u-boot/test/lib/
H A Dlmb.c485 ret = lmb_reserve(&lmb, alloc_addr_c, 0x10000); in test_alloc_addr()
488 alloc_addr_b, 0x10000, alloc_addr_c, 0x10000); in test_alloc_addr()
499 alloc_addr_c, 0x10000, 0, 0); in test_alloc_addr()
501 alloc_addr_c - alloc_addr_b - 0x10000); in test_alloc_addr()
505 d = lmb_alloc_addr(&lmb, alloc_addr_c + 0x10000, in test_alloc_addr()
506 ram_end - alloc_addr_c - 0x10000); in test_alloc_addr()
507 ut_asserteq(d, alloc_addr_c + 0x10000); in test_alloc_addr()
541 ut_asserteq(d, alloc_addr_c + 0x10000); in test_alloc_addr()
613 ret = lmb_reserve(&lmb, alloc_addr_c, 0x10000); in test_get_unreserved_size()
634 ut_asserteq(s, ram_end - alloc_addr_c - 0x10000); in test_get_unreserved_size()
[all …]