| /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/luna68k/luna68k/ |
| pmap_bootstrap.c | 68 paddr_t pmap_bootstrap1(paddr_t, paddr_t); 82 pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa) function
|
| /src/sys/arch/mac68k/mac68k/ |
| pmap_bootstrap.c | 94 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
|
| /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
|
| /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
|
| /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
|
| /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
|
| /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/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
|