Searched refs:MAX_PF_ENTRY_COUNT (Results 1 – 3 of 3) sorted by relevance
37 #define MAX_PF_ENTRY_COUNT 10 macro108 extern UINT64 (*mLastPFEntryValue)[MAX_PF_ENTRY_COUNT];109 extern UINT64 *(*mLastPFEntryPointer)[MAX_PF_ENTRY_COUNT];
52 UINT64 (*mLastPFEntryValue)[MAX_PF_ENTRY_COUNT];53 UINT64 *(*mLastPFEntryPointer)[MAX_PF_ENTRY_COUNT];830 mLastPFEntryValue = (UINT64 (*)[MAX_PF_ENTRY_COUNT])AllocateZeroPool ( in InitSmmProfileInternal()833 mLastPFEntryPointer = (UINT64 *(*)[MAX_PF_ENTRY_COUNT])AllocateZeroPool ( in InitSmmProfileInternal()1179 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableBelow4G()1180 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableBelow4G()1213 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableBelow4G()1214 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableBelow4G()
282 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableAbove4G()283 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableAbove4G()