OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmb_region
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
lmb.h
20
struct
lmb_region
{
struct
27
struct
lmb_region
memory;
28
struct
lmb_region
reserved;
47
lmb_size_bytes(struct
lmb_region
*type, unsigned long region_nr)
/external/u-boot/lib/
lmb.c
60
static long lmb_regions_adjacent(struct
lmb_region
*rgn,
71
static void lmb_remove_region(struct
lmb_region
*rgn, unsigned long r)
83
static void lmb_coalesce_regions(struct
lmb_region
*rgn,
108
static long lmb_add_region(struct
lmb_region
*rgn, phys_addr_t base, phys_size_t size)
177
struct
lmb_region
*_rgn = &(lmb->memory);
184
struct
lmb_region
*rgn = &(lmb->reserved);
233
struct
lmb_region
*_rgn = &(lmb->reserved);
238
static long lmb_overlaps_region(struct
lmb_region
*rgn, phys_addr_t base,
Completed in 142 milliseconds