Lines Matching refs:nextpa
78 * (don't call any functions here!) `nextpa' is the first available physical
95 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa)
122 lwp0upa = nextpa;
123 nextpa += USPACE;
131 kstpa = nextpa;
132 nextpa += kstsize * PAGE_SIZE;
134 kptmpa = nextpa;
135 nextpa += PAGE_SIZE;
137 kptpa = nextpa;
139 nextpa += nptpages * PAGE_SIZE;
144 for (pte = (pt_entry_t *)kstpa; pte < (pt_entry_t *)nextpa; pte++)
361 epte = &epte[m68k_btop(nextpa - firstpa)];
413 nextpa - RELOC(bootinfo_mem_segments_avail[0].mem_addr, uint32_t);
414 RELOC(bootinfo_mem_segments_avail[0].mem_addr, uint32_t) = nextpa;