Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c1253 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1317 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1322 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1323 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1324 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1325 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1326 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1343 SmmProfileEntry[CurrentEntryNumber].SmiNum = mSmmProfileBase->NumSmis; in SmmProfilePFHandler()
1344 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1345 SmmProfileEntry[CurrentEntryNumber].ApicId = (UINT64)GetApicId (); in SmmProfilePFHandler()
[all …]