Home
last modified time | relevance | path

Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/edac/
Dedac_mc.c965 const char *other_detail, in edac_ce_error() argument
978 if (other_detail && *other_detail) in edac_ce_error()
982 location, detail, other_detail); in edac_ce_error()
1019 const char *other_detail, in edac_ue_error() argument
1028 if (other_detail && *other_detail) in edac_ue_error()
1032 location, detail, other_detail); in edac_ue_error()
1041 if (other_detail && *other_detail) in edac_ue_error()
1043 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1066 detail, e->other_detail, e->enable_per_layer_report, in edac_raw_mc_handle_error()
1074 detail, e->other_detail, e->enable_per_layer_report); in edac_raw_mc_handle_error()
[all …]
Dghes_edac.c25 char other_detail[160]; member
227 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
231 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
362 p = pvt->other_detail; in ghes_edac_report_mem_error()
433 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
439 "APEI location: %s %s", e->location, e->other_detail); in ghes_edac_report_mem_error()
Dedac_mc.h255 const char *other_detail);
/Linux-v5.4/include/linux/
Dedac.h548 const char *other_detail; member