Lines Matching full:ue
210 "ue", info.ue_count, in amdgpu_ras_debugfs_read()
253 char err[9] = "ue"; in amdgpu_ras_debugfs_ctrl_parse_data()
297 /* only ue and ce errors are supported */ in amdgpu_ras_debugfs_ctrl_parse_data()
298 if (!memcmp("ue", err, 2)) in amdgpu_ras_debugfs_ctrl_parse_data()
378 * The error type is one of: ue, ce, where,
379 * ue is multi-uncorrectable
389 * echo inject umc ue 0x0 0x0 0x0 > /sys/kernel/debug/dri/0/ras/ras_ctrl
453 /* umc ce/ue error injection for a bad page is not allowed */ in amdgpu_ras_debugfs_ctrl_write()
533 * It outputs the multiple lines which report the uncorrected (ue) and corrected
538 * [ce|ue]: count
544 * ue: 0
568 return sysfs_emit(buf, "%s: %lu\n%s: %lu\n", "ue", info.ue_count, in amdgpu_ras_sysfs_read()
1141 unsigned long ce, ue; in amdgpu_ras_query_error_count() local
1152 ue = 0; in amdgpu_ras_query_error_count()
1170 ue += info.ue_count; in amdgpu_ras_query_error_count()
1177 *ue_count = ue; in amdgpu_ras_query_error_count()
1621 /* ue will trigger an interrupt, and in that case in amdgpu_ras_interrupt_umc_handler()