<dec f='src/src/sys/uvm/uvm_km.h' l='46' type='void uvm_km_pgremove_intrsafe(struct vm_map * , vaddr_t , vaddr_t )'/>
<def f='src/src/sys/uvm/uvm_km.c' l='502' ll='545' type='void uvm_km_pgremove_intrsafe(struct vm_map * map, vaddr_t start, vaddr_t end)'/>
<use f='src/src/sys/uvm/uvm_km.c' l='745' u='c' c='uvm_km_free'/>
<use f='src/src/sys/uvm/uvm_km.c' l='835' u='c' c='uvm_km_kmem_alloc'/>
<use f='src/src/sys/uvm/uvm_km.c' l='871' u='c' c='uvm_km_kmem_free'/>
<doc f='src/src/sys/uvm/uvm_km.c' l='492'>/*
 * uvm_km_pgremove_intrsafe: like uvm_km_pgremove(), but for non object backed
 *    regions.
 *
 * =&gt; when you unmap a part of anonymous kernel memory you want to toss
 *    the pages right away.    (this is called from uvm_unmap_...).
 * =&gt; none of the pages will ever be busy, and none of them will ever
 *    be on the active or inactive queues (because they have no object).
 */</doc>
<use f='src/src/sys/uvm/uvm_map.c' l='2234' u='c' c='uvm_unmap_remove'/>
