Searched refs:alloc_size_aligned (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/test/lib/ |
H A D | lmb.c | 294 const phys_addr_t alloc_size_aligned = (alloc_size + align - 1) & in test_noreserved() local 309 ASSERT_LMB(&lmb, ram, ram_size, 1, ram + ram_size - alloc_size_aligned, in test_noreserved() 314 if (alloc_size == alloc_size_aligned) { in test_noreserved() 316 (alloc_size_aligned * 2), alloc_size * 2, 0, 0, 0, in test_noreserved() 320 (alloc_size_aligned * 2), alloc_size, ram + ram_size in test_noreserved() 321 - alloc_size_aligned, alloc_size, 0, 0); in test_noreserved() 326 ASSERT_LMB(&lmb, ram, ram_size, 1, ram + ram_size - alloc_size_aligned, in test_noreserved() 335 ASSERT_LMB(&lmb, ram, ram_size, 1, ram + ram_size - alloc_size_aligned, in test_noreserved()
|