Searched refs:memory_error (Results 1 – 8 of 8) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-memory.c | 16 EFI_PLATFORM_MEMORY_ERROR_DATA *memory_error = in cper_section_platform_memory_to_ir() local 22 bitfield_to_ir(memory_error->ValidFields, 22, in cper_section_platform_memory_to_ir() 28 cper_generic_error_status_to_ir(&memory_error->ErrorStatus); in cper_section_platform_memory_to_ir() 33 if ((memory_error->ValidFields >> 5) & 0x1) { in cper_section_platform_memory_to_ir() 37 json_object_new_uint64(memory_error->Bank)); in cper_section_platform_memory_to_ir() 42 json_object_new_uint64(memory_error->Bank & 0xFF)); in cper_section_platform_memory_to_ir() 45 json_object_new_uint64(memory_error->Bank >> 8)); in cper_section_platform_memory_to_ir() 51 memory_error->ErrorType, 16, MEMORY_ERROR_TYPES_KEYS, in cper_section_platform_memory_to_ir() 59 json_object_new_boolean(memory_error->Extended & in cper_section_platform_memory_to_ir() 63 json_object_new_boolean((memory_error->Extended >> 1) & 0x1)); in cper_section_platform_memory_to_ir() [all …]
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | ints_low.S | 88 ENTRY(memory_error) 93 ENDPROC(memory_error)
|
/openbmc/u-boot/arch/arc/cpu/arcv1/ |
H A D | ivt.S | 11 j memory_error /* 1 - 0x008 */
|
/openbmc/u-boot/arch/arc/cpu/arcv2/ |
H A D | ivt.S | 10 .word memory_error /* 0x01 - Memory Error */
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 199 memory_error = 0x0400, enumerator
|
/openbmc/linux/drivers/perf/ |
H A D | arm_dsu_pmu.c | 188 DSU_EVENT_ATTR(memory_error, 0x1a),
|
H A D | arm_pmuv3.c | 202 ARMV8_EVENT_ATTR(memory_error, ARMV8_PMUV3_PERFCTR_MEMORY_ERROR),
|
/openbmc/linux/arch/arm/kernel/ |
H A D | perf_event_v7.c | 607 ARMV7_EVENT_ATTR(memory_error, ARMV7_PERFCTR_MEM_ERROR);
|