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