Lines Matching defs:edac_raw_error_desc
453 struct edac_raw_error_desc { struct
454 char location[LOCATION_SIZE];
455 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS];
456 long grain;
458 u16 error_count;
459 enum hw_event_mc_err_type type;
460 int top_layer;
461 int mid_layer;
462 int low_layer;
463 unsigned long page_frame_number;
464 unsigned long offset_in_page;
465 unsigned long syndrome;
466 const char *msg;
467 const char *other_detail;