Home
last modified time | relevance | path

Searched refs:memory_error (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-memory.c34 EFI_PLATFORM_MEMORY_ERROR_DATA *memory_error = in cper_section_platform_memory_to_ir()
39 .value.ui64 = memory_error->ValidFields }; in cper_section_platform_memory_to_ir()
44 &memory_error->ErrorStatus); in cper_section_platform_memory_to_ir()
54 json_object_new_uint64(memory_error->Bank)); in cper_section_platform_memory_to_ir()
59 json_object_new_uint64(memory_error->Bank & 0xFF)); in cper_section_platform_memory_to_ir()
62 json_object_new_uint64(memory_error->Bank >> 8)); in cper_section_platform_memory_to_ir()
70 memory_error->ErrorType, 16, MEMORY_ERROR_TYPES_KEYS, in cper_section_platform_memory_to_ir()
98 json_object_new_boolean(memory_error->Extended & 0x1)); in cper_section_platform_memory_to_ir()
101 json_object_new_boolean((memory_error->Extended >> 1) & in cper_section_platform_memory_to_ir()
106 json_object_new_int(memory_error in cper_section_platform_memory_to_ir()
25 EFI_PLATFORM_MEMORY_ERROR_DATA *memory_error = cper_section_platform_memory_to_ir() local
249 EFI_PLATFORM_MEMORY2_ERROR_DATA *memory_error = cper_section_platform_memory2_to_ir() local
[all...]
/openbmc/u-boot/arch/arc/cpu/arcv1/
H A Divt.S11 j memory_error /* 1 - 0x008 */
/openbmc/u-boot/arch/arc/cpu/arcv2/
H A Divt.S10 .word memory_error /* 0x01 - Memory Error */
/openbmc/u-boot/arch/arc/lib/
H A Dints_low.S88 ENTRY(memory_error)
93 ENDPROC(memory_error)