Lines Matching full:ue
160 "ue", info.ue_count, in amdgpu_ras_debugfs_read()
203 char err[9] = "ue"; in amdgpu_ras_debugfs_ctrl_parse_data()
247 /* only ue and ce errors are supported */ in amdgpu_ras_debugfs_ctrl_parse_data()
248 if (!memcmp("ue", err, 2)) in amdgpu_ras_debugfs_ctrl_parse_data()
328 * The error type is one of: ue, ce, where,
329 * ue is multi-uncorrectable
339 * echo inject umc ue 0x0 0x0 0x0 > /sys/kernel/debug/dri/0/ras/ras_ctrl
403 /* umc ce/ue error injection for a bad page is not allowed */ in amdgpu_ras_debugfs_ctrl_write()
483 * It outputs the multiple lines which report the uncorrected (ue) and corrected
488 * [ce|ue]: count
494 * ue: 0
518 return sysfs_emit(buf, "%s: %lu\n%s: %lu\n", "ue", info.ue_count, in amdgpu_ras_sysfs_read()
1065 unsigned long ce, ue; in amdgpu_ras_query_error_count() local
1076 ue = 0; in amdgpu_ras_query_error_count()
1088 ue += info.ue_count; in amdgpu_ras_query_error_count()
1095 *ue_count = ue; in amdgpu_ras_query_error_count()
1477 /* ue will trigger an interrupt, and in that case in amdgpu_ras_interrupt_handler()