Lines Matching refs:alloc_addr_b
466 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()
594 const phys_size_t alloc_addr_b = ram + 0x8000000 * 2; in test_get_unreserved_size() local
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()
627 ut_asserteq(s, alloc_addr_b - alloc_addr_a - 0x10000); in test_get_unreserved_size()
629 ut_asserteq(s, alloc_addr_b - alloc_addr_a - 0x20000); in test_get_unreserved_size()
630 s = lmb_get_free_size(&lmb, alloc_addr_b - 4); in test_get_unreserved_size()