Home
last modified time | relevance | path

Searched refs:uvm_km_pgremove_intrsafe (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_km.h50 void uvm_km_pgremove_intrsafe(vaddr_t, vaddr_t);
Duvm_glue.c216 uvm_km_pgremove_intrsafe(sva, sva + sz); in uvm_vslock_device()
254 uvm_km_pgremove_intrsafe(kva, kva + sz); in uvm_vsunlock_device()
Duvm_km.c299 uvm_km_pgremove_intrsafe(vaddr_t start, vaddr_t end) in uvm_km_pgremove_intrsafe() function
Duvm_map.c1872 uvm_km_pgremove_intrsafe(entry->start, entry->end); in uvm_unmap_kill_entry_withlock()