Home
last modified time | relevance | path

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

/u-boot/test/lib/
A Dlmb.c122 ret = lmb_free(&lmb, a, 4); in test_multi_alloc()
131 ret = lmb_free(&lmb, a2, 4); in test_multi_alloc()
136 ret = lmb_free(&lmb, b, 4); in test_multi_alloc()
146 ret = lmb_free(&lmb, b2, 4); in test_multi_alloc()
152 ret = lmb_free(&lmb, c, 4); in test_multi_alloc()
156 ret = lmb_free(&lmb, d, 4); in test_multi_alloc()
328 ret = lmb_free(&lmb, b, alloc_size); in test_noreserved()
408 ret = lmb_free(&lmb, b, 4); in lib_test_lmb_at_0()
530 ret = lmb_free(&lmb, d, 4); in test_alloc_addr()
539 ret = lmb_free(&lmb, d, 4); in test_alloc_addr()
[all …]
/u-boot/include/
A Dlmb.h49 extern long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size);
/u-boot/common/
A Dimage-fdt.c604 lmb_free(lmb, (phys_addr_t)(u32)(uintptr_t)blob, in image_setup_libfdt()
/u-boot/lib/
A Dlmb.c221 long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_free() function

Completed in 8 milliseconds