Searched refs:big_block_size (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/test/lib/ |
H A D | lmb.c | 222 const phys_size_t big_block_size = 0x10000000; in test_bigblock() local 244 a = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock() 247 big_block_size + 0x10000, 0, 0, 0, 0); in test_bigblock() 250 b = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock() 253 big_block_size + 0x10000, 0, 0, 0, 0); in test_bigblock() 255 ret = lmb_free(&lmb, a, big_block_size); in test_bigblock()
|