Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-memory.c18 if (size < sizeof(EFI_PLATFORM_MEMORY_ERROR_DATA)) { in cper_section_platform_memory_to_ir()
22 EFI_PLATFORM_MEMORY_ERROR_DATA *memory_error = in cper_section_platform_memory_to_ir()
23 (EFI_PLATFORM_MEMORY_ERROR_DATA *)section; in cper_section_platform_memory_to_ir()
334 EFI_PLATFORM_MEMORY_ERROR_DATA *section_cper = in ir_section_memory_to_cper()
335 (EFI_PLATFORM_MEMORY_ERROR_DATA *)calloc( in ir_section_memory_to_cper()
336 1, sizeof(EFI_PLATFORM_MEMORY_ERROR_DATA)); in ir_section_memory_to_cper()
456 fwrite(section_cper, sizeof(EFI_PLATFORM_MEMORY_ERROR_DATA), 1, out); in ir_section_memory_to_cper()
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp89 EFI_PLATFORM_MEMORY_ERROR_DATA* mem = in decodeSecPlatformMemory()
90 reinterpret_cast<EFI_PLATFORM_MEMORY_ERROR_DATA*>(section); in decodeSecPlatformMemory()
/openbmc/libcper/include/libcper/
H A DCper.h947 } EFI_PLATFORM_MEMORY_ERROR_DATA; typedef