Manual Page Search Parameters

PMAP_INIT(9) Kernel Developer's Manual PMAP_INIT(9)

pmap_initinitialize the pmap subsystem

#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>

void
pmap_init(void);

The () function initializes the pmap(9) sub-system. It is called during system initialization by (), to initialize any structures that the pmap_init system needs in order to map between physical and virtual memory.

pmap(9)

This manual page was written by Bruce M Simpson <bms@spc.org>.

January 12, 2024 dev