boot_physmem
const struct boot_physmem *bp, size_t nbp)
struct boot_physmem;
vaddr_t initarm_common(vaddr_t, vsize_t, const struct boot_physmem *, size_t);
const struct boot_physmem *bp, size_t nbp)
const struct boot_physmem *bp, size_t nbp);
struct boot_physmem;
static struct boot_physmem cats_physmem[MAX_PHYSMEM];
struct boot_physmem *bp;
static const struct boot_physmem bp_first256 = {
static struct boot_physmem fdt_physmem[FDT_MEMORY_RANGES];
struct boot_physmem *bp = &fdt_physmem[nfdt_physmem++];