/src/sys/arch/cesfic/cesfic/ |
pmap_bootstrap.c | 83 u_int nptpages, kstsize; local in function:pmap_bootstrap 113 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 115 kstsize = 1; 117 nextpa += kstsize * PAGE_SIZE; 166 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/hp300/hp300/ |
pmap_bootstrap.c | 89 u_int nptpages, kstsize; local in function:pmap_bootstrap 119 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 121 kstsize = 1; 123 nextpa += kstsize * PAGE_SIZE; 170 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/mvme68k/mvme68k/ |
pmap_bootstrap.c | 92 u_int nptpages, kstsize; local in function:pmap_bootstrap 165 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 168 kstsize = 1; 170 nextpa += kstsize * PAGE_SIZE; 215 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/luna68k/luna68k/ |
pmap_bootstrap.c | 87 u_int nptpages, kstsize; local in function:pmap_bootstrap 121 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 123 kstsize = 1; 125 nextpa += kstsize * PAGE_SIZE; 167 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/x68k/x68k/ |
pmap_bootstrap.c | 88 u_int nptpages, kstsize; local in function:pmap_bootstrap 118 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 120 kstsize = 1; 122 nextpa += kstsize * PAGE_SIZE; 167 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/next68k/next68k/ |
pmap_bootstrap.c | 103 u_int nptpages, kstsize; local in function:pmap_bootstrap 173 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 176 kstsize = 1; 178 nextpa += kstsize * PAGE_SIZE; 224 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/virt68k/virt68k/ |
pmap_bootstrap.c | 98 u_int nptpages, kstsize; local in function:pmap_bootstrap 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 | 92 u_int nptpages, kstsize; local in function:pmap_bootstrap 133 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 136 kstsize = 1; 138 nextpa += kstsize * PAGE_SIZE; 188 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/mac68k/mac68k/ |
pmap_bootstrap.c | 116 u_int nptpages, kstsize; local in function:pmap_bootstrap 150 kstsize = MAXKL2SIZE / (NPTEPG/SG4_LEV2SIZE); 152 kstsize = 1; 154 nextpa += kstsize * PAGE_SIZE; 223 este = &ste[kstsize * NPTEPG];
|
/src/sys/arch/amiga/amiga/ |
amiga_init.c | 210 u_int ptextra, kstsize; local in function:start_c 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 in function:start_c 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, 1143 /* kstsize: size of 'sysseg' in pages * [all...] |