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

  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 83 u_int nptpages, kstsize; local in function:pmap_bootstrap
123 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG);
124 nextpa += nptpages * PAGE_SIZE;
173 * level 2 descriptors to map each of the nptpages
177 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
247 epte = &pte[nptpages];
277 epte = &pte[nptpages];
327 * Start by invalidating the `nptpages' that we have allocated.
330 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 89 u_int nptpages, kstsize; local in function:pmap_bootstrap
129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
131 nextpa += nptpages * PAGE_SIZE;
177 * level 2 descriptors to map each of the nptpages
181 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
251 epte = &pte[nptpages];
282 epte = &pte[nptpages];
332 * Start by invalidating the `nptpages' that we have allocated.
335 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 92 u_int nptpages, kstsize; local in function:pmap_bootstrap
174 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
176 nextpa += nptpages * PAGE_SIZE;
222 * level 2 descriptors to map each of the nptpages
226 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
290 epte = &pte[nptpages];
319 epte = &pte[nptpages];
352 * Start by invalidating the `nptpages' that we have allocated.
355 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 87 u_int nptpages, kstsize; local in function:pmap_bootstrap
129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
131 nextpa += nptpages * PAGE_SIZE;
174 * level 2 descriptors to map each of the nptpages
178 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
242 epte = &pte[nptpages];
272 epte = &pte[nptpages];
306 * Start by invalidating the `nptpages' that we have allocated.
309 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 88 u_int nptpages, kstsize; local in function:pmap_bootstrap
126 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
128 nextpa += nptpages * PAGE_SIZE;
174 * level 2 descriptors to map each of the nptpages
178 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
242 epte = &pte[nptpages];
271 epte = &pte[nptpages];
304 * Start by invalidating the `nptpages' that we have allocated.
307 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 103 u_int nptpages, kstsize; local in function:pmap_bootstrap
183 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG)
185 nextpa += nptpages * PAGE_SIZE;
231 * level 2 descriptors to map each of the nptpages
235 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
299 epte = &pte[nptpages];
328 epte = &pte[nptpages];
361 * Start by invalidating the `nptpages' that we have allocated.
364 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 98 u_int nptpages, kstsize; local in function:pmap_bootstrap
138 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG);
139 nextpa += nptpages * PAGE_SIZE;
185 * level 2 descriptors to map each of the nptpages
189 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
259 epte = &pte[nptpages];
288 epte = &pte[nptpages];
321 * Start by invalidating the `nptpages' that we have allocated.
324 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 92 u_int nptpages, kstsize; local in function:pmap_bootstrap
142 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
144 nextpa += nptpages * PAGE_SIZE;
195 * level 2 descriptors to map each of the nptpages
199 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
264 epte = &pte[nptpages];
294 epte = &pte[nptpages];
327 * Start by invalidating the `nptpages' that we have allocated.
330 epte = &pte[nptpages * NPTEPG];
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 116 u_int nptpages, kstsize; local in function:pmap_bootstrap
158 nptpages = Sysptsize +
169 nptpages += howmany(m68k_btop(mem_size), NPTEPG);
170 nptpages++;
171 nextpa += nptpages * PAGE_SIZE;
230 * level 2 descriptors to map each of the nptpages
234 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
298 epte = &pte[nptpages];
325 epte = &pte[nptpages];
358 * Start by invalidating the `nptpages' that we have allocated
    [all...]

Completed in 49 milliseconds