Searched refs:mce_err (Results 1 – 4 of 4) sorted by relevance
396 struct mce_error_info *mce_err, uint64_t *addr, in mce_handle_ierror() argument425 mce_err->error_type = table[i].error_type; in mce_handle_ierror()426 mce_err->error_class = table[i].error_class; in mce_handle_ierror()429 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()432 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()435 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()438 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()441 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()444 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()447 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()[all …]
51 struct mce_error_info *mce_err) in mce_set_error_info() argument53 mce->error_type = mce_err->error_type; in mce_set_error_info()54 switch (mce_err->error_type) { in mce_set_error_info()56 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()59 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()62 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()65 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()68 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()71 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()74 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()[all …]
500 struct mce_error_info mce_err = { 0 }; in mce_handle_error() local510 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_error()512 mce_err.initiator = MCE_INITIATOR_CPU; in mce_handle_error()514 mce_err.initiator = MCE_INITIATOR_PCI; in mce_handle_error()516 mce_err.initiator = MCE_INITIATOR_ISA; in mce_handle_error()518 mce_err.initiator = MCE_INITIATOR_MEMORY; in mce_handle_error()520 mce_err.initiator = MCE_INITIATOR_POWERMGM; in mce_handle_error()522 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_error()525 mce_err.severity = MCE_SEV_NO_ERROR; in mce_handle_error()527 mce_err.severity = MCE_SEV_WARNING; in mce_handle_error()[all …]
213 struct mce_error_info *mce_err, uint64_t nip,