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

  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 159 int nl1desc, nl2desc, i; local in function:pmap_bootstrap
177 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
180 este = &ste[nl2desc];
188 * howmany(nl2desc, SG4_LEV2SIZE)
189 * level 1 descriptors to map the `nl2desc' level 2's.
191 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 163 int nl1desc, nl2desc, i; local in function:pmap_bootstrap
181 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
184 este = &ste[nl2desc];
192 * howmany(nl2desc, SG4_LEV2SIZE)
193 * level 1 descriptors to map the `nl2desc' level 2's.
195 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 208 int nl1desc, nl2desc; local in function:pmap_bootstrap
226 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
229 este = &ste[nl2desc];
237 * howmany(nl2desc, SG4_LEV2SIZE)
238 * level 1 descriptors to map the `nl2desc' level 2's.
240 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 160 int nl1desc, nl2desc, i; local in function:pmap_bootstrap
178 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
181 este = &ste[nl2desc];
189 * howmany(nl2desc, SG4_LEV2SIZE)
190 * level 1 descriptors to map the `nl2desc' level 2's.
192 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 160 int nl1desc, nl2desc, i; local in function:pmap_bootstrap
178 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
181 este = &ste[nl2desc];
189 * howmany(nl2desc, SG4_LEV2SIZE)
190 * level 1 descriptors to map the `nl2desc' level 2's.
192 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 217 int nl1desc, nl2desc; local in function:pmap_bootstrap
235 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
238 este = &ste[nl2desc];
246 * howmany(nl2desc, SG4_LEV2SIZE)
247 * level 1 descriptors to map the `nl2desc' level 2's.
249 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 171 int nl1desc, nl2desc; local in function:pmap_bootstrap
189 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
192 este = &ste[nl2desc];
200 * howmany(nl2desc, SG4_LEV2SIZE)
201 * level 1 descriptors to map the `nl2desc' level 2's.
203 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 181 int nl1desc, nl2desc, i; local in function:pmap_bootstrap
199 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
202 este = &ste[nl2desc];
210 * howmany(nl2desc, SG4_LEV2SIZE)
211 * level 1 descriptors to map the `nl2desc' level 2's.
213 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 216 int nl1desc, nl2desc; local in function:pmap_bootstrap
234 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
237 este = &ste[nl2desc];
245 * howmany(nl2desc, SG4_LEV2SIZE)
246 * level 1 descriptors to map the `nl2desc' level 2's.
248 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/amiga/amiga/
amiga_init.c 220 u_int i, nl1desc, nl2desc; local in function:start_c
456 nl2desc = (ptsize >> PGSHIFT) * (NPTEPG / SG4_LEV3SIZE);
459 esg = &sg[nl2desc];
468 * howmany(nl2desc, SG4_LEV2SIZE)
469 * level 1 descriptors to map the 'nl2desc' level 2's.
471 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
  /src/sys/arch/atari/atari/
atari_init.c 1200 int nl1desc, nl2desc, i; local in function:mmu040_setup
1222 nl2desc = (ptsize >> PGSHIFT) * (NPTEPG / SG4_LEV3SIZE);
1225 esg = &sg[nl2desc];
1234 * howmany(nl2desc, SG4_LEV2SIZE)
1235 * level 1 descriptors to map the 'nl2desc' level 2's.
1237 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);

Completed in 19 milliseconds