Home
last modified time | relevance | path

Searched refs:pmap_bootstrap (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/arm/include/
H A Dpmap.h137 void pmap_bootstrap(vm_offset_t);
/freebsd/sys/riscv/include/
H A Dpmap.h136 void pmap_bootstrap(vm_paddr_t, vm_size_t);
/freebsd/sys/arm64/include/
H A Dpmap.h153 void pmap_bootstrap(void);
/freebsd/sys/i386/include/
H A Dpmap.h220 void pmap_bootstrap(vm_paddr_t);
/freebsd/sys/powerpc/include/
H A Dpmap.h305 void pmap_bootstrap(vm_offset_t, vm_offset_t);
/freebsd/sys/arm/arm/
H A Dplatform_if.m104 * calling pmap_bootstrap() which uses the value to size the available KVA.
H A Dmachdep.c627 pmap_bootstrap(0); in initarm()
H A Dpmap-v6.c1168 pmap_bootstrap(vm_offset_t firstaddr) in pmap_bootstrap() function
/freebsd/sys/riscv/riscv/
H A Dmachdep.c637 pmap_bootstrap(rvbp->kern_phys, kernlen); in initriscv()
H A Dpmap.c920 pmap_bootstrap(vm_paddr_t kernstart, vm_size_t kernlen) in pmap_bootstrap() function
/freebsd/sys/amd64/include/
H A Dpmap.h393 void pmap_bootstrap(vm_paddr_t *);
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c470 pmap_bootstrap(startkernel, endkernel); in powerpc_init()
/freebsd/sys/i386/i386/
H A Dpmap_base.c560 pmap_bootstrap(vm_paddr_t firstaddr) in pmap_bootstrap() function
H A Dmachdep.c1094 pmap_bootstrap(first); in getmemsize()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c878 pmap_bootstrap(); in initarm()
H A Dpmap.c1430 pmap_bootstrap(void) in pmap_bootstrap() function
/freebsd/sys/amd64/amd64/
H A Dmachdep.c964 pmap_bootstrap(&first); in getmemsize()
1314 * the allocations until pmap_bootstrap() switches %cr3 to the initial in amd64_loadaddr()
H A Dpmap.c1688 * This is because cninit() is called after pmap_bootstrap() but in nkpt_init()
2079 pmap_bootstrap(vm_paddr_t *firstaddr) in pmap_bootstrap() function