Lines Matching defs:edac_raw_error_desc
477 struct edac_raw_error_desc { struct
478 char location[LOCATION_SIZE];
479 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS];
480 long grain;
482 u16 error_count;
483 enum hw_event_mc_err_type type;
484 int top_layer;
485 int mid_layer;
486 int low_layer;
487 unsigned long page_frame_number;
488 unsigned long offset_in_page;
489 unsigned long syndrome;
490 const char *msg;
491 const char *other_detail;