Home
last modified time | relevance | path

Searched refs:thunk_munmap (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/usermode/usermode/
H A Dpmap.c227 err = thunk_munmap((void *) kmem_user_start, in pmap_bootstrap()
235 err = thunk_munmap((void *) kmem_kvm_start, in pmap_bootstrap()
1046 thunk_munmap((void *) VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS - VM_MIN_ADDRESS); in pmap_remove_all()
1247 thunk_munmap(blob, PAGE_SIZE); in pmap_zero_page()
1281 thunk_munmap(sblob, PAGE_SIZE); in pmap_copy_page()
1282 thunk_munmap(dblob, PAGE_SIZE); in pmap_copy_page()
H A Dthunk.c729 thunk_munmap(void *addr, size_t len) in thunk_munmap() function
/netbsd/sys/arch/usermode/include/
H A Dthunk.h157 int thunk_munmap(void *addr, size_t len);