HomeSort by: relevance | last modified time | path
    Searched refs:thunk_munmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/usermode/
pmap.c 227 err = thunk_munmap((void *) kmem_user_start,
235 err = thunk_munmap((void *) kmem_kvm_start,
1046 thunk_munmap((void *) VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS - VM_MIN_ADDRESS);
1247 thunk_munmap(blob, PAGE_SIZE);
1281 thunk_munmap(sblob, PAGE_SIZE);
1282 thunk_munmap(dblob, PAGE_SIZE);
thunk.c 729 thunk_munmap(void *addr, size_t len) function in typeref:typename:int
  /src/sys/arch/usermode/include/
thunk.h 157 int thunk_munmap(void *addr, size_t len);

Completed in 16 milliseconds