Lines Matching defs:error_code
976 u32 error_code = FIELD_GET(DART_T8020_ERROR_CODE, error);
986 if (error_code == DART_T8020_ERROR_READ_FAULT)
988 else if (error_code == DART_T8020_ERROR_WRITE_FAULT)
990 else if (error_code == DART_T8020_ERROR_NO_PTE)
992 else if (error_code == DART_T8020_ERROR_NO_PMD)
994 else if (error_code == DART_T8020_ERROR_NO_TTBR)
1002 error, stream_idx, error_code, fault_name, addr);
1013 u32 error_code = FIELD_GET(DART_T8110_ERROR_CODE, error);
1023 if (error_code == DART_T8110_ERROR_READ_FAULT)
1025 else if (error_code == DART_T8110_ERROR_WRITE_FAULT)
1027 else if (error_code == DART_T8110_ERROR_NO_PTE)
1029 else if (error_code == DART_T8110_ERROR_NO_PMD)
1031 else if (error_code == DART_T8110_ERROR_NO_PGD)
1033 else if (error_code == DART_T8110_ERROR_NO_TTBR)
1041 error, stream_idx, error_code, fault_name, addr);