Home
last modified time | relevance | path

Searched refs:MAX_PF_ENTRY_COUNT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfileInternal.h37 #define MAX_PF_ENTRY_COUNT 10 macro
108 extern UINT64 (*mLastPFEntryValue)[MAX_PF_ENTRY_COUNT];
109 extern UINT64 *(*mLastPFEntryPointer)[MAX_PF_ENTRY_COUNT];
DSmmProfile.c52 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()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmmProfileArch.c282 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT); in RestorePageTableAbove4G()
283 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) { in RestorePageTableAbove4G()