| /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/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/mvme68k/mvme68k/ |
| pmap_bootstrap.c | 86 u_int nptpages, kstsize; local 127 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 130 kstsize = 1; 132 nextpa += kstsize * PAGE_SIZE; 178 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/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/next68k/next68k/ |
| pmap_bootstrap.c | 97 u_int nptpages, kstsize; local 134 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 137 kstsize = 1; 139 nextpa += kstsize * PAGE_SIZE; 186 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/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];
|
| /src/sys/arch/atari/atari/ |
| atari_init.c | 219 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, 1141 mmu030_setup(paddr_t sysseg_pa, u_int kstsize, paddr_t ptpa, psize_t ptsize, 1144 /* kstsize: size of 'sysseg' in pages * [all...] |