Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c207 static struct mem_region *OFphysmem; variable
798 for (totalcnt = 0, mp = OFphysmem; totalcnt < nOFphysmem; in ofw_configmem()
805 physical_start = OFphysmem[0].start; in ofw_configmem()
1463 (OFphysmem = (struct mem_region *)ofw_malloc(mem_len)) == 0 || in ofw_getphysmeminfo()
1464 OF_getprop(phandle, "reg", OFphysmem, mem_len) != mem_len || in ofw_getphysmeminfo()
1479 struct mem_region *tmp = (i == 0) ? OFphysmem : OFphysavail; in ofw_getphysmeminfo()