Searched refs:mce_err (Results 1 – 4 of 4) sorted by relevance
559 struct mce_error_info mce_err = { 0 }; in mce_handle_err_virtmode() local572 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()574 mce_err.initiator = MCE_INITIATOR_CPU; in mce_handle_err_virtmode()576 mce_err.initiator = MCE_INITIATOR_PCI; in mce_handle_err_virtmode()578 mce_err.initiator = MCE_INITIATOR_ISA; in mce_handle_err_virtmode()580 mce_err.initiator = MCE_INITIATOR_MEMORY; in mce_handle_err_virtmode()582 mce_err.initiator = MCE_INITIATOR_POWERMGM; in mce_handle_err_virtmode()584 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()587 mce_err.severity = MCE_SEV_NO_ERROR; in mce_handle_err_virtmode()589 mce_err.severity = MCE_SEV_WARNING; in mce_handle_err_virtmode()[all …]
486 struct mce_error_info *mce_err, uint64_t *addr, in mce_handle_ierror() argument516 mce_err->error_type = table[i].error_type; in mce_handle_ierror()517 mce_err->error_class = table[i].error_class; in mce_handle_ierror()520 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()523 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()526 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()529 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()532 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()535 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()538 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()[all …]
61 struct mce_error_info *mce_err) in mce_set_error_info() argument63 mce->error_type = mce_err->error_type; in mce_set_error_info()64 switch (mce_err->error_type) { in mce_set_error_info()66 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()69 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()72 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()75 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()78 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()81 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()84 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()[all …]
228 struct mce_error_info *mce_err, uint64_t nip,237 struct mce_error_info *mce_err);