Searched refs:pmap_bootstrap (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/arm/include/
H A Dpmap.h133 * Only the following functions or macros may be used before pmap_bootstrap()
137 void pmap_bootstrap(vm_offset_t);
/freebsd-current/sys/arm64/include/
H A Dpmap.h140 void pmap_bootstrap(vm_size_t);
/freebsd-current/sys/riscv/include/
H A Dpmap.h136 void pmap_bootstrap(vm_offset_t, vm_paddr_t, vm_size_t);
/freebsd-current/sys/i386/include/
H A Dpmap.h144 * This macro may be used before pmap_bootstrap() is called.
212 * Only the following functions or macros may be used before pmap_bootstrap()
220 void pmap_bootstrap(vm_paddr_t);
/freebsd-current/sys/powerpc/include/
H A Dpmap.h305 void pmap_bootstrap(vm_offset_t, vm_offset_t);
/freebsd-current/sys/riscv/riscv/
H A Dmachdep.c489 /* Set the pcpu data, this is needed by pmap_bootstrap */
554 pmap_bootstrap(rvbp->kern_l1pt, rvbp->kern_phys, kernlen);
H A Dpmap.c619 pmap_bootstrap(vm_offset_t l1pt, vm_paddr_t kernstart, vm_size_t kernlen) function
631 printf("pmap_bootstrap %lx %lx %lx\n", l1pt, kernstart, kernlen);
/freebsd-current/sys/arm/arm/
H A Dmachdep.c617 pmap_bootstrap(0);
H A Dpmap-v6.c677 * pmap_bootstrap() -> SECOND PMAP MILESTONE (second epoch begins)
1149 * After pmap_bootstrap() is called, the following functions for
1167 pmap_bootstrap(vm_offset_t firstaddr) function
/freebsd-current/sys/powerpc/powerpc/
H A Dmachdep.c469 pmap_bootstrap(startkernel, endkernel);
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c554 pmap_bootstrap(vm_paddr_t firstaddr) function
H A Dmachdep.c1103 pmap_bootstrap(first);
/freebsd-current/sys/amd64/include/
H A Dpmap.h445 void pmap_bootstrap(vm_paddr_t *);
/freebsd-current/sys/arm64/arm64/
H A Dmachdep.c628 * calls to pmap_bootstrap() and physmem_init_kernel_globals() to parse CFG
923 /* Set the pcpu data, this is needed by pmap_bootstrap */
978 pmap_bootstrap(lastaddr - KERNBASE);
H A Dpmap.c1298 pmap_bootstrap(vm_size_t kernlen) function
1306 ("pmap_bootstrap: TCR_EL1.A1 != 0"));
1438 * allocation since pmap_bootstrap().
9468 /* Temporary shadow map prior to pmap_bootstrap(). */
/freebsd-current/sys/amd64/amd64/
H A Dmachdep.c938 pmap_bootstrap(&first);
H A Dpmap.c1611 * This is because cninit() is called after pmap_bootstrap() but
1916 pmap_bootstrap(vm_paddr_t *firstaddr) function

Completed in 389 milliseconds