/Linux-v4.19/drivers/firmware/efi/ |
D | cper-x86.c | 86 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-v4.19/arch/powerpc/kernel/ |
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() 493 unsigned int err_type ; in retrieve_nvram_error_log() local 499 &err_type, &error_log_cnt); in retrieve_nvram_error_log() 503 if (err_type != ERR_FLAG_ALREADY_LOGGED) { in retrieve_nvram_error_log() [all …]
|
D | nvram_64.c | 192 unsigned int err_type, in nvram_write_os_partition() argument 205 info.error_type = cpu_to_be32(err_type); in nvram_write_os_partition() 230 int length, unsigned int *err_type, in nvram_read_partition() argument 261 *err_type = be32_to_cpu(info.error_type); in nvram_read_partition() 398 unsigned int err_type = ERR_TYPE_KERNEL_PANIC; in nvram_pstore_write() local 413 err_type = ERR_TYPE_KERNEL_PANIC_GZ; in nvram_pstore_write() 416 (int) (sizeof(*oops_hdr) + record->size), err_type, in nvram_pstore_write() 434 unsigned int err_type, id_no, size = 0; in nvram_pstore_read() local 501 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read() 533 if (err_type == ERR_TYPE_KERNEL_PANIC_GZ) in nvram_pstore_read() [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | nvram.h | 50 unsigned int err_type, unsigned int err_seq); 52 unsigned int * err_type, unsigned int *err_seq); 92 int length, unsigned int *err_type, 98 unsigned int err_type,
|
D | machdep.h | 95 void (*log_error)(char *buf, unsigned int err_type, int fatal); 280 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 283 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
D | rtas.h | 374 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | nvram.c | 140 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 143 err_type, error_log_cnt); in nvram_write_error_log() 159 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument 162 err_type, error_log_cnt); in nvram_read_error_log()
|
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | ip27-berr.c | 27 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-v4.19/arch/x86/kernel/ |
D | kdebugfs.c | 89 goto err_type; in create_setup_data_node() 93 err_type: in create_setup_data_node()
|
/Linux-v4.19/include/ras/ |
D | ras_event.h | 100 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-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be.h | 949 static inline u8 be_check_error(struct be_adapter *adapter, u32 err_type) in be_check_error() argument 951 return (adapter->err_flags & err_type); in be_check_error() 954 static inline void be_set_error(struct be_adapter *adapter, int err_type) in be_set_error() argument 958 adapter->err_flags |= err_type; in be_set_error() 964 static inline void be_clear_error(struct be_adapter *adapter, int err_type) in be_clear_error() argument 966 adapter->err_flags &= ~err_type; in be_clear_error()
|
/Linux-v4.19/include/linux/ |
D | edac.h | 128 static inline char *mc_event_error_type(const unsigned int err_type) in mc_event_error_type() argument 130 switch (err_type) { in mc_event_error_type()
|
D | cper.h | 390 guid_t err_type; member
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 1472 __be16 err_type, severity; in pnv_eeh_next_error() local 1494 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error() 1503 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR || in pnv_eeh_next_error() 1516 __func__, be16_to_cpu(err_type), in pnv_eeh_next_error() 1519 switch (be16_to_cpu(err_type)) { in pnv_eeh_next_error() 1601 __func__, be16_to_cpu(err_type)); in pnv_eeh_next_error()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | control.c | 61 u16 err_type; member 351 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | sal.h | 521 err_type : 1, member 533 u16 err_type; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 409 item->err_type = IB_SIG_BAD_GUARD; in get_sig_err_item() 414 item->err_type = IB_SIG_BAD_REFTAG; in get_sig_err_item() 419 item->err_type = IB_SIG_BAD_APPTAG; in get_sig_err_item() 627 mr->sig->err_item.err_type, in mlx5_poll_one()
|
/Linux-v4.19/drivers/edac/ |
D | amd64_edac.c | 2372 enum hw_event_mc_err_type err_type; in __log_ecc_error() local 2376 err_type = HW_EVENT_ERR_CORRECTED; in __log_ecc_error() 2378 err_type = HW_EVENT_ERR_UNCORRECTED; in __log_ecc_error() 2380 err_type = HW_EVENT_ERR_DEFERRED; in __log_ecc_error() 2410 edac_mc_handle_error(err_type, mci, 1, in __log_ecc_error()
|
/Linux-v4.19/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 1137 mr_status.sig_err.err_type, in iser_check_task_pi_status() 1142 switch (mr_status.sig_err.err_type) { in iser_check_task_pi_status()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 2907 int err_type, len, data_len; in lpfc_calc_bg_err() local 2912 err_type = BGS_GUARD_ERR_MASK; in lpfc_calc_bg_err() 2972 err_type = BGS_GUARD_ERR_MASK; in lpfc_calc_bg_err() 2980 err_type = BGS_REFTAG_ERR_MASK; in lpfc_calc_bg_err() 2988 err_type = BGS_APPTAG_ERR_MASK; in lpfc_calc_bg_err() 3030 if (err_type == BGS_GUARD_ERR_MASK) { in lpfc_calc_bg_err() 3041 } else if (err_type == BGS_REFTAG_ERR_MASK) { in lpfc_calc_bg_err() 3053 } else if (err_type == BGS_APPTAG_ERR_MASK) { in lpfc_calc_bg_err()
|
/Linux-v4.19/drivers/pci/ |
D | pci-driver.c | 1549 void pci_uevent_ers(struct pci_dev *pdev, enum pci_ers_result err_type) in pci_uevent_ers() argument 1554 switch (err_type) { in pci_uevent_ers()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | traps_64.c | 1815 /*0x13*/u8 err_type; member 1987 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 2104 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error()
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 1985 goto err_type; in check_func_arg() 1990 goto err_type; in check_func_arg() 1994 goto err_type; in check_func_arg() 1998 goto err_type; in check_func_arg() 2014 goto err_type; in check_func_arg() 2098 err_type: in check_func_arg()
|
/Linux-v4.19/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1632 switch (mr_status.sig_err.err_type) { in isert_check_pi_status() 1649 mr_status.sig_err.err_type, in isert_check_pi_status()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 7013 u8 source, err_type, i, is_cleanup; in qed_parse_igu_fifo_element() local 7029 err_type = GET_FIELD(element->dword0, IGU_FIFO_ELEMENT_DWORD0_ERR_TYPE); in qed_parse_igu_fifo_element() 7033 if (err_type >= ARRAY_SIZE(s_igu_fifo_error_strs)) in qed_parse_igu_fifo_element() 7133 s_igu_fifo_error_strs[err_type]); in qed_parse_igu_fifo_element()
|