Home
last modified time | relevance | path

Searched refs:PMap_AllocMap (Results 1 – 5 of 5) sorted by relevance

/sys/kern/
Dloader.c161 if (!PMap_AllocMap(as, va, memsz, PTE_W)) { in Loader_Load()
169 PMap_AllocMap(as, MEM_USERSPACE_STKBASE, MEM_USERSPACE_STKLEN, PTE_W); in Loader_Load()
Dthread.c174 PMap_AllocMap(thr->space, thr->ustack, MEM_USERSPACE_STKLEN, PTE_W); in Thread_UThreadCreate()
Dsyscall.c183 status = PMap_AllocMap(cur->space, addr, len, PTE_W); in Syscall_MMap()
/sys/amd64/include/
Dpmap.h71 bool PMap_AllocMap(AS *as, uint64_t virt, uint64_t len, uint64_t flags);
/sys/amd64/
Dpmap.c423 PMap_AllocMap(AS *as, uint64_t virt, uint64_t len, uint64_t flags) in PMap_AllocMap() function