NAME pmap_growkernel - grow the kernel virtual address (KVA) space CONTENTS Synopsis Description See Also Authors SYNOPSIS .In sys/param.h .In vm/vm.h .In vm/pmap.h void pmap_growkernel "vm_offset_t addr" DESCRIPTION The pmap_growkernel function grows the kernel virtual address space to the virtual address addr. It will allocate more page entries if required. SEE ALSO pmap(9) AUTHORS
It will allocate more page entries if required. SEE ALSO pmap(9) AUTHORS