Lines Matching full:fatal
82 /* Fatal error registers */
89 /* Non-fatal error register */
211 /* Fatal errors */
245 /* mask to all non-fatal errors */
257 /* Enable all fatal and non fatal errors */
260 /* mask for fatal error registers */
263 /* masks for non-fatal error register */
361 u32 ferr_fat_fbd; /* First Errors Fatal */
362 u32 nerr_fat_fbd; /* Next Errors Fatal */
363 u32 ferr_nf_fbd; /* First Errors Non-Fatal */
364 u32 nerr_nf_fbd; /* Next Errors Non-Fatal */
445 /* read in the 1st FATAL error register */ in i5400_get_error_info()
453 NEXT FATAL error register and the Memory Error Log Register A in i5400_get_error_info()
476 /* read in the 1st NON-FATAL error register */ in i5400_get_error_info()
479 /* If there is an error, then read in the 1st NON-FATAL error in i5400_get_error_info()
511 * handle the Intel FATAL and unrecoverable errors, if any
533 type = "FATAL"; in i5400_proccess_non_recoverable_info()
536 type = "NON-FATAL uncorrected"; in i5400_proccess_non_recoverable_info()
538 type = "NON-FATAL recoverable"; in i5400_proccess_non_recoverable_info()
576 * handle the Intel NON-FATAL errors, if any
651 "Non-Fatal misc error (Branch=%d Err=%#lx (%s))", in i5400_process_nonfatal_error_info()
663 /* First handle any fatal errors that occurred */ in i5400_process_error_info()
667 /* now handle any non-fatal errors that occurred */ in i5400_process_error_info()