Lines Matching defs:edac_raw_error_desc
634 struct edac_raw_error_desc { struct
639 char location[LOCATION_SIZE];
640 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS];
641 long grain;
644 u16 error_count;
645 int top_layer;
646 int mid_layer;
647 int low_layer;
648 unsigned long page_frame_number;
649 unsigned long offset_in_page;
650 unsigned long syndrome;
651 const char *msg;
652 const char *other_detail;
653 bool enable_per_layer_report;