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

/netbsd-current/sys/arch/hp300/hp300/
H A Dpmap_bootstrap.c89 u_int nptpages, kstsize; local
119 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
121 kstsize = 1;
123 nextpa += kstsize * PAGE_SIZE;
170 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dpmap_bootstrap.c83 u_int nptpages, kstsize; local
113 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
115 kstsize = 1;
117 nextpa += kstsize * PAGE_SIZE;
166 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dpmap_bootstrap.c87 u_int nptpages, kstsize; local
121 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
123 kstsize = 1;
125 nextpa += kstsize * PAGE_SIZE;
167 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/x68k/x68k/
H A Dpmap_bootstrap.c88 u_int nptpages, kstsize; local
118 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
120 kstsize = 1;
122 nextpa += kstsize * PAGE_SIZE;
167 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dpmap_bootstrap.c98 u_int nptpages, kstsize; local
127 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
130 kstsize = 1;
132 nextpa += kstsize * PAGE_SIZE;
178 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/news68k/news68k/
H A Dpmap_bootstrap.c92 u_int nptpages, kstsize; local
133 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
136 kstsize = 1;
138 nextpa += kstsize * PAGE_SIZE;
188 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dpmap_bootstrap.c92 u_int nptpages, kstsize; local
165 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
168 kstsize = 1;
170 nextpa += kstsize * PAGE_SIZE;
215 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpmap_bootstrap.c115 u_int nptpages, kstsize; local
149 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
151 kstsize = 1;
153 nextpa += kstsize * PAGE_SIZE;
222 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c103 u_int nptpages, kstsize; local
173 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
176 kstsize = 1;
178 nextpa += kstsize * PAGE_SIZE;
224 este = &ste[kstsize * NPTEPG];
/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c219 u_int kstsize; local
363 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
366 kstsize = 1;
372 pstart += kstsize * PAGE_SIZE;
373 vstart += kstsize * PAGE_SIZE;
374 avail -= kstsize * PAGE_SIZE;
427 mmu040_setup(Sysseg_pa, kstsize, ptpa, ptsize, Sysptmap_pa,
431 mmu030_setup(Sysseg_pa, kstsize, ptpa, ptsize, Sysptmap_pa,
1140 mmu030_setup(paddr_t sysseg_pa, u_int kstsize, paddr_t ptpa, psize_t ptsize, argument
1143 /* kstsize
1192 mmu040_setup(paddr_t sysseg_pa, u_int kstsize, paddr_t ptpa, psize_t ptsize, paddr_t sysptmap_pa, paddr_t kbase) argument
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c210 u_int ptextra, kstsize; local
386 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE);
389 kstsize = 1;
396 vstart += PAGE_SIZE * kstsize;
397 pstart += PAGE_SIZE * kstsize;
398 avail -= PAGE_SIZE * kstsize;
445 esg = &sg[kstsize * NPTEPG];

Completed in 121 milliseconds