/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
H A D | stringify.h | 5 #define __stringify(x...) __stringify_1(x) macro
|
/linux-4.4.14/include/linux/ |
H A D | stringify.h | 5 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO) 10 #define __stringify(x...) __stringify_1(x) macro
|
H A D | miscdevice.h | 74 MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR) \ 75 "-" __stringify(minor))
|
H A D | net.h | 294 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 D | mmdebug.h | 22 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
|
H A D | sysfs.h | 101 .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 D | configfs.h | 134 .ca_name = __stringify(_name), \ 143 .ca_name = __stringify(_name), \ 151 .ca_name = __stringify(_name), \
|
H A D | nls.h | 105 #define MODULE_ALIAS_NLS(name) MODULE_ALIAS("nls_" __stringify(name))
|
H A D | nd.h | 144 MODULE_ALIAS("nd:t" __stringify(type) "*")
|
H A D | timer.h | 75 __FILE__ ":" __stringify(__LINE__)) \
|
H A D | module.h | 224 __attribute__ ((unused, alias(__stringify(name)))) 767 #define __MODULE_STRING(x) __stringify(x)
|
H A D | tty_ldisc.h | 231 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))
|
H A D | genl_magic_func.h | 264 .name = __stringify(GENL_MAGIC_FAMILY),
|
H A D | blkdev.h | 1462 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) 1464 MODULE_ALIAS("block-major-" __stringify(major) "-*")
|
H A D | serial_core.h | 354 = { .name = __stringify(_name), \
|
H A D | kernel.h | 591 * whether or not there are args. __stringify((__VA_ARGS__)) will 601 char _______STR[] = __stringify((__VA_ARGS__)); \
|
H A D | device.h | 1300 MODULE_ALIAS("char-major-" __stringify(major) "-" __stringify(minor)) 1302 MODULE_ALIAS("char-major-" __stringify(major) "-*")
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | reg.h | 20 #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.h | 5 #define CAT2_STR_(t, s) __stringify(t/s)
|
H A D | perf.h | 115 "request=" __stringify(r_value) "," \ 118 __stringify(COUNTER_INFO_VERSION_CURRENT) "," \
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | smap.h | 31 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 D | jump_label.h | 22 ".byte " __stringify(STATIC_KEY_INIT_NOP) "\n\t" arch_static_branch()
|
H A D | linkage.h | 55 #define __ALIGN_STR __stringify(__ALIGN)
|
H A D | lguest_hcall.h | 52 asm volatile("int $" __stringify(LGUEST_TRAP_ENTRY) hcall()
|
H A D | special_insns.h | 198 alternative_io(".byte " __stringify(NOP_DS_PREFIX) "; clflush %P0", clflushopt() 209 ".byte " __stringify(NOP_DS_PREFIX) "; clflush (%[pax])", clwb()
|
H A D | nops.h | 93 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n"
|
H A D | cpufeature.h | 471 /* Open-coded due to __stringify() in ALTERNATIVE() */ __static_cpu_has() 541 /* Open-coded due to __stringify() in ALTERNATIVE() */ _static_cpu_has_safe()
|
H A D | alternative.h | 125 " .word " __stringify(feature) "\n" /* feature bit */ \
|
H A D | percpu.h | 48 #define __percpu_prefix "%%"__stringify(__percpu_seg)":"
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | reg.h | 10 #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 D | sputrace.h | 30 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 D | module.h | 30 "gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | module.h | 16 #define MODULE_ARCH_VERMAGIC "xtensa-" __stringify(XCHAL_CORE_ID) " "
|
H A D | timex.h | 48 #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 D | irqflags.h | 33 "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 D | traps.h | 45 " .rept (" __stringify(XCHAL_NUM_AREGS) " - 16) / 12\n" spill_registers()
|
H A D | cacheasm.h | 114 __loop_cache_all \ar \at dii __stringify(DCACHE_WAY_SIZE) \ 124 __loop_cache_all \ar \at iii __stringify(ICACHE_WAY_SIZE) \
|
H A D | cmpxchg.h | 37 " rsil a15, "__stringify(TOPLEVEL)"\n" __cmpxchg_u32() 126 " rsil a15, "__stringify(TOPLEVEL)"\n" xchg_u32()
|
H A D | atomic.h | 109 " rsil a15, "__stringify(TOPLEVEL)"\n"\ 127 " rsil a15,"__stringify(TOPLEVEL)"\n" \
|
H A D | processor.h | 216 #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 D | linkage.h | 7 #define __ALIGN_STR __stringify(__ALIGN)
|
H A D | jump_label.h | 17 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 D | arch_gicv3.h | 91 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 D | lse.h | 28 #define __LL_SC_CALL(op) "bl\t" __stringify(__LL_SC_PREFIX(op)) "\n"
|
H A D | alternative.h | 27 " .hword " __stringify(feature) "\n" /* feature bit */ \ 46 ".if "__stringify(cfg_enabled)" == 1\n" \
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | arch_gicv3.h | 105 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 D | module.h | 38 #define MODULE_ARCH_VERMAGIC_ARMVSN "ARMv" __stringify(__LINUX_ARM_ARCH__) " "
|
H A D | opcodes.h | 225 #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 D | cputype.h | 90 asm("mrc p15, 0, %0, c0, c0, " __stringify(reg) \
|
H A D | cacheflush.h | 468 "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 D | at91-reset.c | 65 "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 D | cputype.h | 23 asm("movc %0, p0.c0, #" __stringify(reg) \
|
/linux-4.4.14/arch/mips/lib/ |
H A D | mips-atomic.c | 50 " " __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 D | delay.c | 32 " " __stringify(LONG_SUBU) " %0, %1 \n" __delay()
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | module.h | 19 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.4.14/sound/pci/asihpi/ |
H A D | hpidebug.h | 43 #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 D | bug.h | 35 __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 D | hazards.h | 319 __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 D | irqflags.h | 29 " " __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 D | r4kcache.h | 349 " "__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 D | key_gen.c | 94 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 D | caamhash.c | 354 "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 D | caamalg.c | 336 "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 D | hif_usb.h | 33 __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 D | module.h | 20 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | early_printk.h | 26 early_shadow_puts(__FILE__ " : " __stringify(__LINE__) " ["); \
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
H A D | header.c | 11 asm volatile("mfspr %0," __stringify(rn) \
|
/linux-4.4.14/drivers/w1/slaves/ |
H A D | w1_smem.c | 37 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_01)); 38 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_81));
|
H A D | w1_therm.c | 40 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 D | w1_bq27000.c | 115 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_BQ27000));
|
H A D | w1_ds2413.c | 26 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2413));
|
H A D | w1_ds2423.c | 158 MODULE_ALIAS("w1-family-" __stringify(W1_COUNTER_DS2423));
|
H A D | w1_ds2780.c | 191 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2780));
|
H A D | w1_ds2781.c | 189 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2781));
|
H A D | w1_ds2760.c | 206 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2760));
|
H A D | w1_ds2408.c | 25 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS2408));
|
H A D | w1_ds2431.c | 308 MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2431));
|
H A D | w1_ds2433.c | 32 MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2433));
|
H A D | w1_ds28e04.c | 30 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_DS28E04));
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
H A D | test-core.h | 125 ".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 D | test-thumb.c | 161 "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 D | test-arm.c | 510 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 D | opt-arm.c | 77 " tst r1, #"__stringify(PSR_T_BIT)"\n"
|
H A D | test-core.c | 980 "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 D | kfd_module.c | 141 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 D | iwl-2000.c | 57 #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 D | iwl-1000.c | 50 #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 D | iwl-6000.c | 67 #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 D | iwl-7000.c | 105 #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 D | iwl-5000.c | 52 #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 D | iwl-8000.c | 94 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_export.c | 96 char *type_str = #type"["__stringify(len)"]"; \ 160 #define F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args) 167 .system = __stringify(TRACE_SYSTEM), \
|
H A D | trace_selftest.c | 200 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 D | trace_probe.h | 200 #define DEFAULT_FETCH_TYPE_STR __stringify(DEFAULT_FETCH_TYPE)
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | nfnetlink.h | 46 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | module.h | 24 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.4.14/drivers/media/pci/dt3155/ |
H A D | dt3155.h | 31 #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 D | nf_log.h | 69 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
|
H A D | nf_tables.h | 897 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 D | reg_fsl_emb.h | 12 asm volatile("mfpmr %0," __stringify(rn) \ 14 #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v))
|
H A D | dcr-native.h | 67 asm volatile("mfdcr %0," __stringify(rn) \ 78 asm volatile("mtdcr " __stringify(rn) ",%0" \
|
H A D | reg.h | 1194 #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 D | ptrace.h | 33 {.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 D | qede.h | 30 #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 D | sysfs.c | 129 .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 D | tracex5_kern.c | 13 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F
|
H A D | sockex3_kern.c | 19 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F
|
/linux-4.4.14/fs/btrfs/ |
H A D | sysfs.h | 18 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
/linux-4.4.14/usr/ |
H A D | initramfs_data.S | 29 .incbin __stringify(INITRAMFS_IMAGE)
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
H A D | sh_pfc.h | 253 .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 D | zd_def.h | 55 __FILE__, __LINE__, __stringify(x)); \
|
/linux-4.4.14/drivers/firmware/ |
H A D | dcdbas.h | 68 .attr = { .name = __stringify(_name), \
|
H A D | dmi-sysfs.c | 57 .attr = {.name = __stringify(_name), .mode = 0400}, \ 74 .attr = {.name = __stringify(_name), .mode = 0400}, \
|
/linux-4.4.14/include/linux/netfilter/ |
H A D | nfnetlink.h | 70 MODULE_ALIAS("nfnetlink-subsys-" __stringify(subsys))
|
/linux-4.4.14/arch/mips/sibyte/swarm/ |
H A D | platform.c | 89 .name = "SB1250 MAC " __stringify(num), \
|
/linux-4.4.14/drivers/media/firewire/ |
H A D | firedtv-avc.c | 123 ": 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 D | cmm.c | 75 "[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 D | mobility.c | 350 static CLASS_ATTR_STRING(api_version, S_IRUGO, __stringify(MIGRATION_API_VERSION));
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | adf_common_drv.h | 59 #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 D | bond_sysfs_slave.c | 24 .attr = {.name = __stringify(_name), \
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 189 "\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 D | hrtimer.c | 33 MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_HRTIMER));
|
H A D | rtctimer.c | 185 MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_RTC));
|
/linux-4.4.14/include/sound/ |
H A D | minors.h | 108 MODULE_ALIAS("sound-service-?-" __stringify(type))
|
/linux-4.4.14/include/trace/ |
H A D | define_trace.h | 75 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
|
H A D | trace_events.h | 32 __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 D | time.c | 81 .name = "netx-timer" __stringify(TIMER_CLOCKEVENT),
|
/linux-4.4.14/drivers/uio/ |
H A D | uio_dmem_genirq.c | 221 __stringify(MAX_UIO_MAPS) uio_dmem_genirq_probe() 238 __stringify(MAX_UIO_MAPS) uio_dmem_genirq_probe()
|
H A D | uio_pdrv_genirq.c | 169 __stringify(MAX_UIO_MAPS) uio_pdrv_genirq_probe()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | ptlrpc_internal.h | 221 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 D | mcpm-exynos.c | 46 "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 D | drm_sysfs.c | 111 __stringify(CORE_MAJOR) "." 112 __stringify(CORE_MINOR) "." 113 __stringify(CORE_PATCHLEVEL) " "
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | psmouse.h | 140 .name = __stringify(_name), \
|
/linux-4.4.14/drivers/iommu/ |
H A D | omap-iommu-debug.c | 38 bytes = snprintf(p, maxcol, str, __stringify(name), \
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | debug.c | 148 d = debugfs_create_file(__stringify(name), \
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | assembler.h | 19 #define __STR(x) __stringify(x)
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 246 "\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 D | meye.h | 36 #define MEYE_DRIVER_VERSION __stringify(MEYE_DRIVER_MAJORVERSION) "." \ 37 __stringify(MEYE_DRIVER_MINORVERSION)
|
/linux-4.4.14/arch/unicore32/mm/ |
H A D | alignment.c | 472 __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 D | debugfs.c | 357 .attr = { .name = __stringify(_name), \ 417 .name = __stringify(_name), \
|
H A D | sysfs.c | 126 .attr = {.name = __stringify(_name), \ 135 .attr = {.name = __stringify(_name), \
|
/linux-4.4.14/tools/perf/util/ |
H A D | util.h | 142 die(" at (" __FILE__ ":" __stringify(__LINE__) "): " \ 143 __stringify(cnd) "\n"); \
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
H A D | cpia2_v4l.c | 57 __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 D | sbp2.c | 117 ", 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 D | ohci.c | 352 ", 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 D | sysfs.c | 157 .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 D | init.c | 71 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \ 72 __stringify(BUILD)
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2x00debug.c | 633 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 D | edac_device_sysfs.c | 149 .attr = {.name = __stringify(_name), .mode = _mode }, \ 386 .attr = {.name = __stringify(_name), .mode = _mode }, \ 489 .attr = {.name = __stringify(_name), .mode = _mode }, \
|
H A D | edac_pci_sysfs.c | 129 .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 D | libfcoe.h | 289 "v" __stringify(ven) \ 290 "d" __stringify(dev) "sv*sd*bc*sc*i*")
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 26 _IP_SET_MODULE_DESC(a, __stringify(b), __stringify(c))
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-parport.c | 326 " Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | mc13783_ts.c | 32 __stringify(DEFAULT_SAMPLE_TOLERANCE) ") or more, the reading "
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 40 __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 D | power_supply_sysfs.c | 28 * macro in sysfs.h which calls the __stringify macro.
|
/linux-4.4.14/net/bridge/ |
H A D | br_sysfs_if.c | 31 .attr = {.name = __stringify(_name), \
|
/linux-4.4.14/net/core/ |
H A D | netprio_cgroup.c | 196 if (sscanf(buf, "%"__stringify(IFNAMSIZ)"s %u", devname, &prio) != 2) write_priomap()
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_dummy.c | 65 MODULE_ALIAS("snd-seq-client-" __stringify(SNDRV_SEQ_CLIENT_DUMMY));
|
/linux-4.4.14/kernel/power/ |
H A D | power.h | 73 .name = __stringify(_name), \ hibernate_image_size_init()
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
H A D | init.c | 53 __setup("no" __stringify(x), x##_setup);
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | coproc.c | 611 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 D | inet_fragment.c | 441 " list length grew over limit " __stringify(INETFRAGS_MAXDEPTH) inet_frag_maybe_warn_overflow()
|
/linux-4.4.14/drivers/regulator/ |
H A D | da9063-regulator.c | 60 .desc.name = __stringify(chip##_##regl_name), \ 78 .desc.name = __stringify(chip##_##regl_name), \
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 334 .attr = { .name = __stringify(N), .mode = 0444 }, \ 408 .attr = { .name = __stringify(N), .mode = 0664 }, \
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | pio.c | 223 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 D | ppp_deflate.c | 630 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE)); 631 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE_DRAFT));
|
H A D | ppp_mppe.c | 64 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_amd.c | 511 .attr = {.name = __stringify(error_count), .mode = 0444 }, 517 .attr = {.name = __stringify(val), .mode = 0644 }, \
|
/linux-4.4.14/drivers/scsi/ |
H A D | vmw_pvscsi.c | 120 __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 D | ips.h | 1161 #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 D | iscsi_boot_sysfs.c | 79 .attr = { .name = __stringify(sysfs_name), .mode = 0444 }, \
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | debugfs.c | 426 d = debugfs_create_file(__stringify(name), \ b43legacy_debugfs_add_device()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | smp.c | 126 __asm__ __volatile__ ("waiti " __stringify(LOCKLEVEL)); secondary_start_kernel()
|
/linux-4.4.14/include/net/ |
H A D | pkt_cls.h | 296 #define MODULE_ALIAS_TCF_EMATCH(kind) MODULE_ALIAS("ematch-kind-" __stringify(kind))
|
H A D | xfrm.h | 42 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 D | cbe_thermal.c | 64 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | nf_conntrack_l3proto_ipv6.c | 327 MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET6));
|
H A D | nf_nat_l3proto_ipv6.c | 484 MODULE_ALIAS("nf-nat-" __stringify(AF_INET6));
|
/linux-4.4.14/net/l2tp/ |
H A D | l2tp_core.h | 325 MODULE_ALIAS("net-l2tp-type-" __stringify(type))
|
H A D | l2tp_ip.c | 656 /* Use the value of SOCK_DGRAM (2) directory, because __stringify doesn't like
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.c | 1565 MODULE_VERSION(__stringify(VMWGFX_DRIVER_MAJOR) "." 1566 __stringify(VMWGFX_DRIVER_MINOR) "." 1567 __stringify(VMWGFX_DRIVER_PATCHLEVEL) "."
|
/linux-4.4.14/drivers/parisc/ |
H A D | pdc_stable.c | 119 .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 D | gw.c | 78 "(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 D | arm-cci.c | 1823 " 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 D | cxgb3_main.c | 990 #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 D | protocol.c | 1609 * __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 D | debugfs.c | 38 .name = __stringify(nm), \
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | nf_conntrack_l3proto_ipv4.c | 393 MODULE_ALIAS("nf_conntrack-" __stringify(AF_INET));
|
H A D | nf_nat_l3proto_ipv4.c | 478 MODULE_ALIAS("nf-nat-" __stringify(AF_INET));
|
/linux-4.4.14/drivers/target/ |
H A D | target_core_fabric_configfs.c | 52 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 D | ibmvfc.c | 66 "[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 D | fjes_main.c | 33 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN)
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1228 " " __stringify(x) : "" wil_info_debugfs_show() 1485 #define WIL_FIELD(name, mode, type) { __stringify(name), mode, \
|
/linux-4.4.14/drivers/acpi/ |
H A D | battery.c | 980 .name = __stringify(_name), \ 993 .name = __stringify(_name), \
|
/linux-4.4.14/include/linux/usb/ |
H A D | composite.h | 597 .name = __stringify(_name), \ 602 MODULE_ALIAS("usbfunc:"__stringify(_name));
|
/linux-4.4.14/sound/usb/misc/ |
H A D | ua101.c | 66 __stringify(MIN_QUEUE_LENGTH)"-"__stringify(MAX_QUEUE_LENGTH));
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
H A D | gth.c | 246 [TH_OUTPUT_PARM(_name)] = { .name = __stringify(_name), \
|
/linux-4.4.14/drivers/iio/adc/ |
H A D | qcom-spmi-vadc.c | 609 .datasheet_name = __stringify(_dname), \
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 413 .name = __stringify(NAME), \
|