Home
last modified time | relevance | path

Searched refs:error_subtype (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dmce_power.c142 unsigned int error_subtype; member
295 unsigned int error_subtype; member
522 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()
525 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()
528 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()
531 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()
534 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()
537 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()
540 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()
624 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_derror()
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c268 uint8_t error_subtype; member
297 uint8_t error_subtype; member
772 ext_elog->mc.sub_err_type = mc_derror_table[i].error_subtype; in spapr_mce_get_elog_type()
791 ext_elog->mc.sub_err_type = mc_ierror_table[i].error_subtype; in spapr_mce_get_elog_type()