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