Searched refs:other_detail (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ghes_edac.c | 22 char other_detail[400]; member 273 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error() 277 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error() 422 /* All other fields are mapped on e->other_detail */ in ghes_edac_report_mem_error() 423 p = pvt->other_detail; in ghes_edac_report_mem_error() 424 p += snprintf(p, sizeof(pvt->other_detail), in ghes_edac_report_mem_error() 496 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
|
H A D | edac_mc.c | 912 *e->other_detail ? " - " : "", in edac_ce_error() 913 e->other_detail); in edac_ce_error() 949 *e->other_detail ? " - " : "", in edac_ue_error() 950 e->other_detail); in edac_ue_error() 961 *e->other_detail ? " - " : "", in edac_ue_error() 962 e->other_detail); in edac_ue_error() 1003 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error() 1022 const char *other_detail) in edac_mc_handle_error() 1046 e->other_detail = other_detail in edac_mc_handle_error() 1012 edac_mc_handle_error(const enum hw_event_mc_err_type type, struct mem_ctl_info *mci, const u16 error_count, const unsigned long page_frame_number, const unsigned long offset_in_page, const unsigned long syndrome, const int top_layer, const int mid_layer, const int low_layer, const char *msg, const char *other_detail) edac_mc_handle_error() argument [all...] |
H A D | edac_mc.h | 237 * @other_detail: Technical details about the event that 251 const char *other_detail);
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_mc.c | 843 *e->other_detail ? " - " : "", in edac_ce_error() 844 e->other_detail); in edac_ce_error() 880 *e->other_detail ? " - " : "", in edac_ue_error() 881 e->other_detail); in edac_ue_error() 892 *e->other_detail ? " - " : "", in edac_ue_error() 893 e->other_detail); in edac_ue_error() 934 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error() 953 const char *other_detail) in edac_mc_handle_error() 978 e->other_detail = other_detail in edac_mc_handle_error() 943 edac_mc_handle_error(const enum hw_event_mc_err_type type, struct mem_ctl_info *mci, const u16 error_count, const unsigned long page_frame_number, const unsigned long offset_in_page, const unsigned long syndrome, const int top_layer, const int mid_layer, const int low_layer, const char *msg, const char *other_detail) edac_mc_handle_error() argument [all...] |
H A D | ghes_edac.c | 25 char other_detail[OTHER_DETAIL_LEN]; member 303 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error() 307 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error() 369 /* All other fields are mapped on e->other_detail */ in ghes_edac_report_mem_error() 370 p = pvt->other_detail; in ghes_edac_report_mem_error() 372 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
|
H A D | edac_mc.h | 237 * @other_detail: Technical details about the event that 251 const char *other_detail);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | edac.h | 451 * @other_detail: other driver-specific detail about the error 467 const char *other_detail; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | edac.h | 472 * @other_detail: other driver-specific detail about the error 488 const char *other_detail; member
|
Completed in 8 milliseconds