/drivers/firmware/efi/ |
D | cper-arm.c | 89 static void cper_print_arm_err_info(const char *pfx, u32 type, in cper_print_arm_err_info() argument 112 printk("%stransaction type: %s\n", pfx, in cper_print_arm_err_info() 123 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 129 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 135 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 147 printk("%scache level: %d\n", pfx, level); in cper_print_arm_err_info() 150 printk("%sTLB level: %d\n", pfx, level); in cper_print_arm_err_info() 154 pfx, level); in cper_print_arm_err_info() 163 printk("%sprocessor context corrupted\n", pfx); in cper_print_arm_err_info() 165 printk("%sprocessor context not corrupted\n", pfx); in cper_print_arm_err_info() [all …]
|
D | cper.c | 82 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits() argument 100 len = snprintf(buf, sizeof(buf), "%s%s", pfx, str); in cper_print_bits() 143 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic() argument 147 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 151 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic() 155 printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type); in cper_print_proc_generic() 156 cper_print_bits(pfx, proc->proc_error_type, in cper_print_proc_generic() 161 printk("%s""operation: %d, %s\n", pfx, proc->operation, in cper_print_proc_generic() 165 printk("%s""flags: 0x%02x\n", pfx, proc->flags); in cper_print_proc_generic() 166 cper_print_bits(pfx, proc->flags, proc_flag_strs, in cper_print_proc_generic() [all …]
|
D | cper-x86.c | 153 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) in print_bool() argument 155 printk("%s%s: %s\n", pfx, str, (check & bit) ? "true" : "false"); in print_bool() 158 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) in print_err_info_ms() argument 163 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms() 169 print_bool("Processor Context Corrupt", pfx, check, CHECK_MS_PCC); in print_err_info_ms() 172 print_bool("Uncorrected", pfx, check, CHECK_MS_UNCORRECTED); in print_err_info_ms() 175 print_bool("Precise IP", pfx, check, CHECK_MS_PRECISE_IP); in print_err_info_ms() 178 print_bool("Restartable IP", pfx, check, CHECK_MS_RESTARTABLE_IP); in print_err_info_ms() 181 print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW); 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 …]
|
/drivers/pinctrl/renesas/ |
D | pfc-r8a73a4.c | 13 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 15 PORT_10(0, fn, pfx, sfx), \ 16 PORT_10(10, fn, pfx##1, sfx), \ 17 PORT_10(20, fn, pfx##2, sfx), \ 18 PORT_1(30, fn, pfx##30, sfx), \ 20 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \ 21 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \ 22 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \ 23 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \ 24 PORT_1(40, fn, pfx##40, sfx), \ [all …]
|
D | sh_pfc.h | 662 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument 664 #define PORT_10(pn, fn, pfx, sfx) \ argument 665 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \ 666 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \ 667 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \ 668 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \ 669 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx) 671 #define PORT_90(pn, fn, pfx, sfx) \ argument 672 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \ 673 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \ [all …]
|
D | pfc-sh73a0.c | 18 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 19 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 20 PORT_10(100, fn, pfx##10, sfx), \ 21 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 22 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 23 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 24 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 25 PORT_1(118, fn, pfx##118, sfx), \ 26 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 27 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ [all …]
|
D | pfc-emev2.c | 12 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 13 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 14 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 15 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 16 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 17 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 18 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 19 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 20 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx) 245 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument [all …]
|
D | pfc-r8a7740.c | 14 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 15 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 16 PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \ 17 PORT_10(200, fn, pfx##20, sfx), \ 18 PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
|
/drivers/acpi/ |
D | acpi_extlog.c | 94 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() argument 101 if (!pfx) { in __print_extlog_rcd() 103 pfx = KERN_INFO; in __print_extlog_rcd() 105 pfx = KERN_ERR; in __print_extlog_rcd() 108 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno); in __print_extlog_rcd() 113 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd() argument 127 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd()
|
/drivers/acpi/apei/ |
D | ghes.c | 688 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus() argument 696 if (pfx == NULL) { in __ghes_print_estatus() 699 pfx = KERN_WARNING; in __ghes_print_estatus() 701 pfx = KERN_ERR; in __ghes_print_estatus() 704 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}" HW_ERR, pfx, curr_seqno); in __ghes_print_estatus() 710 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus() argument 724 __ghes_print_estatus(pfx, generic, estatus); in ghes_print_estatus()
|
D | apei-internal.h | 133 void cper_estatus_print(const char *pfx,
|
/drivers/scsi/snic/ |
D | snic_io.c | 449 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump() argument 451 SNIC_INFO("%s Dumping Data of Len = %d\n", pfx, len); in snic_hex_dump() 452 print_hex_dump_bytes(pfx, DUMP_PREFIX_NONE, data, len); in snic_hex_dump()
|
/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 96 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show() argument 100 pfx, cfg->pll.frequency, cfg->freq.fclk, cfg->freq.armclk, in s3c_cpufreq_show()
|
/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 128 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local 130 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-recv %s %d ", in isac_empty_fifo() 132 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_empty_fifo() 165 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local 167 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ", in isac_fill_fifo() 169 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_fill_fifo()
|
/drivers/target/ |
D | target_core_transport.c | 3102 void target_show_cmd(const char *pfx, struct se_cmd *cmd) in target_show_cmd() argument 3110 pfx, cdb[0], cdb[1], cmd->tag, in target_show_cmd() 3117 pfx, target_tmf_name(tmf->function), cmd->tag, in target_show_cmd()
|
/drivers/hwtracing/coresight/ |
D | coresight-core.c | 1753 name = devm_kasprintf(dev, GFP_KERNEL, "%s%d", dict->pfx, idx); in coresight_alloc_device_name()
|