Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1306 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1381 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1386 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1387 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1388 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1389 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1390 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1408 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1410 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1411 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1306 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1381 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1386 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1387 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1388 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1389 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1390 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1408 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1410 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1411 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1306 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1381 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1386 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1387 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1388 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1389 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1390 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1408 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1410 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1411 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1377 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1452 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1457 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1458 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1459 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1460 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1461 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1479 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1481 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1482 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1377 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1452 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1457 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1458 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1459 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1460 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1461 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1479 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1481 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1482 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1377 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1452 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1457 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1458 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1459 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1460 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1461 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1479 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1481 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1482 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1372 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1447 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1452 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1453 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1454 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1455 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1456 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1474 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1476 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1477 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1377 SMM_PROFILE_ENTRY *SmmProfileEntry;
1452 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1);
1457 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) &&
1458 (SmmProfileEntry[Index].Address == PFAddress) &&
1459 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) &&
1460 (SmmProfileEntry[Index].Instruction == InstructionAddress) &&
1461 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) {
1479 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode;
1481 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex;
1482 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c1377 SMM_PROFILE_ENTRY *SmmProfileEntry; in SmmProfilePFHandler() local
1452 SmmProfileEntry = (SMM_PROFILE_ENTRY *)(UINTN)(mSmmProfileBase + 1); in SmmProfilePFHandler()
1457 if ((SmmProfileEntry[Index].ErrorCode == (UINT64)ErrorCode) && in SmmProfilePFHandler()
1458 (SmmProfileEntry[Index].Address == PFAddress) && in SmmProfilePFHandler()
1459 (SmmProfileEntry[Index].CpuNum == (UINT64)CpuIndex) && in SmmProfilePFHandler()
1460 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1461 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1479 SmmProfileEntry[CurrentEntryNumber].ErrorCode = (UINT64)ErrorCode; in SmmProfilePFHandler()
1481 SmmProfileEntry[CurrentEntryNumber].CpuNum = (UINT64)CpuIndex; in SmmProfilePFHandler()
1482 SmmProfileEntry[CurrentEntryNumber].Address = PFAddress; in SmmProfilePFHandler()
[all …]