Home
last modified time | relevance | path

Searched refs:err_type (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/drivers/firmware/efi/
Dcper-x86.c86 static enum err_types cper_get_err_type(const guid_t *err_type) in cper_get_err_type() argument
88 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE)) in cper_get_err_type()
90 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB)) in cper_get_err_type()
92 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS)) in cper_get_err_type()
94 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS)) in cper_get_err_type()
160 u8 err_type = CHECK_MS_ERR_TYPE(check); in print_err_info_ms() local
162 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms()
163 err_type < ARRAY_SIZE(ia_check_ms_error_type_strs) ? in print_err_info_ms()
164 ia_check_ms_error_type_strs[err_type] : "unknown"); in print_err_info_ms()
183 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info() argument
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Drtasd.c198 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()
482 unsigned int err_type ; in retrieve_nvram_error_log() local
488 &err_type, &error_log_cnt); in retrieve_nvram_error_log()
492 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in retrieve_nvram_error_log()
[all …]
Dmce.c328 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local
437 err_type = "UE"; in machine_check_print_event_info()
448 err_type = "SLB"; in machine_check_print_event_info()
457 err_type = "ERAT"; in machine_check_print_event_info()
466 err_type = "TLB"; in machine_check_print_event_info()
475 err_type = "User"; in machine_check_print_event_info()
484 err_type = "Real address"; in machine_check_print_event_info()
493 err_type = "Link"; in machine_check_print_event_info()
502 err_type = "D-Cache"; in machine_check_print_event_info()
506 err_type = "I-Cache"; in machine_check_print_event_info()
[all …]
Dnvram_64.c182 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-v5.4/drivers/edac/
Dqcom_edac.c169 qcom_llcc_clear_error_status(int err_type, struct llcc_drv_data *drv) in qcom_llcc_clear_error_status() argument
173 switch (err_type) { in qcom_llcc_clear_error_status()
201 err_type); in qcom_llcc_clear_error_status()
208 dump_syn_reg_values(struct llcc_drv_data *drv, u32 bank, int err_type) in dump_syn_reg_values() argument
210 struct llcc_edac_reg_data reg_data = edac_reg_data[err_type]; 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
258 ret = dump_syn_reg_values(drv, bank, err_type); in dump_syn_reg()
262 switch (err_type) { in dump_syn_reg()
282 err_type); in dump_syn_reg()
Damd64_edac.c2498 enum hw_event_mc_err_type err_type; in __log_ecc_error() local
2502 err_type = HW_EVENT_ERR_CORRECTED; in __log_ecc_error()
2504 err_type = HW_EVENT_ERR_UNCORRECTED; in __log_ecc_error()
2506 err_type = HW_EVENT_ERR_DEFERRED; in __log_ecc_error()
2536 edac_mc_handle_error(err_type, mci, 1, in __log_ecc_error()
/Linux-v5.4/arch/powerpc/include/asm/
Dnvram.h46 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,
Dmachdep.h83 void (*log_error)(char *buf, unsigned int err_type, int fatal);
269 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument
272 ppc_md.log_error(buf, err_type, fatal); in log_error()
Drtas.h386 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dnvram.c134 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-v5.4/arch/mips/sgi-ip27/
Dip27-berr.c27 static char *err_type[2][8] = { in dump_hub_information() local
53 printk("Error type is %s\n", err_type[wrb] in dump_hub_information()
/Linux-v5.4/include/ras/
Dras_event.h100 TP_PROTO(const unsigned int err_type,
113 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
133 __entry->error_type = err_type;
/Linux-v5.4/include/rdma/
Dsignature.h117 enum ib_sig_err_type err_type; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.h69 enum amdgpu_ras_eeprom_err_type err_type; member
Damdgpu_ras_eeprom.c190 buff[i++] = record->err_type; in __encode_table_record_to_buff()
217 record->err_type = buff[i++]; in __decode_table_record_from_buff()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe.h946 static inline u8 be_check_error(struct be_adapter *adapter, u32 err_type) in be_check_error() argument
948 return (adapter->err_flags & err_type); in be_check_error()
951 static inline void be_set_error(struct be_adapter *adapter, int err_type) in be_set_error() argument
955 adapter->err_flags |= err_type; in be_set_error()
961 static inline void be_clear_error(struct be_adapter *adapter, int err_type) in be_clear_error() argument
963 adapter->err_flags &= ~err_type; in be_clear_error()
/Linux-v5.4/include/linux/
Dedac.h129 static inline char *mc_event_error_type(const unsigned int err_type) in mc_event_error_type() argument
131 switch (err_type) { in mc_event_error_type()
Dcper.h375 guid_t err_type; member
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx_fw_if.h167 uint64_t err_type:10; member
Dcgx.c445 int err_type; in cgx_link_change_handler() local
450 err_type = FIELD_GET(RESP_LINKSTAT_ERRTYPE, lstat); in cgx_link_change_handler()
465 if (err_type != CGX_ERR_NONE) { in cgx_link_change_handler()
467 cgx->cgx_id, lmac->lmac_id, err_type); in cgx_link_change_handler()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c1452 __be16 err_type, severity; in pnv_eeh_next_error() local
1474 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error()
1483 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR || in pnv_eeh_next_error()
1496 __func__, be16_to_cpu(err_type), in pnv_eeh_next_error()
1499 switch (be16_to_cpu(err_type)) { in pnv_eeh_next_error()
1581 __func__, be16_to_cpu(err_type)); in pnv_eeh_next_error()
/Linux-v5.4/arch/arm/mach-omap2/
Dcontrol.c58 u16 err_type; member
348 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
/Linux-v5.4/arch/ia64/include/asm/
Dsal.h522 err_type : 1, member
534 u16 err_type; member
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcq.c348 item->err_type = IB_SIG_BAD_GUARD; in get_sig_err_item()
353 item->err_type = IB_SIG_BAD_REFTAG; in get_sig_err_item()
358 item->err_type = IB_SIG_BAD_APPTAG; in get_sig_err_item()
535 mr->sig->err_item.err_type, in mlx5_poll_one()
/Linux-v5.4/drivers/infiniband/ulp/iser/
Diser_verbs.c1098 mr_status.sig_err.err_type, in iser_check_task_pi_status()
1103 switch (mr_status.sig_err.err_type) { in iser_check_task_pi_status()

12