Home
last modified time | relevance | path

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

/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()
284 PFIndex = mPFEntryCount[CpuIndex]; in RestorePageTableAbove4G()
287 mPFEntryCount[CpuIndex]++; in RestorePageTableAbove4G()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c50 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()
[all …]
DSmmProfileInternal.h107 extern UINTN *mPFEntryCount;