Searched defs:enable_per_layer_report (Results 1 - 1 of 1) sorted by relevance

/drivers/edac/
H A Dedac_mc.c936 bool enable_per_layer_report,
944 if (!enable_per_layer_report) {
961 bool enable_per_layer_report,
969 if (!enable_per_layer_report) {
993 const bool enable_per_layer_report,
1016 edac_inc_ce_error(mci, enable_per_layer_report, pos, error_count);
1047 const bool enable_per_layer_report)
1076 edac_inc_ue_error(mci, enable_per_layer_report, pos, error_count);
1105 detail, e->other_detail, e->enable_per_layer_report,
1113 detail, e->other_detail, e->enable_per_layer_report);
935 edac_inc_ce_error(struct mem_ctl_info *mci, bool enable_per_layer_report, const int pos[EDAC_MAX_LAYERS], const u16 count) argument
960 edac_inc_ue_error(struct mem_ctl_info *mci, bool enable_per_layer_report, const int pos[EDAC_MAX_LAYERS], const u16 count) argument
985 edac_ce_error(struct mem_ctl_info *mci, const u16 error_count, const int pos[EDAC_MAX_LAYERS], const char *msg, const char *location, const char *label, const char *detail, const char *other_detail, const bool enable_per_layer_report, const unsigned long page_frame_number, const unsigned long offset_in_page, long grain) argument
1039 edac_ue_error(struct mem_ctl_info *mci, const u16 error_count, const int pos[EDAC_MAX_LAYERS], const char *msg, const char *location, const char *label, const char *detail, const char *other_detail, const bool enable_per_layer_report) argument
[all...]

Completed in 31 milliseconds