HomeSort by: relevance | last modified time | path
    Searched defs:OFphysmem (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/shark/ofw/
ofw.c 207 static struct mem_region *OFphysmem;
798 for (totalcnt = 0, mp = OFphysmem; totalcnt < nOFphysmem;
805 physical_start = OFphysmem[0].start;
1463 (OFphysmem = (struct mem_region *)ofw_malloc(mem_len)) == 0 ||
1464 OF_getprop(phandle, "reg", OFphysmem, mem_len) != mem_len ||
1479 struct mem_region *tmp = (i == 0) ? OFphysmem : OFphysavail;

Completed in 13 milliseconds