Searched refs:__stringify (Results 1 - 200 of 270) sorted by relevance

12

/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
H A Dstringify.h5 #define __stringify(x...) __stringify_1(x) macro
/linux-4.4.14/include/linux/
H A Dstringify.h5 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO)
10 #define __stringify(x...) __stringify_1(x) macro
H A Dmiscdevice.h74 MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR) \
75 "-" __stringify(minor))
H A Dnet.h294 MODULE_ALIAS("net-pf-" __stringify(proto))
297 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto))
300 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
301 "-type-" __stringify(type))
304 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
H A Dmmdebug.h22 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
H A Dsysfs.h101 .attr = {.name = __stringify(_name), \
108 .attr = {.name = __stringify(_name), \
115 .attr = { .name = __stringify(_name), .mode = S_IRUGO }, \
120 .attr = { .name = __stringify(_name), .mode = S_IWUSR }, \
131 .attr = {.name = __stringify(_name), .mode = _mode, \
181 .attr = { .name = __stringify(_name), .mode = _mode }, \
188 .attr = { .name = __stringify(_name), .mode = S_IRUGO }, \
H A Dconfigfs.h134 .ca_name = __stringify(_name), \
143 .ca_name = __stringify(_name), \
151 .ca_name = __stringify(_name), \
H A Dnls.h105 #define MODULE_ALIAS_NLS(name) MODULE_ALIAS("nls_" __stringify(name))
H A Dnd.h144 MODULE_ALIAS("nd:t" __stringify(type) "*")
H A Dtimer.h75 __FILE__ ":" __stringify(__LINE__)) \
H A Dmodule.h224 __attribute__ ((unused, alias(__stringify(name))))
767 #define __MODULE_STRING(x) __stringify(x)
H A Dtty_ldisc.h231 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))
H A Dgenl_magic_func.h264 .name = __stringify(GENL_MAGIC_FAMILY),
H A Dblkdev.h1462 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor))
1464 MODULE_ALIAS("block-major-" __stringify(major) "-*")
H A Dserial_core.h354 = { .name = __stringify(_name), \
H A Dkernel.h591 * whether or not there are args. __stringify((__VA_ARGS__)) will
601 char _______STR[] = __stringify((__VA_ARGS__)); \
H A Ddevice.h1300 MODULE_ALIAS("char-major-" __stringify(major) "-" __stringify(minor))
1302 MODULE_ALIAS("char-major-" __stringify(major) "-*")
/linux-4.4.14/arch/powerpc/boot/
H A Dreg.h20 #define __stringify(x) __stringify_1(x) macro
23 asm volatile("mfspr %0," __stringify(rn) \
25 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v))
/linux-4.4.14/arch/powerpc/perf/req-gen/
H A D_begin.h5 #define CAT2_STR_(t, s) __stringify(t/s)
H A Dperf.h115 "request=" __stringify(r_value) "," \
118 __stringify(COUNTER_INFO_VERSION_CURRENT) "," \
/linux-4.4.14/arch/x86/include/asm/
H A Dsmap.h31 ALTERNATIVE "", __stringify(__ASM_CLAC), X86_FEATURE_SMAP
34 ALTERNATIVE "", __stringify(__ASM_STAC), X86_FEATURE_SMAP
52 alternative("", __stringify(__ASM_CLAC), X86_FEATURE_SMAP); clac()
58 alternative("", __stringify(__ASM_STAC), X86_FEATURE_SMAP); stac()
63 ALTERNATIVE("", __stringify(__ASM_CLAC), X86_FEATURE_SMAP)
65 ALTERNATIVE("", __stringify(__ASM_STAC), X86_FEATURE_SMAP)
H A Djump_label.h22 ".byte " __stringify(STATIC_KEY_INIT_NOP) "\n\t" arch_static_branch()
H A Dlinkage.h55 #define __ALIGN_STR __stringify(__ALIGN)
H A Dlguest_hcall.h52 asm volatile("int $" __stringify(LGUEST_TRAP_ENTRY) hcall()
H A Dspecial_insns.h198 alternative_io(".byte " __stringify(NOP_DS_PREFIX) "; clflush %P0", clflushopt()
209 ".byte " __stringify(NOP_DS_PREFIX) "; clflush (%[pax])", clwb()
H A Dnops.h93 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n"
H A Dcpufeature.h471 /* Open-coded due to __stringify() in ALTERNATIVE() */ __static_cpu_has()
541 /* Open-coded due to __stringify() in ALTERNATIVE() */ _static_cpu_has_safe()
H A Dalternative.h125 " .word " __stringify(feature) "\n" /* feature bit */ \
H A Dpercpu.h48 #define __percpu_prefix "%%"__stringify(__percpu_seg)":"
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg.h10 #define __stringify(x) __stringify_1(x) macro
13 asm volatile("mfspr %0," __stringify(rn) \
15 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dsputrace.h30 trace_spufs_context(ctx, spu, __stringify(name))
32 trace_spufs_context(ctx, NULL, __stringify(name))
/linux-4.4.14/arch/ia64/include/asm/
H A Dmodule.h30 "gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
/linux-4.4.14/arch/xtensa/include/asm/
H A Dmodule.h16 #define MODULE_ARCH_VERMAGIC "xtensa-" __stringify(XCHAL_CORE_ID) " "
H A Dtimex.h48 #define WSR_CCOMPARE(x,r) asm volatile ("wsr %0,"__stringify(SREG_CCOMPARE)"+"__stringify(x) :: "a"(r))
49 #define RSR_CCOMPARE(x,r) asm volatile ("rsr %0,"__stringify(SREG_CCOMPARE)"+"__stringify(x) : "=a"(r))
H A Dirqflags.h33 "bgei %1, "__stringify(LOCKLEVEL)", 1f\t\n" arch_local_irq_save()
34 "rsil %0, "__stringify(LOCKLEVEL)"\n" arch_local_irq_save()
45 asm volatile("rsil %0, "__stringify(LOCKLEVEL) arch_local_irq_save()
H A Dtraps.h45 " .rept (" __stringify(XCHAL_NUM_AREGS) " - 16) / 12\n" spill_registers()
H A Dcacheasm.h114 __loop_cache_all \ar \at dii __stringify(DCACHE_WAY_SIZE) \
124 __loop_cache_all \ar \at iii __stringify(ICACHE_WAY_SIZE) \
H A Dcmpxchg.h37 " rsil a15, "__stringify(TOPLEVEL)"\n" __cmpxchg_u32()
126 " rsil a15, "__stringify(TOPLEVEL)"\n" xchg_u32()
H A Datomic.h109 " rsil a15, "__stringify(TOPLEVEL)"\n"\
127 " rsil a15,"__stringify(TOPLEVEL)"\n" \
H A Dprocessor.h216 #define WSR(v,sr) __asm__ __volatile__ ("wsr %0,"__stringify(sr) :: "a"(v));
217 #define RSR(v,sr) __asm__ __volatile__ ("rsr %0,"__stringify(sr) : "=a"(v));
/linux-4.4.14/arch/s390/include/asm/
H A Dlinkage.h7 #define __ALIGN_STR __stringify(__ALIGN)
H A Djump_label.h17 asm_volatile_goto("0: brcl 0,"__stringify(JUMP_LABEL_NOP_OFFSET)"\n" arch_static_branch()
/linux-4.4.14/arch/arm64/include/asm/
H A Darch_gicv3.h91 asm volatile("msr_s " __stringify(ICC_EOIR1_EL1) ", %0" : : "r" ((u64)irq)); gic_write_eoir()
97 asm volatile("msr_s " __stringify(ICC_DIR_EL1) ", %0" : : "r" ((u64)irq)); gic_write_dir()
105 asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat)); gic_read_iar_common()
123 "mrs_s %0, " __stringify(ICC_IAR1_EL1) "\n\t" gic_read_iar_cavium_thunderx()
133 asm volatile("msr_s " __stringify(ICC_PMR_EL1) ", %0" : : "r" ((u64)val)); gic_write_pmr()
138 asm volatile("msr_s " __stringify(ICC_CTLR_EL1) ", %0" : : "r" ((u64)val)); gic_write_ctlr()
144 asm volatile("msr_s " __stringify(ICC_GRPEN1_EL1) ", %0" : : "r" ((u64)val)); gic_write_grpen1()
150 asm volatile("msr_s " __stringify(ICC_SGI1R_EL1) ", %0" : : "r" (val)); gic_write_sgi1r()
157 asm volatile("mrs_s %0, " __stringify(ICC_SRE_EL1) : "=r" (val)); gic_read_sre()
163 asm volatile("msr_s " __stringify(ICC_SRE_EL1) ", %0" : : "r" ((u64)val)); gic_write_sre()
H A Dlse.h28 #define __LL_SC_CALL(op) "bl\t" __stringify(__LL_SC_PREFIX(op)) "\n"
H A Dalternative.h27 " .hword " __stringify(feature) "\n" /* feature bit */ \
46 ".if "__stringify(cfg_enabled)" == 1\n" \
/linux-4.4.14/arch/arm/include/asm/
H A Darch_gicv3.h105 asm volatile("mcr " __stringify(ICC_EOIR1) : : "r" (irq)); gic_write_eoir()
111 asm volatile("mcr " __stringify(ICC_DIR) : : "r" (val)); gic_write_dir()
119 asm volatile("mrc " __stringify(ICC_IAR1) : "=r" (irqstat)); gic_read_iar()
125 asm volatile("mcr " __stringify(ICC_PMR) : : "r" (val)); gic_write_pmr()
130 asm volatile("mcr " __stringify(ICC_CTLR) : : "r" (val)); gic_write_ctlr()
136 asm volatile("mcr " __stringify(ICC_IGRPEN1) : : "r" (val)); gic_write_grpen1()
142 asm volatile("mcrr " __stringify(ICC_SGI1R) : : "r" (val)); gic_write_sgi1r()
149 asm volatile("mrc " __stringify(ICC_SRE) : "=r" (val)); gic_read_sre()
155 asm volatile("mcr " __stringify(ICC_SRE) : : "r" (val)); gic_write_sre()
H A Dmodule.h38 #define MODULE_ARCH_VERMAGIC_ARMVSN "ARMv" __stringify(__LINUX_ARM_ARCH__) " "
H A Dopcodes.h225 #define ___inst_arm(x) ".long " __stringify(x) "\n\t"
226 #define ___inst_thumb16(x) ".short " __stringify(x) "\n\t"
228 ".short " __stringify(first) ", " __stringify(second) "\n\t"
H A Dcputype.h90 asm("mrc p15, 0, %0, c0, c0, " __stringify(reg) \
H A Dcacheflush.h468 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
471 "bl v7_flush_dcache_"__stringify(level)" \n\t" \
/linux-4.4.14/drivers/power/reset/
H A Dat91-reset.c65 "str %2, [%0, #" __stringify(AT91_SDRAMC_TR) "]\n\t" at91sam9260_restart()
68 "str %3, [%0, #" __stringify(AT91_SDRAMC_LPR) "]\n\t" at91sam9260_restart()
71 "str %4, [%1, #" __stringify(AT91_RSTC_CR) "]\n\t" at91sam9260_restart()
105 "1: str %3, [%0, #" __stringify(AT91_DDRSDRC_RTR) "]\n\t" at91sam9g45_restart()
107 " str %4, [%0, #" __stringify(AT91_DDRSDRC_LPR) "]\n\t" at91sam9g45_restart()
109 " strne %3, [%1, #" __stringify(AT91_DDRSDRC_RTR) "]\n\t" at91sam9g45_restart()
111 " strne %4, [%1, #" __stringify(AT91_DDRSDRC_LPR) "]\n\t" at91sam9g45_restart()
113 " str %5, [%2, #" __stringify(AT91_RSTC_CR) "]\n\t" at91sam9g45_restart()
/linux-4.4.14/arch/unicore32/include/asm/
H A Dcputype.h23 asm("movc %0, p0.c0, #" __stringify(reg) \
/linux-4.4.14/arch/mips/lib/
H A Dmips-atomic.c50 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_disable()
76 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_save()
104 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_restore()
131 " " __stringify(__irq_disable_hazard) " \n" __arch_local_irq_restore()
H A Ddelay.c32 " " __stringify(LONG_SUBU) " %0, %1 \n" __delay()
/linux-4.4.14/arch/frv/include/asm/
H A Dmodule.h19 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
/linux-4.4.14/sound/pci/asihpi/
H A Dhpidebug.h43 #define FILE_LINE SOURCEFILE_NAME ":" __stringify(__LINE__) " "
45 #define FILE_LINE __FILE__ ":" __stringify(__LINE__) " "
52 "ASSERT " __stringify(expression)); \
84 FILE_LINE __stringify(level)); \
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dbug.h35 __asm__ __volatile__ ("clear.d [" __stringify(BUG_MAGIC) "]\n\t"\
46 __asm__ __volatile__ ("clear.d [" __stringify(BUG_MAGIC) "]\n\t"\
47 "movu.w " __stringify(__LINE__) ",$r0\n\t"\
/linux-4.4.14/arch/mips/include/asm/
H A Dhazards.h319 __stringify(___ssnop) \
326 __stringify(___ehb) \
334 __stringify(__mtc0_tlbw_hazard) \
342 __stringify(__mtc0_tlbr_hazard) \
350 __stringify(__tlbw_use_hazard) \
358 __stringify(__tlb_read_hazard) \
366 __stringify(__tlb_probe_hazard) \
374 __stringify(__irq_enable_hazard) \
382 __stringify(__irq_disable_hazard) \
390 __stringify(__back_to_back_c0_hazard) \
398 __stringify(__enable_fpu_hazard) \
406 __stringify(__disable_fpu_hazard) \
H A Dirqflags.h29 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_disable()
46 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_save()
80 " " __stringify(__irq_disable_hazard) " \n" arch_local_irq_restore()
110 " " __stringify(__irq_disable_hazard) " \n" __arch_local_irq_restore()
138 " " __stringify(__irq_enable_hazard) " \n" arch_local_irq_enable()
H A Dr4kcache.h349 " "__stringify(LONG_ADDIU)" $1, %0, 0x100 \n" \
373 " "__stringify(LONG_ADDIU)" $1, %0, 0x100 \n" \
378 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
383 " "__stringify(LONG_ADDIU)" $1, $1, 0x100\n" \
401 " "__stringify(LONG_ADDIU)" $1, %0, 0x100 \n" \
404 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
407 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
410 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
413 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
416 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
419 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
434 " "__stringify(LONG_ADDIU)" $1, %0, 0x100 \n" \
436 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
438 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
440 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
442 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
444 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
446 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
448 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
450 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
452 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
454 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
456 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
458 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
460 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
462 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
464 " "__stringify(LONG_ADDIU)" $1, $1, 0x100 \n" \
/linux-4.4.14/drivers/crypto/caam/
H A Dkey_gen.c94 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", gen_split_key()
96 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", gen_split_key()
109 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", gen_split_key()
H A Dcaamhash.c354 "ahash update shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc()
373 "ahash update first shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc()
390 print_hex_dump(KERN_ERR, "ahash final shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc()
408 print_hex_dump(KERN_ERR, "ahash finup shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc()
428 "ahash digest shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc()
489 print_hex_dump(KERN_ERR, "key_in@"__stringify(__LINE__)": ", hash_digest_key()
491 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", hash_digest_key()
505 "digested key@"__stringify(__LINE__)": ", hash_digest_key()
556 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", ahash_setkey()
572 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", ahash_setkey()
660 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done()
664 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done()
695 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_bi()
699 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_bi()
730 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_ctx_src()
734 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_ctx_src()
765 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_ctx_dst()
769 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_ctx_dst()
870 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_ctx()
890 print_hex_dump(KERN_ERR, "buf@"__stringify(__LINE__)": ", ahash_update_ctx()
892 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_ctx()
968 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_final_ctx()
1056 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_finup_ctx()
1132 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_digest()
1194 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_final_no_ctx()
1290 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_no_ctx()
1313 print_hex_dump(KERN_ERR, "buf@"__stringify(__LINE__)": ", ahash_update_no_ctx()
1315 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_no_ctx()
1390 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_finup_no_ctx()
1488 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_first()
1513 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_first()
H A Dcaamalg.c336 "aead null enc shdesc@"__stringify(__LINE__)": ", aead_null_set_sh_desc()
421 "aead null dec shdesc@"__stringify(__LINE__)": ", aead_null_set_sh_desc()
527 print_hex_dump(KERN_ERR, "aead enc shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc()
597 print_hex_dump(KERN_ERR, "aead dec shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc()
705 print_hex_dump(KERN_ERR, "aead givenc shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc()
826 print_hex_dump(KERN_ERR, "gcm enc shdesc@"__stringify(__LINE__)": ", gcm_set_sh_desc()
907 print_hex_dump(KERN_ERR, "gcm dec shdesc@"__stringify(__LINE__)": ", gcm_set_sh_desc()
1005 print_hex_dump(KERN_ERR, "rfc4106 enc shdesc@"__stringify(__LINE__)": ", rfc4106_set_sh_desc()
1079 print_hex_dump(KERN_ERR, "rfc4106 dec shdesc@"__stringify(__LINE__)": ", rfc4106_set_sh_desc()
1178 print_hex_dump(KERN_ERR, "rfc4543 enc shdesc@"__stringify(__LINE__)": ", rfc4543_set_sh_desc()
1256 print_hex_dump(KERN_ERR, "rfc4543 dec shdesc@"__stringify(__LINE__)": ", rfc4543_set_sh_desc()
1310 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", aead_setkey()
1329 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", aead_setkey()
1356 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", gcm_setkey()
1389 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", rfc4106_setkey()
1428 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", rfc4543_setkey()
1476 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", ablkcipher_setkey()
1560 "ablkcipher enc shdesc@"__stringify(__LINE__)": ", ablkcipher_setkey()
1623 "ablkcipher dec shdesc@"__stringify(__LINE__)": ", ablkcipher_setkey()
1700 "ablkcipher givenc shdesc@" __stringify(__LINE__) ": ", ablkcipher_setkey()
1773 "xts ablkcipher enc shdesc@" __stringify(__LINE__) ": ", xts_ablkcipher_setkey()
1821 "xts ablkcipher dec shdesc@" __stringify(__LINE__) ": ", xts_ablkcipher_setkey()
1981 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", ablkcipher_encrypt_done()
1984 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", ablkcipher_encrypt_done()
2013 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", ablkcipher_decrypt_done()
2016 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", ablkcipher_decrypt_done()
2173 print_hex_dump(KERN_ERR, "presciv@"__stringify(__LINE__)": ", init_ablkcipher_job()
2176 print_hex_dump(KERN_ERR, "src @"__stringify(__LINE__)": ", init_ablkcipher_job()
2230 print_hex_dump(KERN_ERR, "presciv@" __stringify(__LINE__) ": ", init_ablkcipher_giv_job()
2233 print_hex_dump(KERN_ERR, "src @" __stringify(__LINE__) ": ", init_ablkcipher_giv_job()
2391 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", gcm_encrypt()
2435 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", aead_encrypt()
2470 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", gcm_decrypt()
2512 print_hex_dump(KERN_ERR, "dec src@"__stringify(__LINE__)": ", aead_decrypt()
2520 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", aead_decrypt()
2641 print_hex_dump(KERN_ERR, "ablkcipher sec4_sg@"__stringify(__LINE__)": ", ablkcipher_edesc_alloc()
2670 print_hex_dump(KERN_ERR, "ablkcipher jobdesc@"__stringify(__LINE__)": ", ablkcipher_encrypt()
2708 print_hex_dump(KERN_ERR, "ablkcipher jobdesc@"__stringify(__LINE__)": ", ablkcipher_decrypt()
2818 "ablkcipher sec4_sg@" __stringify(__LINE__) ": ", ablkcipher_giv_edesc_alloc()
2849 "ablkcipher jobdesc@" __stringify(__LINE__) ": ", ablkcipher_givencrypt()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h33 __stringify(MAJOR_VERSION_REQ) \
34 "." __stringify(FIRMWARE_MINOR_IDX_MAX) ".0.fw"
36 __stringify(MAJOR_VERSION_REQ) \
37 "." __stringify(FIRMWARE_MINOR_IDX_MAX) ".0.fw"
/linux-4.4.14/arch/mn10300/include/asm/
H A Dmodule.h20 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
/linux-4.4.14/arch/blackfin/include/asm/
H A Dearly_printk.h26 early_shadow_puts(__FILE__ " : " __stringify(__LINE__) " ["); \
/linux-4.4.14/tools/perf/arch/powerpc/util/
H A Dheader.c11 asm volatile("mfspr %0," __stringify(rn) \
/linux-4.4.14/drivers/w1/slaves/
H A Dw1_smem.c37 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_01));
38 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_81));
H A Dw1_therm.c40 MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18S20));
41 MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1822));
42 MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18B20));
43 MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1825));
44 MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS28EA00));
H A Dw1_bq27000.c115 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_BQ27000));
H A Dw1_ds2413.c26 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2413));
H A Dw1_ds2423.c158 MODULE_ALIAS("w1-family-" __stringify(W1_COUNTER_DS2423));
H A Dw1_ds2780.c191 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2780));
H A Dw1_ds2781.c189 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2781));
H A Dw1_ds2760.c206 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2760));
H A Dw1_ds2408.c25 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2408));
H A Dw1_ds2431.c308 MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2431));
H A Dw1_ds2433.c32 MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2433));
H A Dw1_ds28e04.c30 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS28E04));
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dtest-core.h125 ".byte "__stringify(ARG_TYPE_REG)" \n\t" \
131 ".byte "__stringify(ARG_TYPE_PTR)" \n\t" \
137 ".byte "__stringify(ARG_TYPE_MEM)" \n\t" \
143 ".byte "__stringify(ARG_TYPE_REG_MASKED)" \n\t" \
149 ".byte "__stringify(ARG_TYPE_END)" \n\t" \
224 TEST_ARG_END("|"__stringify(ARG_FLAG_UNSUPPORTED)) \
230 TEST_ARG_END("|"__stringify(ARG_FLAG_SUPPORTED)) \
390 TEST_INSTRUCTION(code1 __stringify(reg) code2) \
400 TEST_INSTRUCTION(code1 __stringify(reg1) code2 __stringify(reg2) code3) \
H A Dtest-thumb.c161 "3: .word "__stringify(VAL1)) kprobe_thumb16_test_cases()
165 "3: .word "__stringify(VAL2)) kprobe_thumb16_test_cases()
221 TEST("add sp, #"__stringify(TEST_MEMORY_SIZE)) /* Assumes TEST_MEMORY_SIZE < 0x400 */ kprobe_thumb16_test_cases()
404 "3: .word "__stringify(VAL1)" \n\t" kprobe_thumb32_test_cases()
405 " .word "__stringify(VAL2)) kprobe_thumb32_test_cases()
420 TEST_RRP("strd r",6, VAL1,", r",7, VAL2,", [r",13, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") kprobe_thumb32_test_cases()
421 TEST_UNSUPPORTED("strd r6, r7, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_thumb32_test_cases()
422 TEST_RRP("strd r",4, VAL1,", r",5, VAL2,", [r",14, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_thumb32_test_cases()
831 TEST_RP( "str"size" r",6, VAL1,", [r",13, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") \ kprobe_thumb32_test_cases()
832 TEST_UNSUPPORTED("str"size" r6, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") \ kprobe_thumb32_test_cases()
833 TEST_RP( "str"size" r",4, VAL2,", [r",12, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") \ kprobe_thumb32_test_cases()
874 "3: .word "__stringify(VAL1)) \ kprobe_thumb32_test_cases()
877 "3: .word "__stringify(VAL2)) \ kprobe_thumb32_test_cases()
H A Dtest-arm.c510 TEST_RP( "strh r",3, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") kprobe_arm_test_cases()
511 TEST_UNSUPPORTED("strh r3, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_arm_test_cases()
512 TEST_RP( "strh r",4, VAL1,", [r",14,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_arm_test_cases()
603 TEST_RP( "strd r",6, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") kprobe_arm_test_cases()
604 TEST_UNSUPPORTED("strd r6, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_arm_test_cases()
605 TEST_RP( "strd r",4, VAL1,", [r",12,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") kprobe_arm_test_cases()
654 TEST_RP( "str"byte" r",3, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") \ kprobe_arm_test_cases()
655 TEST_UNSUPPORTED("str"byte" r3, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") \ kprobe_arm_test_cases()
656 TEST_RP( "str"byte" r",4, VAL1,", [r",10,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") \ kprobe_arm_test_cases()
H A Dopt-arm.c77 " tst r1, #"__stringify(PSR_T_BIT)"\n"
H A Dtest-core.c980 "sub sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t" __kprobes_test_case_start()
998 "add sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t" __kprobes_test_case_end_32()
1014 "add sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t" __kprobes_test_case_end_16()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_module.c141 MODULE_VERSION(__stringify(KFD_DRIVER_MAJOR) "."
142 __stringify(KFD_DRIVER_MINOR) "."
143 __stringify(KFD_DRIVER_PATCHLEVEL));
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-2000.c57 #define IWL2030_MODULE_FIRMWARE(api) IWL2030_FW_PRE __stringify(api) ".ucode"
60 #define IWL2000_MODULE_FIRMWARE(api) IWL2000_FW_PRE __stringify(api) ".ucode"
63 #define IWL105_MODULE_FIRMWARE(api) IWL105_FW_PRE __stringify(api) ".ucode"
66 #define IWL135_MODULE_FIRMWARE(api) IWL135_FW_PRE __stringify(api) ".ucode"
H A Diwl-1000.c50 #define IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE __stringify(api) ".ucode"
53 #define IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE __stringify(api) ".ucode"
H A Diwl-6000.c67 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE __stringify(api) ".ucode"
70 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE __stringify(api) ".ucode"
73 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE __stringify(api) ".ucode"
76 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE __stringify(api) ".ucode"
H A Diwl-7000.c105 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode"
108 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode"
111 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode"
114 #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE __stringify(api) ".ucode"
H A Diwl-5000.c52 #define IWL5000_MODULE_FIRMWARE(api) IWL5000_FW_PRE __stringify(api) ".ucode"
55 #define IWL5150_MODULE_FIRMWARE(api) IWL5150_FW_PRE __stringify(api) ".ucode"
H A Diwl-8000.c94 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
/linux-4.4.14/kernel/trace/
H A Dtrace_export.c96 char *type_str = #type"["__stringify(len)"]"; \
160 #define F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args)
167 .system = __stringify(TRACE_SYSTEM), \
H A Dtrace_selftest.c200 func1_name = "*" __stringify(DYN_FTRACE_TEST_NAME); trace_selftest_ops()
201 func2_name = "*" __stringify(DYN_FTRACE_TEST_NAME2); trace_selftest_ops()
347 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); trace_selftest_startup_dynamic_tracing()
473 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); trace_selftest_function_recursion()
582 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); trace_selftest_function_regs()
H A Dtrace_probe.h200 #define DEFAULT_FETCH_TYPE_STR __stringify(DEFAULT_FETCH_TYPE)
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dnfnetlink.h46 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
/linux-4.4.14/arch/hexagon/include/asm/
H A Dmodule.h24 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
/linux-4.4.14/drivers/media/pci/dt3155/
H A Ddt3155.h31 #define DT3155_VERSION __stringify(DT3155_VER_MAJ) "." \
32 __stringify(DT3155_VER_MIN) "." \
33 __stringify(DT3155_VER_EXT)
/linux-4.4.14/include/net/netfilter/
H A Dnf_log.h69 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
H A Dnf_tables.h897 MODULE_ALIAS("nft-afinfo-" __stringify(family))
900 MODULE_ALIAS("nft-chain-" __stringify(family) "-" name)
903 MODULE_ALIAS("nft-expr-" __stringify(family) "-" name)
/linux-4.4.14/arch/powerpc/include/asm/
H A Dreg_fsl_emb.h12 asm volatile("mfpmr %0," __stringify(rn) \
14 #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v))
H A Ddcr-native.h67 asm volatile("mfdcr %0," __stringify(rn) \
78 asm volatile("mtdcr " __stringify(rn) ",%0" \
H A Dreg.h1194 #define __mtmsrd(v, l) asm volatile("mtmsrd %0," __stringify(l) \
1204 asm volatile("mfspr %0," __stringify(rn) \
1206 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \
/linux-4.4.14/arch/sh/include/asm/
H A Dptrace.h33 {.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])}
35 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
H A Dqede.h30 #define DRV_MODULE_VERSION __stringify(QEDE_MAJOR_VERSION) "." \
31 __stringify(QEDE_MINOR_VERSION) "." \
32 __stringify(QEDE_REVISION_VERSION) "." \
33 __stringify(QEDE_ENGINEERING_VERSION)
/linux-4.4.14/fs/ext4/
H A Dsysfs.c129 .attr = {.name = __stringify(_name), .mode = _mode }, \
139 .attr = {.name = __stringify(_name), .mode = _mode }, \
155 .attr = {.name = __stringify(_name), .mode = _mode }, \
370 { __stringify(name), &ext4_seq_##name##_fops }
/linux-4.4.14/samples/bpf/
H A Dtracex5_kern.c13 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F
H A Dsockex3_kern.c19 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F
/linux-4.4.14/fs/btrfs/
H A Dsysfs.h18 .attr = { .name = __stringify(_name), .mode = _mode }, \
/linux-4.4.14/usr/
H A Dinitramfs_data.S29 .incbin __stringify(INITRAMFS_IMAGE)
/linux-4.4.14/drivers/pinctrl/sh-pfc/
H A Dsh_pfc.h253 .name = __stringify(_name), \
291 .name = __stringify(GPIO_##_pin), \
299 .name = __stringify(PORT##_pin), \
308 .name = __stringify(PIN_##_name), \
323 .name = __stringify(gpio), \
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_def.h55 __FILE__, __LINE__, __stringify(x)); \
/linux-4.4.14/drivers/firmware/
H A Ddcdbas.h68 .attr = { .name = __stringify(_name), \
H A Ddmi-sysfs.c57 .attr = {.name = __stringify(_name), .mode = 0400}, \
74 .attr = {.name = __stringify(_name), .mode = 0400}, \
/linux-4.4.14/include/linux/netfilter/
H A Dnfnetlink.h70 MODULE_ALIAS("nfnetlink-subsys-" __stringify(subsys))
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Dplatform.c89 .name = "SB1250 MAC " __stringify(num), \
/linux-4.4.14/drivers/media/firewire/
H A Dfiredtv-avc.c123 ": READ DESCRIPTOR = " __stringify(AVC_DEBUG_READ_DESCRIPTOR)
124 ", DSIT = " __stringify(AVC_DEBUG_DSIT)
125 ", REGISTER_REMOTE_CONTROL = " __stringify(AVC_DEBUG_REGISTER_REMOTE_CONTROL)
126 ", LNB CONTROL = " __stringify(AVC_DEBUG_LNB_CONTROL)
127 ", TUNE QPSK = " __stringify(AVC_DEBUG_TUNE_QPSK)
128 ", TUNE QPSK2 = " __stringify(AVC_DEBUG_TUNE_QPSK2)
129 ", HOST2CA = " __stringify(AVC_DEBUG_HOST2CA)
130 ", CA2HOST = " __stringify(AVC_DEBUG_CA2HOST)
131 "; Application sent PMT = " __stringify(AVC_DEBUG_APPLICATION_PMT)
132 ", FCP payloads = " __stringify(AVC_DEBUG_FCP_PAYLOADS)
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dcmm.c75 "[Default=" __stringify(CMM_DEFAULT_DELAY) "]");
79 "[Default=" __stringify(CMM_HOTPLUG_DELAY) "]");
82 "[Default=" __stringify(CMM_OOM_KB) "]");
85 "[Default=" __stringify(CMM_MIN_MEM_MB) "]");
88 "[Default=" __stringify(CMM_DEBUG) "]");
736 "[Default=" __stringify(CMM_DISABLE) "]");
H A Dmobility.c350 static CLASS_ATTR_STRING(api_version, S_IRUGO, __stringify(MIGRATION_API_VERSION));
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dadf_common_drv.h59 #define ADF_DRV_VERSION __stringify(ADF_MAJOR_VERSION) "." \
60 __stringify(ADF_MINOR_VERSION) "." \
61 __stringify(ADF_BUILD_VERSION)
/linux-4.4.14/drivers/net/bonding/
H A Dbond_sysfs_slave.c24 .attr = {.name = __stringify(_name), \
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-driver.c189 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_TS_BUFFERS));
192 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_TS_BUFSIZE));
198 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_MPG_BUFFERS));
201 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_MPG_BUFSIZE));
216 "\t\t\tDefault: " __stringify(CX18_MAX_FW_MDLS_PER_STREAM));
219 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_YUV_BUFFERS));
230 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_VBI_BUFFERS));
236 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_PCM_BUFFERS));
239 "\t\t\tDefault: " __stringify(CX18_DEFAULT_ENC_PCM_BUFSIZE));
/linux-4.4.14/sound/core/
H A Dhrtimer.c33 MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_HRTIMER));
H A Drtctimer.c185 MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_RTC));
/linux-4.4.14/include/sound/
H A Dminors.h108 MODULE_ALIAS("sound-service-?-" __stringify(type))
/linux-4.4.14/include/trace/
H A Ddefine_trace.h75 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
H A Dtrace_events.h32 __stringify(TRACE_SYSTEM)
384 char *type_str = #type"["__stringify(len)"]"; \
718 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args)
/linux-4.4.14/arch/arm/mach-netx/
H A Dtime.c81 .name = "netx-timer" __stringify(TIMER_CLOCKEVENT),
/linux-4.4.14/drivers/uio/
H A Duio_dmem_genirq.c221 __stringify(MAX_UIO_MAPS) uio_dmem_genirq_probe()
238 __stringify(MAX_UIO_MAPS) uio_dmem_genirq_probe()
H A Duio_pdrv_genirq.c169 __stringify(MAX_UIO_MAPS) uio_pdrv_genirq_probe()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dptlrpc_internal.h221 sizeof(NRS_LPROCFS_QUANTUM_NAME_REG __stringify(LPROCFS_NRS_QUANTUM_MAX) " " \
222 NRS_LPROCFS_QUANTUM_NAME_HP __stringify(LPROCFS_NRS_QUANTUM_MAX))
/linux-4.4.14/arch/arm/mach-exynos/
H A Dmcpm-exynos.c46 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
49 "bl v7_flush_dcache_"__stringify(level)"\n\t" \
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_sysfs.c111 __stringify(CORE_MAJOR) "."
112 __stringify(CORE_MINOR) "."
113 __stringify(CORE_PATCHLEVEL) " "
/linux-4.4.14/drivers/input/mouse/
H A Dpsmouse.h140 .name = __stringify(_name), \
/linux-4.4.14/drivers/iommu/
H A Domap-iommu-debug.c38 bytes = snprintf(p, maxcol, str, __stringify(name), \
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c148 d = debugfs_create_file(__stringify(name), \
/linux-4.4.14/arch/m32r/include/asm/
H A Dassembler.h19 #define __STR(x) __stringify(x)
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-driver.c246 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_MPG_BUFFERS));
249 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_YUV_BUFFERS));
252 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_VBI_BUFFERS));
255 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_PCM_BUFFERS));
258 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_DEC_MPG_BUFFERS));
261 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_DEC_YUV_BUFFERS));
264 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_DEC_VBI_BUFFERS));
272 "\t\t\tDefault: " __stringify(IVTV_DEFAULT_I2C_CLOCK_PERIOD));
/linux-4.4.14/drivers/media/pci/meye/
H A Dmeye.h36 #define MEYE_DRIVER_VERSION __stringify(MEYE_DRIVER_MAJORVERSION) "." \
37 __stringify(MEYE_DRIVER_MINORVERSION)
/linux-4.4.14/arch/unicore32/mm/
H A Dalignment.c472 __asm__ __volatile__("MTF %0, F" __stringify(n) \ do_alignment()
488 __asm__ __volatile__("MFF %0, F" __stringify(n) \ do_alignment()
/linux-4.4.14/net/batman-adv/
H A Ddebugfs.c357 .attr = { .name = __stringify(_name), \
417 .name = __stringify(_name), \
H A Dsysfs.c126 .attr = {.name = __stringify(_name), \
135 .attr = {.name = __stringify(_name), \
/linux-4.4.14/tools/perf/util/
H A Dutil.h142 die(" at (" __FILE__ ":" __stringify(__LINE__) "): " \
143 __stringify(cnd) "\n"); \
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c57 __stringify(VIDEO_MAX_FRAME) ", default 3)");
61 MODULE_PARM_DESC(alternate, "USB Alternate (" __stringify(USBIF_ISO_1) "-"
62 __stringify(USBIF_ISO_6) ", default "
63 __stringify(DEFAULT_ALT) ")");
67 MODULE_PARM_DESC(flicker_mode, "Flicker frequency (0 (disabled), " __stringify(50) " or "
68 __stringify(60) ", default 0)");
/linux-4.4.14/drivers/firewire/
H A Dsbp2.c117 ", 128kB max transfer = " __stringify(SBP2_WORKAROUND_128K_MAX_TRANS)
118 ", 36 byte inquiry = " __stringify(SBP2_WORKAROUND_INQUIRY_36)
119 ", skip mode page 8 = " __stringify(SBP2_WORKAROUND_MODE_SENSE_8)
120 ", fix capacity = " __stringify(SBP2_WORKAROUND_FIX_CAPACITY)
121 ", delay inquiry = " __stringify(SBP2_WORKAROUND_DELAY_INQUIRY)
123 __stringify(SBP2_WORKAROUND_POWER_CONDITION)
124 ", override internal blacklist = " __stringify(SBP2_WORKAROUND_OVERRIDE)
H A Dohci.c352 ", nonatomic cycle timer = " __stringify(QUIRK_CYCLE_TIMER)
353 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
354 ", AR/selfID endianness = " __stringify(QUIRK_BE_HEADERS)
355 ", no 1394a enhancements = " __stringify(QUIRK_NO_1394A)
356 ", disable MSI = " __stringify(QUIRK_NO_MSI)
357 ", TI SLLZ059 erratum = " __stringify(QUIRK_TI_SLLZ059)
358 ", IR wake unreliable = " __stringify(QUIRK_IR_WAKE)
369 ", AT/AR events = " __stringify(OHCI_PARAM_DEBUG_AT_AR)
370 ", self-IDs = " __stringify(OHCI_PARAM_DEBUG_SELFIDS)
371 ", IRQs = " __stringify(OHCI_PARAM_DEBUG_IRQS)
372 ", busReset events = " __stringify(OHCI_PARAM_DEBUG_BUSRESETS)
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dsysfs.c157 .attr = { .name = __stringify(N), .mode = 0444 }, \
263 .attr = { .name = __stringify(N), .mode = 0444 }, \
370 .attr = { .name = __stringify(N), .mode = 0444 }, \
/linux-4.4.14/drivers/scsi/isci/
H A Dinit.c71 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
72 __stringify(BUILD)
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c633 data += sprintf(data, __stringify(__name) \ rt2x00debug_create_file_chipset()
704 debugfs_create_u32(__stringify(__name) "_offset", \ rt2x00debug_register()
713 debugfs_create_file(__stringify(__name) "_value", \ rt2x00debug_register()
/linux-4.4.14/drivers/edac/
H A Dedac_device_sysfs.c149 .attr = {.name = __stringify(_name), .mode = _mode }, \
386 .attr = {.name = __stringify(_name), .mode = _mode }, \
489 .attr = {.name = __stringify(_name), .mode = _mode }, \
H A Dedac_pci_sysfs.c129 .attr = {.name = __stringify(_name), .mode = _mode }, \
268 .attr = {.name = __stringify(_name), .mode = _mode }, \
276 .attr = {.name = __stringify(_name), .mode = _mode }, \
/linux-4.4.14/include/scsi/
H A Dlibfcoe.h289 "v" __stringify(ven) \
290 "d" __stringify(dev) "sv*sd*bc*sc*i*")
/linux-4.4.14/include/linux/netfilter/ipset/
H A Dip_set.h26 _IP_SET_MODULE_DESC(a, __stringify(b), __stringify(c))
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-parport.c326 " Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"
/linux-4.4.14/drivers/input/touchscreen/
H A Dmc13783_ts.c32 __stringify(DEFAULT_SAMPLE_TOLERANCE) ") or more, the reading "
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c40 __stringify(FW_MAJOR_VERSION) "." \
41 __stringify(FW_MINOR_VERSION) "." \
42 __stringify(FW_REVISION_VERSION) "." \
43 __stringify(FW_ENGINEERING_VERSION)
/linux-4.4.14/drivers/power/
H A Dpower_supply_sysfs.c28 * macro in sysfs.h which calls the __stringify macro.
/linux-4.4.14/net/bridge/
H A Dbr_sysfs_if.c31 .attr = {.name = __stringify(_name), \
/linux-4.4.14/net/core/
H A Dnetprio_cgroup.c196 if (sscanf(buf, "%"__stringify(IFNAMSIZ)"s %u", devname, &prio) != 2) write_priomap()
/linux-4.4.14/sound/core/seq/
H A Dseq_dummy.c65 MODULE_ALIAS("snd-seq-client-" __stringify(SNDRV_SEQ_CLIENT_DUMMY));
/linux-4.4.14/kernel/power/
H A Dpower.h73 .name = __stringify(_name), \ hibernate_image_size_init()
/linux-4.4.14/arch/sh/kernel/cpu/
H A Dinit.c53 __setup("no" __stringify(x), x##_setup);
/linux-4.4.14/arch/arm/kvm/
H A Dcoproc.c611 asm volatile("mrc p15, " __stringify(op1) \
612 ", %0, c" __stringify(crn) \
613 ", c" __stringify(crm) \
614 ", " __stringify(op2) "\n" : "=r" (val)); \
/linux-4.4.14/net/ipv4/
H A Dinet_fragment.c441 " list length grew over limit " __stringify(INETFRAGS_MAXDEPTH) inet_frag_maybe_warn_overflow()
/linux-4.4.14/drivers/regulator/
H A Dda9063-regulator.c60 .desc.name = __stringify(chip##_##regl_name), \
78 .desc.name = __stringify(chip##_##regl_name), \
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c334 .attr = { .name = __stringify(N), .mode = 0444 }, \
408 .attr = { .name = __stringify(N), .mode = 0664 }, \
/linux-4.4.14/drivers/net/wireless/b43/
H A Dpio.c223 b43_destroy_pioqueue_tx((pio)->queue, __stringify(queue)); \
228 b43_destroy_pioqueue_rx((pio)->queue, __stringify(queue)); \
/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c630 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE));
631 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE_DRAFT));
H A Dppp_mppe.c64 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c511 .attr = {.name = __stringify(error_count), .mode = 0444 },
517 .attr = {.name = __stringify(val), .mode = 0644 }, \
/linux-4.4.14/drivers/scsi/
H A Dvmw_pvscsi.c120 __stringify(PVSCSI_DEFAULT_NUM_PAGES_PER_RING)
122 __stringify(PVSCSI_SETUP_RINGS_MAX_NUM_PAGES)
127 __stringify(PVSCSI_DEFAULT_NUM_PAGES_MSG_RING) ")");
131 __stringify(PVSCSI_DEFAULT_QUEUE_DEPTH) ")");
H A Dips.h1161 #define IPS_VER_MAJOR_STRING __stringify(IPS_VER_MAJOR)
1163 #define IPS_VER_MINOR_STRING __stringify(IPS_VER_MINOR)
1165 #define IPS_VER_BUILD_STRING __stringify(IPS_VER_BUILD)
H A Discsi_boot_sysfs.c79 .attr = { .name = __stringify(sysfs_name), .mode = 0444 }, \
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Ddebugfs.c426 d = debugfs_create_file(__stringify(name), \ b43legacy_debugfs_add_device()
/linux-4.4.14/arch/xtensa/kernel/
H A Dsmp.c126 __asm__ __volatile__ ("waiti " __stringify(LOCKLEVEL)); secondary_start_kernel()
/linux-4.4.14/include/net/
H A Dpkt_cls.h296 #define MODULE_ALIAS_TCF_EMATCH(kind) MODULE_ALIAS("ematch-kind-" __stringify(kind))
H A Dxfrm.h42 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
44 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c64 .attr = { .name = __stringify(_name), .mode = _mode }, \
/linux-4.4.14/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c327 MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET6));
H A Dnf_nat_l3proto_ipv6.c484 MODULE_ALIAS("nf-nat-" __stringify(AF_INET6));
/linux-4.4.14/net/l2tp/
H A Dl2tp_core.h325 MODULE_ALIAS("net-l2tp-type-" __stringify(type))
H A Dl2tp_ip.c656 /* Use the value of SOCK_DGRAM (2) directory, because __stringify doesn't like
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1565 MODULE_VERSION(__stringify(VMWGFX_DRIVER_MAJOR) "."
1566 __stringify(VMWGFX_DRIVER_MINOR) "."
1567 __stringify(VMWGFX_DRIVER_PATCHLEVEL) "."
/linux-4.4.14/drivers/parisc/
H A Dpdc_stable.c119 .name = __stringify(_name), \
124 .attr = {.name = __stringify(_name), .mode = _mode}, \
131 .attr = {.name = __stringify(_name), .mode = _mode}, \
/linux-4.4.14/net/can/
H A Dgw.c78 "(valid values: " __stringify(CGW_MIN_HOPS) "-"
79 __stringify(CGW_MAX_HOPS) " hops, "
80 "default: " __stringify(CGW_DEFAULT_HOPS) ")");
/linux-4.4.14/drivers/bus/
H A Darm-cci.c1823 " and r0, r0, #"__stringify(MPIDR_HWID_BITMASK)" \n" cci_enable_port_for_self()
1836 " tst r3, #"__stringify(PORT_VALID)" \n" cci_enable_port_for_self()
1851 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n" cci_enable_port_for_self()
1863 " str r3, [r0, #"__stringify(CCI_PORT_CTRL)"] \n" cci_enable_port_for_self()
1869 "4: ldr r1, [r0, #"__stringify(CCI_CTRL_STATUS)"] \n" cci_enable_port_for_self()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c990 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \
991 __stringify(FW_VERSION_MINOR) "." __stringify(FW_VERSION_MICRO)
993 #define TPSRAM_VERSION __stringify(TP_VERSION_MAJOR) "." \
994 __stringify(TP_VERSION_MINOR) "." __stringify(TP_VERSION_MICRO)
/linux-4.4.14/net/sctp/
H A Dprotocol.c1609 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly.
1611 MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132");
1612 MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
/linux-4.4.14/drivers/usb/dwc3/
H A Ddebugfs.c38 .name = __stringify(nm), \
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4.c393 MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET));
H A Dnf_nat_l3proto_ipv4.c478 MODULE_ALIAS("nf-nat-" __stringify(AF_INET));
/linux-4.4.14/drivers/target/
H A Dtarget_core_fabric_configfs.c52 pr_debug("Setup generic %s\n", __stringify(_name)); \
65 pr_debug("Setup generic %s\n", __stringify(_name)); \
/linux-4.4.14/drivers/scsi/ibmvscsi/
H A Dibmvfc.c66 "[Default=" __stringify(IBMVFC_INIT_TIMEOUT) "]");
70 "[Default=" __stringify(IBMVFC_DEFAULT_TIMEOUT) "]");
73 "[Default=" __stringify(IBMVFC_MAX_REQUESTS_DEFAULT) "]");
76 "[Default=" __stringify(IBMVFC_MAX_LUN) "]");
79 "[Default=" __stringify(IBMVFC_MAX_TARGETS) "]");
82 "[Default=" __stringify(IBMVFC_MAX_DISC_THREADS) "]");
85 "[Default=" __stringify(IBMVFC_DEBUG) "]");
88 "[Default=" __stringify(IBMVFC_DEFAULT_LOG_LEVEL) "]");
/linux-4.4.14/drivers/net/fjes/
H A Dfjes_main.c33 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN)
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1228 " " __stringify(x) : "" wil_info_debugfs_show()
1485 #define WIL_FIELD(name, mode, type) { __stringify(name), mode, \
/linux-4.4.14/drivers/acpi/
H A Dbattery.c980 .name = __stringify(_name), \
993 .name = __stringify(_name), \
/linux-4.4.14/include/linux/usb/
H A Dcomposite.h597 .name = __stringify(_name), \
602 MODULE_ALIAS("usbfunc:"__stringify(_name));
/linux-4.4.14/sound/usb/misc/
H A Dua101.c66 __stringify(MIN_QUEUE_LENGTH)"-"__stringify(MAX_QUEUE_LENGTH));
/linux-4.4.14/drivers/hwtracing/intel_th/
H A Dgth.c246 [TH_OUTPUT_PARM(_name)] = { .name = __stringify(_name), \
/linux-4.4.14/drivers/iio/adc/
H A Dqcom-spmi-vadc.c609 .datasheet_name = __stringify(_dname), \
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-tb10x.c413 .name = __stringify(NAME), \

Completed in 6745 milliseconds

12