Searched refs:PageInfo (Results 1 – 1 of 1) sorted by relevance
37 typedef struct PageInfo struct40 } PageInfo; argument43 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 …]