Lines Matching full:fatal
81 /* Fatal error registers */
88 /* Non-fatal error register */
210 /* Fatal errors */
244 /* mask to all non-fatal errors */
256 /* Enable all fatal and non fatal errors */
259 /* mask for fatal error registers */
262 /* masks for non-fatal error register */
360 u32 ferr_fat_fbd; /* First Errors Fatal */
361 u32 nerr_fat_fbd; /* Next Errors Fatal */
362 u32 ferr_nf_fbd; /* First Errors Non-Fatal */
363 u32 nerr_nf_fbd; /* Next Errors Non-Fatal */
444 /* read in the 1st FATAL error register */ in i5400_get_error_info()
452 NEXT FATAL error register and the Memory Error Log Register A in i5400_get_error_info()
475 /* read in the 1st NON-FATAL error register */ in i5400_get_error_info()
478 /* If there is an error, then read in the 1st NON-FATAL error in i5400_get_error_info()
510 * handle the Intel FATAL and unrecoverable errors, if any
532 type = "FATAL"; in i5400_proccess_non_recoverable_info()
535 type = "NON-FATAL uncorrected"; in i5400_proccess_non_recoverable_info()
537 type = "NON-FATAL recoverable"; in i5400_proccess_non_recoverable_info()
575 * handle the Intel NON-FATAL errors, if any
650 "Non-Fatal misc error (Branch=%d Err=%#lx (%s))", in i5400_process_nonfatal_error_info()
662 /* First handle any fatal errors that occurred */ in i5400_process_error_info()
666 /* now handle any non-fatal errors that occurred */ in i5400_process_error_info()