Home
last modified time | relevance | path

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

/openbmc/u-boot/test/lib/
H A Dlmb.c466 const phys_size_t alloc_addr_b = ram + 0x8000000 * 2; in test_alloc_addr() local
483 ret = lmb_reserve(&lmb, alloc_addr_b, 0x10000); in test_alloc_addr()
488 alloc_addr_b, 0x10000, alloc_addr_c, 0x10000); in test_alloc_addr()
494 alloc_addr_b, 0x10000, alloc_addr_c, 0x10000); in test_alloc_addr()
496 alloc_addr_b - alloc_addr_a - 0x10000); in test_alloc_addr()
500 c = lmb_alloc_addr(&lmb, alloc_addr_b + 0x10000, in test_alloc_addr()
501 alloc_addr_c - alloc_addr_b - 0x10000); in test_alloc_addr()
502 ut_asserteq(c, alloc_addr_b + 0x10000); in test_alloc_addr()
611 ret = lmb_reserve(&lmb, alloc_addr_b, 0x10000); in test_get_unreserved_size()
616 alloc_addr_b, 0x10000, alloc_addr_c, 0x10000); in test_get_unreserved_size()
[all …]