Lines Matching refs:mPFEntryCount
50 UINTN *mPFEntryCount; variable
227 for (PFEntry = 0; PFEntry < mPFEntryCount[CpuIndex]; PFEntry++) { in DebugExceptionHandler()
234 mPFEntryCount[CpuIndex] = 0; in DebugExceptionHandler()
828 mPFEntryCount = (UINTN *)AllocateZeroPool (sizeof (UINTN) * mMaxNumberOfCpus); in InitSmmProfileInternal()
829 ASSERT (mPFEntryCount != NULL); in InitSmmProfileInternal()
1179 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableBelow4G()
1180 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableBelow4G()
1181 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableBelow4G()
1184 mPFEntryCount[CpuIndex]++; in RestorePageTableBelow4G()
1213 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableBelow4G()
1214 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableBelow4G()
1215 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableBelow4G()
1218 mPFEntryCount[CpuIndex]++; in RestorePageTableBelow4G()