Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c209 static struct mem_region *OFphysavail; variable
811 for (availcnt = 0, mp = OFphysavail; availcnt < nOFphysavail; in ofw_configmem()
818 physical_freestart = OFphysavail[0].start; in ofw_configmem()
867 for (i = 0, mp = OFphysavail; i < nOFphysavail; i++, mp++) { in ofw_configmem()
1466 (OFphysavail = (struct mem_region *)ofw_malloc(avail_len)) == 0 || in ofw_getphysmeminfo()
1467 OF_getprop(phandle, "available", OFphysavail, avail_len) in ofw_getphysmeminfo()
1479 struct mem_region *tmp = (i == 0) ? OFphysmem : OFphysavail; in ofw_getphysmeminfo()