Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-arm.c17 cper_arm_error_info_to_ir(EFI_ARM_ERROR_INFORMATION_ENTRY *error_info);
23 EFI_ARM_ERROR_INFORMATION_ENTRY *error_info);
103 EFI_ARM_ERROR_INFORMATION_ENTRY *cur_error = in cper_section_arm_to_ir()
104 (EFI_ARM_ERROR_INFORMATION_ENTRY *)(record + 1); in cper_section_arm_to_ir()
151 cper_arm_error_info_to_ir(EFI_ARM_ERROR_INFORMATION_ENTRY *error_info) in cper_arm_error_info_to_ir()
226 EFI_ARM_ERROR_INFORMATION_ENTRY *error_info) in cper_arm_cache_tlb_error_to_ir()
579 EFI_ARM_ERROR_INFORMATION_ENTRY error_info_cper; in ir_arm_error_info_to_cper()
642 fwrite(&error_info_cper, sizeof(EFI_ARM_ERROR_INFORMATION_ENTRY), 1, in ir_arm_error_info_to_cper()
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp50 EFI_ARM_ERROR_INFORMATION_ENTRY* errInfo; in decodeSecArm()
54 errInfo = reinterpret_cast<EFI_ARM_ERROR_INFORMATION_ENTRY*>(proc + 1); in decodeSecArm()
58 proc->ErrInfoNum * (sizeof(EFI_ARM_ERROR_INFORMATION_ENTRY))); in decodeSecArm()
/openbmc/libcper/include/libcper/
H A DCper.h1461 } __attribute__((packed, aligned(1))) EFI_ARM_ERROR_INFORMATION_ENTRY; typedef