pmap_growkernel — grow the kernel virtual address (KVA) space
Contents
Description
The pmap_growkernel() function grows the kernel virtual address space to the virtual address addr.
It will allocate more page entries if required.
Name
pmap_growkernel — grow the kernel virtual address (KVA) space
See Also
pmap(9)
Synopsis
#include<sys/param.h>#include<vm/vm.h>#include<vm/pmap.h>voidpmap_growkernel(vm_offset_taddr);
