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