Searched refs:mce_err (Results 1 – 4 of 4) sorted by relevance
561 struct mce_error_info mce_err = { 0 }; in mce_handle_err_virtmode() local574 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()576 mce_err.initiator = MCE_INITIATOR_CPU; in mce_handle_err_virtmode()578 mce_err.initiator = MCE_INITIATOR_PCI; in mce_handle_err_virtmode()580 mce_err.initiator = MCE_INITIATOR_ISA; in mce_handle_err_virtmode()582 mce_err.initiator = MCE_INITIATOR_MEMORY; in mce_handle_err_virtmode()584 mce_err.initiator = MCE_INITIATOR_POWERMGM; in mce_handle_err_virtmode()586 mce_err.initiator = MCE_INITIATOR_UNKNOWN; in mce_handle_err_virtmode()589 mce_err.severity = MCE_SEV_NO_ERROR; in mce_handle_err_virtmode()591 mce_err.severity = MCE_SEV_WARNING; in mce_handle_err_virtmode()[all …]
480 struct mce_error_info *mce_err, uint64_t *addr, in mce_handle_ierror() argument508 mce_err->error_type = table[i].error_type; in mce_handle_ierror()509 mce_err->error_class = table[i].error_class; in mce_handle_ierror()512 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()515 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()518 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()521 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()524 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()527 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()530 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()[all …]
67 struct mce_error_info *mce_err) in mce_set_error_info() argument69 mce->error_type = mce_err->error_type; in mce_set_error_info()70 switch (mce_err->error_type) { in mce_set_error_info()72 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()75 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()78 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()81 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()84 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()87 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()90 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()[all …]
217 struct mce_error_info *mce_err, uint64_t nip,226 struct mce_error_info *mce_err);