Home
last modified time | relevance | path

Searched refs:lmb_region (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dlmb.h22 struct lmb_region { struct
29 struct lmb_region memory; argument
30 struct lmb_region reserved;
53 lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) in lmb_size_bytes()
/openbmc/u-boot/lib/
H A Dlmb.c63 static long lmb_regions_adjacent(struct lmb_region *rgn, unsigned long r1, in lmb_regions_adjacent()
74 static void lmb_remove_region(struct lmb_region *rgn, unsigned long r) in lmb_remove_region()
86 static void lmb_coalesce_regions(struct lmb_region *rgn, unsigned long r1, in lmb_coalesce_regions()
142 static long lmb_add_region(struct lmb_region *rgn, phys_addr_t base, phys_size_t size) in lmb_add_region()
214 struct lmb_region *_rgn = &(lmb->memory); in lmb_add()
221 struct lmb_region *rgn = &(lmb->reserved); in lmb_free()
270 struct lmb_region *_rgn = &(lmb->reserved); in lmb_reserve()
275 static long lmb_overlaps_region(struct lmb_region *rgn, phys_addr_t base, in lmb_overlaps_region()