MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pmap_init

Function pmap_init

freebsd/mips/mips/pmap.c:615–618  ·  view source on GitHub ↗

* Initialize the pmap module. * Called by vm_init, to initialize any structures that the pmap * system needs to map virtual memory. */

Source from the content-addressed store, hash-verified

613 * system needs to map virtual memory.
614 */
615void
616pmap_init(void)
617{
618}
619
620/***************************************************
621 * Low level helper routines.....

Callers 1

vm_mem_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected