pmap.c | 1170 * Chop it off at the pstart of the kernel. 1172 paddr_t chop = PMAP_BOOTSTRAP_VA2PA(KERNBASE); local in function:pmap_page_upload 1174 if (pend < chop) 1175 chop = pend; 1177 prom_printf("bootstrap gap: pstart %lx, chop %lx, pend %lx\n", 1178 pstart, chop, pend); 1182 atop(chop), 1184 atop(chop), 1191 pstart = chop;
|