Searched refs:nl2desc (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/hp300/hp300/
H A Dpmap_bootstrap.c163 int nl1desc, nl2desc, i; local
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);
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dpmap_bootstrap.c159 int nl1desc, nl2desc, i; local
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);
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dpmap_bootstrap.c160 int nl1desc, nl2desc, i; local
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);
/netbsd-current/sys/arch/x68k/x68k/
H A Dpmap_bootstrap.c160 int nl1desc, nl2desc, i; local
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);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dpmap_bootstrap.c171 int nl1desc, nl2desc; local
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);
/netbsd-current/sys/arch/news68k/news68k/
H A Dpmap_bootstrap.c181 int nl1desc, nl2desc, i; local
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);
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dpmap_bootstrap.c208 int nl1desc, nl2desc; local
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);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpmap_bootstrap.c215 int nl1desc, nl2desc; local
233 nl2desc = nptpages * (NPTEPG / SG4_LEV3SIZE);
236 este = &ste[nl2desc];
244 * howmany(nl2desc, SG4_LEV2SIZE)
245 * level 1 descriptors to map the `nl2desc' level 2's.
247 nl1desc = howmany(nl2desc, SG4_LEV2SIZE);
/netbsd-current/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c217 int nl1desc, nl2desc; local
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);
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c220 u_int i, nl1desc, nl2desc; local
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);
/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c1200 int nl1desc, nl2desc, i; local
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 120 milliseconds