Lines Matching defs:mem_region
158 struct mem_region {
207 static struct mem_region *OFphysmem;
209 static struct mem_region *OFphysavail;
792 struct mem_region *mp;
1463 (OFphysmem = (struct mem_region *)ofw_malloc(mem_len)) == 0 ||
1466 (OFphysavail = (struct mem_region *)ofw_malloc(avail_len)) == 0 ||
1471 nOFphysmem = mem_len / sizeof(struct mem_region);
1472 nOFphysavail = avail_len / sizeof(struct mem_region);
1479 struct mem_region *tmp = (i == 0) ? OFphysmem : OFphysavail;
1480 struct mem_region *mp;
1496 struct mem_region *mp1;
1515 * sizeof(struct mem_region));