Searched refs:mPFEntryCount (Results 1 – 3 of 3) sorted by relevance
282 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableAbove4G()283 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableAbove4G()284 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableAbove4G()287 mPFEntryCount[CpuIndex]++; in RestorePageTableAbove4G()
50 UINTN *mPFEntryCount; variable227 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()[all …]
107 extern UINTN *mPFEntryCount;