| /linux/drivers/firmware/efi/ |
| H A D | cper-x86.c | 87 static enum err_types cper_get_err_type(const guid_t *err_type) in cper_get_err_type() argument 89 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE)) in cper_get_err_type() 91 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB)) in cper_get_err_type() 93 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS)) in cper_get_err_type() 95 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS)) in cper_get_err_type() 161 u8 err_type = CHECK_MS_ERR_TYPE(check); in print_err_info_ms() local 163 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms() 164 err_type < ARRAY_SIZE(ia_check_ms_error_type_strs) ? in print_err_info_ms() 165 ia_check_ms_error_type_strs[err_type] : "unknown"); in print_err_info_ms() 184 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info() argument [all …]
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_ras.c | 27 enum err_type { enum 97 u32 err_type; member 126 u16 err_type; member 136 u32 err_type; member 210 le32_to_cpus(&msg->err_type); in ras_msg_to_cpu() 238 le16_to_cpus(&ddr_syndrome->err_type); in ras_msg_to_cpu() 255 le32_to_cpus(&sysbus1_syndrome->err_type); in ras_msg_to_cpu() 313 if (msg->err_type >= ERR_TYPE_MAX) { in decode_ras_msg() 314 pci_warn(qdev->pdev, "Dropping RAS message with err type %d\n", msg->err_type); in decode_ras_msg() 318 if (msg->err_type == UE) in decode_ras_msg() [all …]
|
| /linux/drivers/edac/ |
| H A D | qcom_edac.c | 129 qcom_llcc_clear_error_status(int err_type, struct llcc_drv_data *drv) in qcom_llcc_clear_error_status() argument 133 switch (err_type) { in qcom_llcc_clear_error_status() 165 err_type); in qcom_llcc_clear_error_status() 176 static void get_reg_offsets(struct llcc_drv_data *drv, int err_type, in get_reg_offsets() argument 181 switch (err_type) { in get_reg_offsets() 207 dump_syn_reg_values(struct llcc_drv_data *drv, u32 bank, int err_type) in dump_syn_reg_values() argument 209 struct llcc_edac_reg_data reg_data = edac_reg_data[err_type]; in dump_syn_reg_values() 214 get_reg_offsets(drv, err_type, ®s); in dump_syn_reg_values() 249 return qcom_llcc_clear_error_status(err_type, drv); in dump_syn_reg_values() 253 dump_syn_reg(struct edac_device_ctl_info *edev_ctl, int err_type, u32 bank) in dump_syn_reg() argument [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtasd.c | 200 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 213 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 216 if (!(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 228 if (logging_enabled && !(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 229 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 237 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG) in pSeries_log_error() 249 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 462 unsigned int err_type ; in retrieve_nvram_error_log() local 468 &err_type, &error_log_cnt); in retrieve_nvram_error_log() 472 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in retrieve_nvram_error_log() [all …]
|
| H A D | mce.c | 376 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local 486 err_type = "UE"; in machine_check_print_event_info() 497 err_type = "SLB"; in machine_check_print_event_info() 506 err_type = "ERAT"; in machine_check_print_event_info() 515 err_type = "TLB"; in machine_check_print_event_info() 524 err_type = "User"; in machine_check_print_event_info() 533 err_type = "Real address"; in machine_check_print_event_info() 542 err_type = "Link"; in machine_check_print_event_info() 551 err_type = "D-Cache"; in machine_check_print_event_info() 555 err_type = "I-Cache"; in machine_check_print_event_info() [all …]
|
| H A D | nvram_64.c | 182 unsigned int err_type, in nvram_write_os_partition() argument 195 info.error_type = cpu_to_be32(err_type); in nvram_write_os_partition() 220 int length, unsigned int *err_type, in nvram_read_partition() argument 251 *err_type = be32_to_cpu(info.error_type); in nvram_read_partition() 388 unsigned int err_type = ERR_TYPE_KERNEL_PANIC; in nvram_pstore_write() local 403 err_type = ERR_TYPE_KERNEL_PANIC_GZ; in nvram_pstore_write() 406 (int) (sizeof(*oops_hdr) + record->size), err_type, in nvram_pstore_write() 424 unsigned int err_type, id_no, size = 0; in nvram_pstore_read() local 491 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read() 523 if (err_type == ERR_TYPE_KERNEL_PANIC_GZ) in nvram_pstore_read() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | nvram.h | 46 unsigned int err_type, unsigned int err_seq); 48 unsigned int * err_type, unsigned int *err_seq); 85 int length, unsigned int *err_type, 91 unsigned int err_type,
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | nvram.c | 134 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 137 err_type, error_log_cnt); in nvram_write_error_log() 153 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument 156 err_type, error_log_cnt); in nvram_read_error_log()
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_main.c | 340 enum link_err_type err_type; in hinic3_port_module_event_handler() local 344 err_type = module_event->err_type; in hinic3_port_module_event_handler() 354 if (err_type >= LINK_ERR_NUM) { in hinic3_port_module_event_handler() 356 err_type); in hinic3_port_module_event_handler() 360 err_type, in hinic3_port_module_event_handler() 361 g_hinic3_module_link_err[err_type]); in hinic3_port_module_event_handler()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_cnv_dbgfs.c | 127 u8 err_type; in qat_cnv_errors_seq_show() local 140 err_type = CNV_ERROR_TYPE_GET(ae_errors->latest_err); in qat_cnv_errors_seq_show() 141 err_info = get_err_info(err_type, ae_errors->latest_err); in qat_cnv_errors_seq_show() 146 cnv_error_names[err_type], err_info); in qat_cnv_errors_seq_show()
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-berr.c | 29 static char *err_type[2][8] = { in dump_hub_information() local 58 pr_info("Error type is %s\n", err_type[st1.pi_stat1_fmt.s1_rw_rb] in dump_hub_information()
|
| /linux/drivers/misc/ |
| H A D | smpro-errmon.c | 303 unsigned int err_type; in smpro_internal_err_read() local 321 err_type = (val & BIT(1)) ? BIT(1) : in smpro_internal_err_read() 324 if (!err_type) in smpro_internal_err_read() 335 if (err_type & BIT(2)) { in smpro_internal_err_read() 347 ret = regmap_write(errmon->regmap, err_info->type, err_type); in smpro_internal_err_read()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | umc_v12_0.c | 462 enum aca_error_type err_type; in umc_v12_0_aca_bank_parser() local 469 err_type = ACA_ERROR_TYPE_DEFERRED; in umc_v12_0_aca_bank_parser() 471 err_type = ACA_ERROR_TYPE_UE; in umc_v12_0_aca_bank_parser() 473 err_type = ACA_ERROR_TYPE_CE; in umc_v12_0_aca_bank_parser() 476 bank->aca_err_type = err_type; in umc_v12_0_aca_bank_parser() 495 return aca_error_cache_log_bank_error(handle, &info, err_type, count); in umc_v12_0_aca_bank_parser()
|
| H A D | amdgpu_ras_eeprom.h | 136 enum amdgpu_ras_eeprom_err_type err_type; member
|
| /linux/include/ras/ |
| H A D | ras_event.h | 99 TP_PROTO(const unsigned int err_type, 112 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 132 __entry->error_type = err_type;
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_devlink.h | 18 int qed_report_fatal_error(struct devlink *dl, enum qed_hw_err_type err_type);
|
| H A D | qed_hw.c | 824 enum qed_hw_err_type err_type, const char *fmt, ...) in qed_hw_err_notify() argument 843 err_type != QED_HW_ERR_FAN_FAIL) { in qed_hw_err_notify() 847 err_type); in qed_hw_err_notify() 851 qed_hw_error_occurred(p_hwfn, err_type); in qed_hw_err_notify()
|
| /linux/include/rdma/ |
| H A D | signature.h | 117 enum ib_sig_err_type err_type; member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 1411 __be16 err_type, severity; in pnv_eeh_next_error() local 1433 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error() 1442 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR || in pnv_eeh_next_error() 1455 __func__, be16_to_cpu(err_type), in pnv_eeh_next_error() 1458 switch (be16_to_cpu(err_type)) { in pnv_eeh_next_error() 1540 __func__, be16_to_cpu(err_type)); in pnv_eeh_next_error()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_main.c | 112 enum qed_hw_err_type err_type); 2728 enum qed_hw_err_type err_type) in qede_set_hw_err_flags() argument 2732 switch (err_type) { in qede_set_hw_err_flags() 2747 DP_NOTICE(edev, "Unexpected HW error [%d]\n", err_type); in qede_set_hw_err_flags() 2755 enum qed_hw_err_type err_type) in qede_schedule_hw_err_handler() argument 2764 err_type != QED_HW_ERR_FAN_FAIL) { in qede_schedule_hw_err_handler() 2770 if (err_type >= QED_HW_ERR_LAST) { in qede_schedule_hw_err_handler() 2771 DP_NOTICE(edev, "Unknown HW error [%d]\n", err_type); in qede_schedule_hw_err_handler() 2776 edev->last_err_type = err_type; in qede_schedule_hw_err_handler() 2777 qede_set_hw_err_flags(edev, err_type); in qede_schedule_hw_err_handler() [all …]
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_fdma.c | 546 u32 db, err, err_type; in lan966x_fdma_irq_handler() local 559 err_type = lan_rd(lan966x, FDMA_ERRORS); in lan966x_fdma_irq_handler() 561 WARN(1, "Unexpected error: %d, error_type: %d\n", err, err_type); in lan966x_fdma_irq_handler() 564 lan_wr(err_type, lan966x, FDMA_ERRORS); in lan966x_fdma_irq_handler()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | cgx_fw_if.h | 245 uint64_t err_type:10; member
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 193 uint64_t err_type : 2; member
|
| /linux/include/linux/ |
| H A D | edac.h | 121 static inline char *mc_event_error_type(const unsigned int err_type) in mc_event_error_type() argument 123 switch (err_type) { in mc_event_error_type()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 159 status->err_type = bd->type2.error_type; in pre_parse_finished_bd() 171 status->err_type = bd3->error_type; in pre_parse_finished_bd3() 179 if (unlikely(req->err_type || status->done != SEC_SQE_DONE)) { in sec_cb_status_check() 181 req->err_type, status->done); in sec_cb_status_check() 300 req->err_type = status.err_type; in sec_req_cb() 322 req->err_type = status.err_type; in sec_req_cb3()
|