Searched refs:EFI_AMPERE_ERROR_DATA (Results 1 – 6 of 6) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-ampere.c | 10 EFI_AMPERE_ERROR_DATA *record = (EFI_AMPERE_ERROR_DATA *)section; in cper_section_ampere_to_ir() 26 EFI_AMPERE_ERROR_DATA *section_cper = (EFI_AMPERE_ERROR_DATA *)calloc( in ir_section_ampere_to_cper() 27 1, sizeof(EFI_AMPERE_ERROR_DATA)); in ir_section_ampere_to_cper() 38 fwrite(section_cper, sizeof(EFI_AMPERE_ERROR_DATA), 1, out); in ir_section_ampere_to_cper()
|
/openbmc/pldm/oem/ampere/event/ |
H A D | cper.cpp | 41 static void decodeSecAmpere(void* section, EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecAmpere() 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() 82 std::memcpy(ampSpecHdr, (void*)ctxInfo, sizeof(EFI_AMPERE_ERROR_DATA)); in decodeSecArm() 87 EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecPlatformMemory() 99 static void decodeSecPcie(void* section, EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeSecPcie() 117 EFI_AMPERE_ERROR_DATA* ampSpecHdr, in decodeCperSection() 154 EFI_AMPERE_ERROR_DATA* ampSpecHdr) in decodeCperRecord() 183 void addCperSELLog(pldm_tid_t tid, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p) in addCperSELLog()
|
H A D | cper.hpp | 38 EFI_AMPERE_ERROR_DATA* ampSpecHdr); 39 void addCperSELLog(uint8_t TID, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p);
|
H A D | oem_event_manager.cpp | 913 EFI_AMPERE_ERROR_DATA ampHdr; in processOemMsgPollEvent()
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-ampere.c | 20 size_t size = sizeof(EFI_AMPERE_ERROR_DATA); in generate_section_ampere() 24 EFI_AMPERE_ERROR_DATA *ampere_error = (EFI_AMPERE_ERROR_DATA *)section; in generate_section_ampere()
|
/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 1376 } __attribute__((packed)) EFI_AMPERE_ERROR_DATA; typedef
|