Searched refs:PFIndex (Results 1 – 2 of 2) sorted by relevance
153 UINTN PFIndex; in RestorePageTableAbove4G() local284 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableAbove4G()285 mLastPFEntryValue[CpuIndex][PFIndex] = PageTable[PTIndex]; in RestorePageTableAbove4G()286 mLastPFEntryPointer[CpuIndex][PFIndex] = &PageTable[PTIndex]; in RestorePageTableAbove4G()
1147 UINTN PFIndex; in RestorePageTableBelow4G() local1181 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableBelow4G()1182 mLastPFEntryValue[CpuIndex][PFIndex] = PageTable[PTIndex]; in RestorePageTableBelow4G()1183 mLastPFEntryPointer[CpuIndex][PFIndex] = &PageTable[PTIndex]; in RestorePageTableBelow4G()1215 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableBelow4G()1216 mLastPFEntryValue[CpuIndex][PFIndex] = PageTable[PTIndex]; in RestorePageTableBelow4G()1217 mLastPFEntryPointer[CpuIndex][PFIndex] = &PageTable[PTIndex]; in RestorePageTableBelow4G()