Searched refs:PMap_AllocMap (Results 1 – 5 of 5) sorted by relevance
| /sys/kern/ |
| D | loader.c | 161 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()
|
| D | thread.c | 174 PMap_AllocMap(thr->space, thr->ustack, MEM_USERSPACE_STKLEN, PTE_W); in Thread_UThreadCreate()
|
| D | syscall.c | 183 status = PMap_AllocMap(cur->space, addr, len, PTE_W); in Syscall_MMap()
|
| /sys/amd64/include/ |
| D | pmap.h | 71 bool PMap_AllocMap(AS *as, uint64_t virt, uint64_t len, uint64_t flags);
|
| /sys/amd64/ |
| D | pmap.c | 423 PMap_AllocMap(AS *as, uint64_t virt, uint64_t len, uint64_t flags) in PMap_AllocMap() function
|