Lines Matching defs:edac_raw_error_desc
527 struct edac_raw_error_desc { struct
532 char location[LOCATION_SIZE];
533 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS];
534 long grain;
537 u16 error_count;
538 int top_layer;
539 int mid_layer;
540 int low_layer;
541 unsigned long page_frame_number;
542 unsigned long offset_in_page;
543 unsigned long syndrome;
544 const char *msg;
545 const char *other_detail;
546 bool enable_per_layer_report;