Lines Matching refs:PageInfo
37 typedef struct PageInfo
40 } PageInfo;
43 PageInfo *pageInfoTable;
68 * region that represents the PageInfo array, and map memory into it.
80 pageInfoTable = (PageInfo *)XMem_GetBase(pageInfoXMem);
103 * PageInfo table isn't initialized on the first call to this function. We
107 * Note that the PageInfo table is invalid for regions that are not added
115 pageInfoLength = ROUNDUP(end / PGSIZE * sizeof(PageInfo), PGSIZE);
116 pageInfoTable = (PageInfo *)start;
141 uintptr_t newLength = ROUNDUP(end / PGSIZE * sizeof(PageInfo), PGSIZE);
169 * Lookup the PageInfo structure for a given physical address.
171 static inline PageInfo *
190 PageInfo *info;
234 PageInfo *info = PAllocGetInfo(pg);
250 PageInfo *info = PAllocGetInfo(pg);
267 PageInfo *info = PAllocGetInfo(pg);