IMPLEMENTATION NOTES
This function is not strictly required by an architectures pmap(9) implementation, but it does provide performance benefits if implemented. It is intended to eliminate the blast of soft faults on process startup, and immediately following a call to mmap(2).
SEE ALSO
pmap(9), vm_map(9)
AUTHORS