Searched refs:err_type (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/include/asm/ |
| 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,
|
| 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()
|
| A D | rtas.h | 456 void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
| /arch/powerpc/kernel/ |
| 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 != ERR_FLAG_ALREADY_LOGGED) { in retrieve_nvram_error_log() [all …]
|
| A D | mce.c | 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() 560 err_type = "Unknown"; in machine_check_print_event_info() [all …]
|
| 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() 424 unsigned int err_type, id_no, size = 0; in nvram_pstore_read() local 523 if (err_type == ERR_TYPE_KERNEL_PANIC_GZ) in nvram_pstore_read() 655 unsigned int err_type = ERR_TYPE_KERNEL_PANIC_GZ; in oops_to_nvram() local 694 err_type = ERR_TYPE_KERNEL_PANIC; in oops_to_nvram() [all …]
|
| /arch/powerpc/platforms/pseries/ |
| 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()
|
| /arch/mips/sgi-ip27/ |
| 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()
|
| /arch/powerpc/platforms/powernv/ |
| 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()
|
| /arch/arm/mach-omap2/ |
| A D | control.c | 58 u16 err_type; member 282 sdrc_block_contents.err_type = in omap3_save_scratchpad_contents()
|
| /arch/sparc/kernel/ |
| A D | traps_64.c | 1812 /*0x13*/u8 err_type; member 1984 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 2100 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error()
|
Completed in 25 milliseconds