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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfileInternal.h 111 extern UINT64 (*mLastPFEntryValue)[MAX_PF_ENTRY_COUNT];
SmmProfile.c 57 UINT64 (*mLastPFEntryValue)[MAX_PF_ENTRY_COUNT];
233 *mLastPFEntryPointer[CpuIndex][PFEntry] = mLastPFEntryValue[CpuIndex][PFEntry];
823 mLastPFEntryValue = (UINT64 (*)[MAX_PF_ENTRY_COUNT])AllocateZeroPool (
824 sizeof (mLastPFEntryValue[0]) * PcdGet32 (PcdCpuMaxLogicalProcessorNumber));
825 ASSERT (mLastPFEntryValue != NULL);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.c 284 mLastPFEntryValue[CpuIndex][PFIndex] = PageTable[PTIndex];

Completed in 152 milliseconds