Home
last modified time | relevance | path

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

/sys/kern/
Dpalloc.c37 typedef struct PageInfo struct
40 } PageInfo; argument
43 PageInfo *pageInfoTable;
80 pageInfoTable = (PageInfo *)XMem_GetBase(pageInfoXMem); in PAlloc_LateInit()
115 pageInfoLength = ROUNDUP(end / PGSIZE * sizeof(PageInfo), PGSIZE); in PAlloc_AddRegion()
116 pageInfoTable = (PageInfo *)start; in PAlloc_AddRegion()
141 uintptr_t newLength = ROUNDUP(end / PGSIZE * sizeof(PageInfo), PGSIZE); in PAlloc_AddRegion()
171 static inline PageInfo *
190 PageInfo *info; in PAlloc_AllocPage()
234 PageInfo *info = PAllocGetInfo(pg); in PAllocFreePage()
[all …]