<dec f='src/src/sys/arch/x86/include/pmap.h' l='246' type='void pmap_bootstrap(vaddr_t )'/>
<use f='src/src/sys/arch/amd64/amd64/machdep.c' l='1617' u='c' c='init_x86_64'/>
<def f='src/src/sys/arch/x86/x86/pmap.c' l='1212' ll='1457' type='void pmap_bootstrap(vaddr_t kva_start)'/>
<doc f='src/src/sys/arch/x86/x86/pmap.c' l='1204'>/*
 * pmap_bootstrap: get the system in a state where it can run with VM properly
 * enabled (called before main()). The VM system is fully init&apos;d later.
 *
 * =&gt; on i386, locore.S has already enabled the MMU by allocating a PDP for the
 *    kernel, and nkpde PTP&apos;s for the kernel.
 * =&gt; kva_start is the first free virtual address in kernel space.
 */</doc>
