| /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/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,
|
| H A D | rtas.h | 464 void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
| /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/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/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);
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be.h | 939 static inline u8 be_check_error(struct be_adapter *adapter, u32 err_type) in be_check_error() argument 941 return (adapter->err_flags & err_type); in be_check_error() 944 static inline void be_set_error(struct be_adapter *adapter, int err_type) in be_set_error() argument 948 adapter->err_flags |= err_type; in be_set_error() 954 static inline void be_clear_error(struct be_adapter *adapter, int err_type) in be_clear_error() argument 956 adapter->err_flags &= ~err_type; in be_clear_error()
|
| /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/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/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/net/ethernet/marvell/octeontx2/af/ |
| H A D | cgx_fw_if.h | 245 uint64_t err_type:10; member
|
| H A D | cgx.c | 1323 int err_type; in cgx_link_change_handler() local 1328 err_type = FIELD_GET(RESP_LINKSTAT_ERRTYPE, lstat); in cgx_link_change_handler() 1337 if (err_type == CGX_ERR_SPEED_CHANGE_INVALID) in cgx_link_change_handler() 1346 if (err_type != CGX_ERR_NONE) { in cgx_link_change_handler() 1348 cgx->cgx_id, lmac->lmac_id, err_type); in cgx_link_change_handler()
|
| /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/arch/arm/mach-omap2/ |
| H A D | control.c | 58 u16 err_type; member 282 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | cq.c | 375 item->err_type = IB_SIG_BAD_GUARD; in get_sig_err_item() 380 item->err_type = IB_SIG_BAD_REFTAG; in get_sig_err_item() 385 item->err_type = IB_SIG_BAD_APPTAG; in get_sig_err_item() 571 sig->err_item.err_type, in mlx5_poll_one()
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iser_verbs.c | 917 mr_status.sig_err.err_type, in iser_check_task_pi_status() 922 switch (mr_status.sig_err.err_type) { in iser_check_task_pi_status()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_dev.h | 498 u16 err_type; member
|