Searched refs:lmb (Results 1 – 2 of 2) sorted by relevance
76 struct lmb { struct159 struct lmb *lmb_get(void);160 int lmb_push(struct lmb *store);161 void lmb_pop(struct lmb *store);174 int io_lmb_setup(struct lmb *io_lmb);180 void io_lmb_teardown(struct lmb *io_lmb);192 long io_lmb_add(struct lmb *io_lmb, phys_addr_t base, phys_size_t size);206 phys_addr_t io_lmb_alloc(struct lmb *io_lmb, phys_size_t size, ulong align);216 long io_lmb_free(struct lmb *io_lmb, phys_addr_t base, phys_size_t size);
1026 int image_setup_libfdt(struct bootm_headers *images, void *blob, bool lmb);
Completed in 8 milliseconds