Home
last modified time | relevance | path

Searched refs:PAlloc_Release (Results 1 – 6 of 6) sorted by relevance

/sys/amd64/
Dpmap.c93 PAlloc_Release(as); in PMap_NewAS()
138 PAlloc_Release((void *)DMPA2VA(pte4 & PGNUMMASK)); in PMap_DestroyAS()
143 PAlloc_Release((void *)DMPA2VA(pte3 & PGNUMMASK)); in PMap_DestroyAS()
148 PAlloc_Release((void *)DMPA2VA(pte2 & PGNUMMASK)); in PMap_DestroyAS()
153 PAlloc_Release((void *)DMPA2VA(pte & PGNUMMASK)); in PMap_DestroyAS()
157 PAlloc_Release(space); in PMap_DestroyAS()
Dmp.c82 PAlloc_Release((void *)(args[1] - PGSIZE)); in MPBootAP()
/sys/kern/
Dsyscall.c96 PAlloc_Release(arg); in Syscall_Spawn()
113 PAlloc_Release(arg); in Syscall_Spawn()
123 PAlloc_Release(arg); in Syscall_Spawn()
131 PAlloc_Release(pg); in Syscall_Spawn()
132 PAlloc_Release(arg); in Syscall_Spawn()
Dpalloc.c265 PAlloc_Release(void *pg) in PAlloc_Release() function
Dthread.c210 PAlloc_Release((void *)thr->kstack); in Thread_Destroy()
/sys/include/
Dkmem.h22 void PAlloc_Release(void *pg);