pmap_growkernel (9)
Leading comments
Copyright (c) 2003 Bruce M Simpson <bms@spc.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documenta...
NAME
pmap_growkernel - grow the kernel virtual address (KVA) spaceSYNOPSIS
In sys/param.h In vm/vm.h In vm/pmap.h Ft void Fn pmap_growkernel vm_offset_t addrDESCRIPTION
The Fn pmap_growkernel function grows the kernel virtual address space to the virtual address Fa addr .It will allocate more page entries if required.