HomeSort by relevance Sort by last modified time
    Searched refs:mPFEntryCount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.c 281 ASSERT (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT);
282 if (mPFEntryCount[CpuIndex] < MAX_PF_ENTRY_COUNT) {
283 PFIndex = mPFEntryCount[CpuIndex];
286 mPFEntryCount[CpuIndex]++;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 55 UINTN *mPFEntryCount;
232 for (PFEntry = 0; PFEntry < mPFEntryCount[CpuIndex]; PFEntry++) {
239 mPFEntryCount[CpuIndex] = 0;
821 mPFEntryCount = (UINTN *)AllocateZeroPool (sizeof (UINTN) * PcdGet32 (PcdCpuMaxLogicalProcessorNumber));
822 ASSERT (mPFEntryCount != NULL);
    [all...]
SmmProfileInternal.h 110 extern UINTN *mPFEntryCount;

Completed in 546 milliseconds