Searched refs:uvm_unmap1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_map.h307 void uvm_unmap1(struct vm_map *, vaddr_t, vaddr_t, int);
308 #define uvm_unmap(map, s, e) uvm_unmap1((map), (s), (e), 0)
H A Duvm_km.c773 uvm_unmap1(map, addr, addr + size, UVM_FLAG_VAONLY);
H A Duvm_map.c4269 uvm_unmap1(map, vm_map_min(map), vm_map_max(map), flags);
4795 * uvm_unmap1: remove mappings from a vm_map (from "start" up to "stop")
4803 uvm_unmap1(struct vm_map *map, vaddr_t start, vaddr_t end, int flags) function
/netbsd-current/sys/rump/librump/rumpkern/
H A Dvm.c833 uvm_unmap1(struct vm_map *map, vaddr_t start, vaddr_t end, int flags) function

Completed in 226 milliseconds