IMPLEMENTATION NOTES
The pmap_qenter function is intended for temporary mappings that do not require page modification or reference counting. Old mappings are simply overwritten. The pages must be wired into physical memory. The corresponding pmap_qremove function is intended to remove such temporary mappings.
SEE ALSO
pmap(9)
AUTHORS