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

  /src/sys/arch/usermode/usermode/
pmap.c 322 addr = thunk_mmap(pv_table, pv_table_size,
340 addr = thunk_mmap(tlb, pm_entries_size,
363 addr = thunk_mmap(pmap->pm_l1, pm_l1_size,
381 addr = thunk_mmap(kernel_pm_entries, pm_entries_size,
791 addr = thunk_mmap((void *) va, PAGE_SIZE, pv->pv_mmap_ppl,
821 addr = thunk_mmap((void *) va, PAGE_SIZE, THUNK_PROT_NONE,
1238 blob = thunk_mmap(pm_tmp_p0, PAGE_SIZE,
1264 sblob = thunk_mmap(pm_tmp_p0, PAGE_SIZE,
1272 dblob = thunk_mmap(pm_tmp_p1, PAGE_SIZE,
thunk.c 714 thunk_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) function in typeref:typename:void *
  /src/sys/arch/usermode/include/
thunk.h 156 void * thunk_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);

Completed in 16 milliseconds