| /src/sys/arch/mac68k/include/ |
| pmap.h | 8 * On mac68k, pmap_bootstrap1() may be called with the MMU off 31 * mode for pmap_bootstrap1() here, and then fix up the region between 41 paddr_t pmap_bootstrap1(paddr_t, paddr_t);
|
| /src/sys/arch/luna68k/luna68k/ |
| pmap_bootstrap.c | 68 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 82 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| locore.s | 174 /* initialize memory sizes (for pmap_bootstrap1) */ 214 RELOC(pmap_bootstrap1,%a0) 215 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
|
| /src/sys/arch/news68k/news68k/ |
| pmap_bootstrap.c | 72 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 86 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| locore.s | 315 RELOC(pmap_bootstrap1,%a0) 316 jbsr %a0@ | pmap_bootstrap1(firstpa, nextpa)
|
| /src/sys/arch/powerpc/oea/ |
| pmap_kernel.c | 133 void pmap_bootstrap1(paddr_t, paddr_t) __stub; 334 pmap_bootstrap1(paddr_t startkernel, paddr_t endkernel) function
|
| pmap.c | 194 #define pmap_bootstrap1 PMAPNAME(bootstrap1) macro 240 STATIC void pmap_bootstrap1(paddr_t, paddr_t); 289 .pmapop_bootstrap1 = pmap_bootstrap1, 3163 pmap_bootstrap1(paddr_t kernelstart, paddr_t kernelend) function 3564 * Using the data structures prepared in pmap_bootstrap1(), program 3606 pmap_bootstrap1(kernelstart, kernelend);
|
| /src/sys/arch/hp300/hp300/ |
| pmap_bootstrap.c | 69 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 83 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| /src/sys/arch/mvme68k/mvme68k/ |
| pmap_bootstrap.c | 71 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 85 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| locore.s | 546 RELOC(pmap_bootstrap1,%a0)
|
| /src/sys/arch/next68k/next68k/ |
| pmap_bootstrap.c | 82 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 96 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| locore.s | 272 RELOC(pmap_bootstrap1,%a0) 273 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
|
| /src/sys/arch/virt68k/virt68k/ |
| pmap_bootstrap.c | 68 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 84 pmap_bootstrap1(paddr_t nextpa, paddr_t reloff) function
|
| locore.s | 152 RELOC(pmap_bootstrap1,%a0) 153 jbsr %a0@ | pmap_bootstrap1(nextpa, reloff)
|
| /src/sys/arch/x68k/x68k/ |
| pmap_bootstrap.c | 70 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 84 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| locore.s | 249 RELOC(pmap_bootstrap1,%a0) 250 jbsr %a0@ | pmap_bootstrap1(firstpa, nextpa)
|
| /src/sys/arch/m68k/include/ |
| pmap_68k.h | 189 * pmap_bootstrap1() makes no effort to ensure there are PTs backing any 428 * pmap_bootstrap1() is called before the MMU is turned on. 431 paddr_t pmap_bootstrap1(paddr_t/*nextpa*/, paddr_t/*reloff*/); 463 * pmap_bootstrap1() may need to relocate global references, and perform 469 * the confines of pmap_bootstrap1(). We may be running with the MMU off
|
| /src/sys/arch/powerpc/include/oea/ |
| pmap.h | 164 void pmap_bootstrap1(vaddr_t, vaddr_t);
|
| /src/sys/arch/mac68k/mac68k/ |
| pmap_bootstrap.c | 94 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| machdep.c | 279 * We mapped the kernel text read/write in pmap_bootstrap1() to 2770 /* Sum up the memory for pmap_bootstrap1(). */ 2777 /* Initialize machine_bootmap[] for pmap_bootstrap1(). */ 2785 nextpa = pmap_bootstrap1(nextpa, load_addr);
|
| /src/sys/arch/m68k/m68k/ |
| pmap_68k.c | 1017 * UVM gets initialized -- see pmap_bootstrap1()). If more PTs are 1039 * kernel_virtual_start is fixed once pmap_bootstrap1() completes. 1070 * map. This is a single page allocated in pmap_bootstrap1(), and 2081 * set up in pmap_bootstrap1(). We return kernel_virtual_max as 3728 * pmap_bootstrap1: 3749 pmap_bootstrap1(paddr_t nextpa, paddr_t reloff) function 4009 * Right here, the old mac68k Utah pmap_bootstrap1() has a
|