Lines Matching refs:cause
397 int ocause, cause; in mips_cm_error_report() local
409 cause = FIELD_GET(CM_GCR_ERROR_CAUSE_ERRTYPE, cm_error); in mips_cm_error_report()
412 if (!cause) in mips_cm_error_report()
415 if (cause < 16) { in mips_cm_error_report()
426 } else if (cause < 24) { in mips_cm_error_report()
461 cm2_causes[cause], buf); in mips_cm_error_report()
468 cause = FIELD_GET(CM3_GCR_ERROR_CAUSE_ERRTYPE, cm_error); in mips_cm_error_report()
471 if (!cause) in mips_cm_error_report()
484 if (cause == 1 || cause == 3) { /* Tag ECC */ in mips_cm_error_report()
505 } else if (cause == 2) { in mips_cm_error_report()
529 cm3_causes[cause], buf); in mips_cm_error_report()