Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp41 static void decodeSecAmpere(void* section, EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecAmpere() argument
43 std::memcpy(ampSpecHdr, section, sizeof(EFI_AMPERE_ERROR_DATA)); in decodeSecAmpere()
46 static void decodeSecArm(void* section, EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecArm() argument
82 std::memcpy(ampSpecHdr, (void*)ctxInfo, sizeof(EFI_AMPERE_ERROR_DATA)); in decodeSecArm()
87 EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecPlatformMemory() argument
94 ampSpecHdr->TypeId = (ampSpecHdr->TypeId & 0xf800) + ERROR_TYPE_ID_MCU; in decodeSecPlatformMemory()
95 ampSpecHdr->SubtypeId = SUBTYPE_ID_PARITY; in decodeSecPlatformMemory()
99 static void decodeSecPcie(void* section, EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecPcie() argument
107 ampSpecHdr->SubtypeId = ERROR_SUBTYPE_PCIE_AER_ROOT_PORT; in decodeSecPcie()
111 ampSpecHdr->SubtypeId = ERROR_SUBTYPE_PCIE_AER_DEVICE; in decodeSecPcie()
[all …]
H A Dcper.hpp38 EFI_AMPERE_ERROR_DATA* ampSpecHdr);