| /src/sys/arch/luna68k/luna68k/ |
| pmap_bootstrap.c | 85 u_int nptpages, kstsize; local 115 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 117 kstsize = 1; 119 nextpa += kstsize * PAGE_SIZE; 161 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/news68k/news68k/ |
| pmap_bootstrap.c | 89 u_int nptpages, kstsize; local 120 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 123 kstsize = 1; 125 nextpa += kstsize * PAGE_SIZE; 175 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/cesfic/cesfic/ |
| pmap_bootstrap.c | 84 u_int nptpages, kstsize; local 118 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 120 kstsize = 1; 122 nextpa += kstsize * PAGE_SIZE; 172 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/hp300/hp300/ |
| pmap_bootstrap.c | 87 u_int nptpages, kstsize; local 121 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 123 kstsize = 1; 125 nextpa += kstsize * PAGE_SIZE; 173 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/mac68k/mac68k/ |
| pmap_bootstrap.c | 97 u_int nptpages, kstsize; local 129 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 131 kstsize = 1; 133 nextpa += kstsize * PAGE_SIZE; 181 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/mvme68k/mvme68k/ |
| pmap_bootstrap.c | 88 u_int nptpages, kstsize; local 129 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 132 kstsize = 1; 134 nextpa += kstsize * PAGE_SIZE; 180 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/next68k/next68k/ |
| pmap_bootstrap.c | 99 u_int nptpages, kstsize; local 136 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 139 kstsize = 1; 141 nextpa += kstsize * PAGE_SIZE; 188 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/virt68k/virt68k/ |
| pmap_bootstrap.c | 87 u_int nptpages, kstsize; local 126 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 129 kstsize = 1; 131 nextpa += kstsize * PAGE_SIZE; 178 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/x68k/x68k/ |
| pmap_bootstrap.c | 87 u_int nptpages, kstsize; local 121 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 123 kstsize = 1; 125 nextpa += kstsize * PAGE_SIZE; 171 este = &ste[kstsize * NPTEPG];
|
| /src/sys/arch/atari/atari/ |
| atari_init.c | 218 u_int kstsize; local 362 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 365 kstsize = 1; 371 pstart += kstsize * PAGE_SIZE; 372 vstart += kstsize * PAGE_SIZE; 373 avail -= kstsize * PAGE_SIZE; 426 mmu040_setup(Sysseg_pa, kstsize, ptpa, ptsize, Sysptmap_pa, 430 mmu030_setup(Sysseg_pa, kstsize, ptpa, ptsize, Sysptmap_pa, 1139 mmu030_setup(paddr_t sysseg_pa, u_int kstsize, paddr_t ptpa, psize_t ptsize, 1142 /* kstsize: size of 'sysseg' in pages * [all...] |
| /src/sys/arch/amiga/amiga/ |
| amiga_init.c | 210 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];
|