/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, u6 argument 263 u8 err_type; cper_print_proc_ia() local [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 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, u3 argument [all...] |
/linux/arch/powerpc/kernel/ |
H A D | rtasd.c | 198 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 211 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 214 if (!(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 226 if (logging_enabled && !(err_type & ERR_FLAG_BOOT)) in pSeries_log_error() 227 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 235 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG) in pSeries_log_error() 247 switch (err_type & ERR_TYPE_MASK) { in pSeries_log_error() 460 unsigned int err_type ; in retrieve_nvram_error_log() local 466 &err_type, &error_log_cnt); in retrieve_nvram_error_log() 470 if (err_type ! 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 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 in nvram_pstore_read() 655 unsigned int err_type = ERR_TYPE_KERNEL_PANIC_GZ; oops_to_nvram() local [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,
|
H A D | machdep.h | 81 void (*log_error)(char *buf, unsigned int err_type, int fatal); 241 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 244 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
/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/qlogic/qed/ |
H A D | qed_devlink.c | 19 enum qed_hw_err_type err_type; member 22 int qed_report_fatal_error(struct devlink *devlink, enum qed_hw_err_type err_type) in qed_report_fatal_error() argument 26 .err_type = err_type, in qed_report_fatal_error()
|
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.h | 317 * @err_type: Err Type. 325 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/drivers/crypto/hisilicon/zip/ |
H A D | dae_main.c | 166 static void hisi_dae_disable_error_report(struct hisi_qm *qm, u32 err_type) in hisi_dae_disable_error_report() argument 168 writel(DAE_ERR_NFE_MASK & (~err_type), qm->io_base + DAE_ERR_NFE_OFFSET); in hisi_dae_disable_error_report() 171 static void hisi_dae_log_hw_error(struct hisi_qm *qm, u32 err_type) in hisi_dae_log_hw_error() argument 180 if (!(err->int_msk & err_type)) in hisi_dae_log_hw_error()
|
/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()
|
/linux/include/rdma/ |
H A D | signature.h | 117 enum ib_sig_err_type err_type; member
|
/linux/drivers/pci/controller/ |
H A D | pcie-hisi-error.c | 55 u16 err_type; member 228 dev_info(dev, "Error type = 0x%x\n", edata->err_type); in hisi_pcie_handle_error()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 112 enum qed_hw_err_type err_type); 2750 enum qed_hw_err_type err_type) in qede_set_hw_err_flags() argument 2754 switch (err_type) { in qede_set_hw_err_flags() 2769 DP_NOTICE(edev, "Unexpected HW error [%d]\n", err_type); in qede_set_hw_err_flags() 2777 enum qed_hw_err_type err_type) in qede_schedule_hw_err_handler() argument 2786 err_type != QED_HW_ERR_FAN_FAIL) { in qede_schedule_hw_err_handler() 2792 if (err_type >= QED_HW_ERR_LAST) { in qede_schedule_hw_err_handler() 2793 DP_NOTICE(edev, "Unknown HW error [%d]\n", err_type); in qede_schedule_hw_err_handler() 2798 edev->last_err_type = err_type; in qede_schedule_hw_err_handler() 2799 qede_set_hw_err_flags(edev, err_type); in qede_schedule_hw_err_handler() [all...] |
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | cgx_fw_if.h | 235 * Both err_type and current link status will be updated 237 * In case of CGX_STAT_SUCCESS, err_type will be CGX_ERR_NONE and current 245 uint64_t err_type:10; member
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdma.c | 547 u32 db, err, err_type; in lan966x_fdma_irq_handler() local 560 err_type = lan_rd(lan966x, FDMA_ERRORS); in lan966x_fdma_irq_handler() 562 WARN(1, "Unexpected error: %d, error_type: %d\n", err, err_type); in lan966x_fdma_irq_handler() 565 lan_wr(err_type, lan966x, FDMA_ERRORS); in lan966x_fdma_irq_handler()
|
/linux/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.h | 69 u8 err_type; member
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | amd_cper.h | 193 uint64_t err_type : 2; member
|