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

  /src/sys/arch/usermode/usermode/
db_memrw.c 230 ret = thunk_mprotect((void *) trunc_page(addr), PAGE_SIZE,
pmap.c 279 err = thunk_mprotect((void *) kmem_k_start, kmem_k_length,
thunk.c 735 thunk_mprotect(void *addr, size_t len, int prot) function in typeref:typename:int
  /src/sys/arch/usermode/include/
thunk.h 158 int thunk_mprotect(void *addr, size_t len, int prot);

Completed in 80 milliseconds