/linux-4.4.14/drivers/firmware/efi/ |
D | cper.c | 81 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits() argument 99 len = snprintf(buf, sizeof(buf), "%s%s", pfx, str); in cper_print_bits() 139 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic() argument 143 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 147 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic() 151 printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type); in cper_print_proc_generic() 152 cper_print_bits(pfx, proc->proc_error_type, in cper_print_proc_generic() 157 printk("%s""operation: %d, %s\n", pfx, proc->operation, in cper_print_proc_generic() 161 printk("%s""flags: 0x%02x\n", pfx, proc->flags); in cper_print_proc_generic() 162 cper_print_bits(pfx, proc->flags, proc_flag_strs, in cper_print_proc_generic() [all …]
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | sh_pfc.h | 267 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument 269 #define PORT_10(pn, fn, pfx, sfx) \ argument 270 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \ 271 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \ 272 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \ 273 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \ 274 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx) 276 #define PORT_90(pn, fn, pfx, sfx) \ argument 277 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \ 278 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \ [all …]
|
D | pfc-r8a73a4.c | 27 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 29 PORT_10(0, fn, pfx, sfx), \ 30 PORT_10(10, fn, pfx##1, sfx), \ 31 PORT_10(20, fn, pfx##2, sfx), \ 32 PORT_1(30, fn, pfx##30, sfx), \ 34 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \ 35 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \ 36 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \ 37 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \ 38 PORT_1(40, fn, pfx##40, sfx), \ [all …]
|
D | pfc-sh73a0.c | 32 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 33 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 34 PORT_10(100, fn, pfx##10, sfx), \ 35 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 36 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 37 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 38 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 39 PORT_1(118, fn, pfx##118, sfx), \ 40 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 41 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ [all …]
|
D | pfc-emev2.c | 15 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 16 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 17 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 18 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 19 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 20 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 21 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 22 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 23 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx) 231 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument [all …]
|
D | pfc-r8a7740.c | 28 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 29 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 30 PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \ 31 PORT_10(200, fn, pfx##20, sfx), \ 32 PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | r4kcache.h | 558 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 559 static inline void extra##blast_##pfx##cache##lsize(void) \ 568 __##pfx##flush_prologue \ 574 __##pfx##flush_epilogue \ 577 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \ 582 __##pfx##flush_prologue \ 589 __##pfx##flush_epilogue \ 592 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \ 602 __##pfx##flush_prologue \ 608 __##pfx##flush_epilogue \ [all …]
|
D | io.h | 312 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 314 static inline void pfx##write##bwlq(type val, \ 324 __val = pfx##ioswab##bwlq(__mem, val); \ 350 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \ 379 return pfx##ioswab##bwlq(__mem, __val); \ 382 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 384 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 393 __val = pfx##ioswab##bwlq(__addr, val); \ 402 static inline type pfx##in##bwlq##p(unsigned long port) \ 414 return pfx##ioswab##bwlq(__addr, __val); \
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument 81 pfx##write##bwl(type val, volatile void __iomem *addr) \ 87 __val = pfx##ioswab##bwl(__addr, val); \ 94 static inline type pfx##read##bwl(const volatile void __iomem *addr) \ 104 return pfx##ioswab##bwl(__addr, __val); \ 107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument 108 static inline void pfx##out##bwl##p(type val, unsigned long port) \ 114 __val = pfx##ioswab##bwl(__addr, val); \ 122 static inline type pfx##in##bwl##p(unsigned long port) \ 134 return pfx##ioswab##bwl(__addr, __val); \
|
/linux-4.4.14/include/linux/ |
D | btree-type.h | 1 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument 2 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument 3 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 21 struct in6_addr pfx; in ip6t_npt_checkentry() local 28 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry() 29 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry() 31 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry() 32 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_extlog.c | 96 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() argument 103 if (!pfx) { in __print_extlog_rcd() 105 pfx = KERN_INFO; in __print_extlog_rcd() 107 pfx = KERN_ERR; in __print_extlog_rcd() 110 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno); in __print_extlog_rcd() 115 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd() argument 129 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 88 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument 91 pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \ 102 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \ 157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 159 static inline void pfx##out##bwlq##p(type val, unsigned long port) \ 168 static inline type pfx##in##bwlq##p(unsigned long port) \
|
/linux-4.4.14/net/caif/ |
D | cfpkt_skbuff.c | 80 static struct cfpkt *cfpkt_create_pfx(u16 len, u16 pfx) in cfpkt_create_pfx() argument 85 skb = alloc_skb(len + pfx, GFP_ATOMIC); in cfpkt_create_pfx() 87 skb = alloc_skb(len + pfx, GFP_KERNEL); in cfpkt_create_pfx() 92 skb_reserve(skb, pfx); in cfpkt_create_pfx()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | inat.h | 93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
|
D | cmpxchg.h | 208 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument 217 asm volatile(pfx "cmpxchg%c4b %2; sete %0" \
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | inat.h | 93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-macros.S | 119 .macro armv6_mt_table pfx 120 \pfx\()_mt_table: 139 .macro armv6_set_pte_ext pfx 147 adr ip, \pfx\()_mt_table
|
/linux-4.4.14/arch/sparc/kernel/ |
D | traps_64.c | 1918 static void sun4v_report_real_raddr(const char *pfx, struct pt_regs *regs) in sun4v_report_real_raddr() argument 1931 pfx, addr); in sun4v_report_real_raddr() 1935 int cpu, const char *pfx, atomic_t *ocnt) in sun4v_log_error() argument 1941 printk("%s: Reporting on cpu %d\n", pfx, cpu); in sun4v_log_error() 1943 pfx, regs->tpc, (void *) regs->tpc); in sun4v_log_error() 1946 pfx, raw_ptr[0], raw_ptr[1], raw_ptr[2], raw_ptr[3]); in sun4v_log_error() 1948 pfx, raw_ptr[4], raw_ptr[5], raw_ptr[6], raw_ptr[7]); in sun4v_log_error() 1951 pfx, ent->err_handle, ent->err_stick); in sun4v_log_error() 1953 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error() 1956 printk("%s: attrs [0x%08x] < ", pfx, attrs); in sun4v_log_error() [all …]
|
/linux-4.4.14/drivers/acpi/apei/ |
D | ghes.c | 477 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus() argument 485 if (pfx == NULL) { in __ghes_print_estatus() 488 pfx = KERN_WARNING; in __ghes_print_estatus() 490 pfx = KERN_ERR; in __ghes_print_estatus() 493 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}" HW_ERR, pfx, curr_seqno); in __ghes_print_estatus() 499 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus() argument 513 __ghes_print_estatus(pfx, generic, estatus); in ghes_print_estatus()
|
D | apei-internal.h | 137 void cper_estatus_print(const char *pfx,
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | iotiming-s3c2412.c | 42 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot) in s3c2412_print_timing() argument 53 "wstoen=%d.%d wstwen=%d.%d wstbrd=%d.%d\n", pfx, bank, in s3c2412_print_timing()
|
D | iotiming-s3c2410.c | 35 static void s3c2410_print_timing(const char *pfx, in s3c2410_print_timing() argument 47 "Tcoh=%d.%d, Tcah=%d.%d\n", pfx, bank, in s3c2410_print_timing()
|
/linux-4.4.14/net/ipv6/ |
D | addrlabel.c | 412 struct in6_addr *pfx; in ip6addrlbl_newdel() local 428 pfx = nla_data(tb[IFAL_ADDRESS]); in ip6addrlbl_newdel() 442 err = ip6addrlbl_add(net, pfx, ifal->ifal_prefixlen, in ip6addrlbl_newdel() 447 err = ip6addrlbl_del(net, pfx, ifal->ifal_prefixlen, in ip6addrlbl_newdel()
|
D | addrconf.c | 159 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, 2153 addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev, in addrconf_prefix_route() argument 2167 cfg.fc_dst = *pfx; in addrconf_prefix_route() 2182 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route() argument 2197 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0); in addrconf_get_prefix_route() 2634 const struct in6_addr *pfx, in inet6_addr_add() argument 2669 true, pfx, ifindex); in inet6_addr_add() 2675 scope = ipv6_addr_scope(pfx); in inet6_addr_add() 2695 ifp = ipv6_add_addr(idev, pfx, peer_pfx, plen, scope, ifa_flags, in inet6_addr_add() 2718 false, pfx, ifindex); in inet6_addr_add() [all …]
|
/linux-4.4.14/drivers/pcmcia/ |
D | bfin_cf_pcmcia.c | 53 #define bfin_cf_present(pfx) (gpio_get_value(pfx)) argument
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 52 #define REGS_STR_PFX(buf, pfx, num) \ argument 55 sprintf(buf, #pfx "%i_", num) : \ 56 sprintf(buf, #pfx "_")); \ 58 #define REGS_STR_PFX_C(buf, pfx, num) \ argument 61 sprintf(buf, #pfx "%c_", 'A' + num) : \ 62 sprintf(buf, #pfx "_")); \ 209 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma() argument 214 _buf = buf + sprintf(buf, "%s_%c%i_", pfx, mdma, num); in bfin_debug_mmrs_dma() 216 _buf = buf + sprintf(buf, "%s%i_", pfx, num); in bfin_debug_mmrs_dma() 229 if (strcmp(pfx, "IMDMA") != 0) in bfin_debug_mmrs_dma() [all …]
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_io.c | 398 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump() argument 400 SNIC_INFO("%s Dumping Data of Len = %d\n", pfx, len); in snic_hex_dump() 401 print_hex_dump_bytes(pfx, DUMP_PREFIX_NONE, data, len); in snic_hex_dump()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_auto_parser.c | 641 const char *pfx = check_output_pfx(codec, nid); in get_hp_label_index() local 647 if (pfx == check_output_pfx(codec, pins[j])) in get_hp_label_index() 660 const char *pfx, *sfx = ""; in fill_audio_out_name() local 665 pfx = check_output_pfx(codec, nid); in fill_audio_out_name() 683 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
|
D | hda_generic.c | 387 const char *pfx, struct nid_path *path) in print_nid_path() argument 399 codec_dbg(codec, "%s path: depth=%d '%s'\n", pfx, path->depth, buf); in print_nid_path() 1011 const char *pfx, const char *dir, in add_control_with_pfx() argument 1015 snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx() 1021 #define add_pb_vol_ctrl(spec, type, pfx, val) \ argument 1022 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val) 1023 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument 1024 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val) 1025 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \ argument 1026 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val) [all …]
|
D | patch_ca0132.c | 3909 const char *pfx, int dir) in add_fx_switch() argument 3915 sprintf(namestr, "%s %s Switch", pfx, dirstr[dir]); in add_fx_switch()
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 390 static inline void ipv6_addr_prefix(struct in6_addr *pfx, in ipv6_addr_prefix() argument 398 memset(pfx->s6_addr, 0, sizeof(pfx->s6_addr)); in ipv6_addr_prefix() 399 memcpy(pfx->s6_addr, addr, o); in ipv6_addr_prefix() 401 pfx->s6_addr[o] = addr->s6_addr[o] & (0xff00 >> b); in ipv6_addr_prefix()
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 101 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show() argument 105 pfx, cfg->pll.frequency, cfg->freq.fclk, cfg->freq.armclk, in s3c_cpufreq_show()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 140 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local 142 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-recv %s %d ", in isac_empty_fifo() 144 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_empty_fifo() 178 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local 180 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ", in isac_fill_fifo() 182 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_fill_fifo()
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 1296 static int snd_ac97_cmix_new_stereo(struct snd_card *card, const char *pfx, in snd_ac97_cmix_new_stereo() argument 1308 sprintf(name, "%s Switch", pfx); in snd_ac97_cmix_new_stereo() 1316 sprintf(name, "%s Volume", pfx); in snd_ac97_cmix_new_stereo() 1323 #define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \ argument 1324 snd_ac97_cmix_new_stereo(card, pfx, reg, 0, acheck, ac97)
|
/linux-4.4.14/fs/ |
D | locks.c | 2539 loff_t id, char *pfx) in lock_get_status() argument 2552 seq_printf(f, "%lld:%s ", id, pfx); in lock_get_status()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 2391 pfarg_is_sane(struct task_struct *task, pfarg_context_t *pfx) in pfarg_is_sane() argument 2397 ctx_flags = pfx->ctx_flags; in pfarg_is_sane()
|