Searched refs:mce_err (Results 1 – 4 of 4) sorted by relevance
569 struct mce_error_info mce_err = { 0 }; in mce_handle_err_virtmode() local582 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()584 mce_err.initiator = MCE_INITIATOR_CPU; in mce_handle_err_virtmode()586 mce_err.initiator = MCE_INITIATOR_PCI; in mce_handle_err_virtmode()588 mce_err.initiator = MCE_INITIATOR_ISA; in mce_handle_err_virtmode()590 mce_err.initiator = MCE_INITIATOR_MEMORY; in mce_handle_err_virtmode()592 mce_err.initiator = MCE_INITIATOR_POWERMGM; in mce_handle_err_virtmode()594 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()597 mce_err.severity = MCE_SEV_NO_ERROR; in mce_handle_err_virtmode()599 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() argument518 mce_err->error_type = table[i].error_type; in mce_handle_ierror()519 mce_err->error_class = table[i].error_class; in mce_handle_ierror()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()[all …]
50 struct mce_error_info *mce_err) in mce_set_error_info() argument52 mce->error_type = mce_err->error_type; in mce_set_error_info()53 switch (mce_err->error_type) { in mce_set_error_info()55 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()58 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()61 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()67 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()70 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()73 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);