/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
H A D | stringify.h | 5 #define __stringify(x...) __stringify_1(x) macro
|
/linux-4.1.27/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.1.27/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 | 73 MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR) \ 74 "-" __stringify(minor))
|
H A D | net.h | 287 MODULE_ALIAS("net-pf-" __stringify(proto)) 290 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto)) 293 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \ 294 "-type-" __stringify(type)) 297 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
|
H A D | mmdebug.h | 21 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
|
H A D | sysfs.h | 91 .attr = {.name = __stringify(_name), \ 98 .attr = {.name = __stringify(_name), \ 105 .attr = { .name = __stringify(_name), .mode = S_IRUGO }, \ 110 .attr = { .name = __stringify(_name), .mode = S_IWUSR }, \ 121 .attr = {.name = __stringify(_name), .mode = _mode, \ 171 .attr = { .name = __stringify(_name), .mode = _mode }, \ 178 .attr = { .name = __stringify(_name), .mode = S_IRUGO }, \
|
H A D | nls.h | 105 #define MODULE_ALIAS_NLS(name) MODULE_ALIAS("nls_" __stringify(name))
|
H A D | configfs.h | 156 .ca_name = __stringify(_name), \ 167 .ca_name = __stringify(_name), \
|
H A D | timer.h | 81 __FILE__ ":" __stringify(__LINE__)) \
|
H A D | module.h | 139 __attribute__ ((unused, alias(__stringify(name)))) 634 #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 | 1452 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) 1454 MODULE_ALIAS("block-major-" __stringify(major) "-*")
|
H A D | device.h | 1236 MODULE_ALIAS("char-major-" __stringify(major) "-" __stringify(minor)) 1238 MODULE_ALIAS("char-major-" __stringify(major) "-*")
|
H A D | serial_core.h | 354 = { .name = __stringify(_name), \
|
H A D | kernel.h | 590 * whether or not there are args. __stringify((__VA_ARGS__)) will 600 char _______STR[] = __stringify((__VA_ARGS__)); \
|
/linux-4.1.27/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.1.27/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.1.27/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 | 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 | lguest_hcall.h | 52 asm volatile("int $" __stringify(LGUEST_TRAP_ENTRY) hcall()
|
H A D | nops.h | 93 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n"
|
H A D | cpufeature.h | 464 /* Open-coded due to __stringify() in ALTERNATIVE() */ __static_cpu_has() 534 /* Open-coded due to __stringify() in ALTERNATIVE() */ _static_cpu_has_safe()
|
H A D | alternative.h | 119 " .word " __stringify(feature) "\n" /* feature bit */ \
|
H A D | percpu.h | 48 #define __percpu_prefix "%%"__stringify(__percpu_seg)":"
|
/linux-4.1.27/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.1.27/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.1.27/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 | 26 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 | 107 __loop_cache_all \ar \at dii __stringify(DCACHE_WAY_SIZE) \ 115 __loop_cache_all \ar \at iii __stringify(ICACHE_WAY_SIZE) \
|
H A D | cmpxchg.h | 37 " rsil a15, "__stringify(LOCKLEVEL)"\n" __cmpxchg_u32() 126 " rsil a15, "__stringify(LOCKLEVEL)"\n" xchg_u32()
|
H A D | atomic.h | 109 " rsil a15, "__stringify(LOCKLEVEL)"\n"\ 127 " rsil a15,"__stringify(LOCKLEVEL)"\n" \ 275 " rsil a15,"__stringify(LOCKLEVEL)"\n" atomic_clear_mask() 309 " rsil a15,"__stringify(LOCKLEVEL)"\n" atomic_set_mask()
|
H A D | processor.h | 189 #define WSR(v,sr) __asm__ __volatile__ ("wsr %0,"__stringify(sr) :: "a"(v)); 190 #define RSR(v,sr) __asm__ __volatile__ ("rsr %0,"__stringify(sr) : "=a"(v));
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | hazards.h | 283 __stringify(___ssnop) \ 290 __stringify(___ehb) \ 298 __stringify(__mtc0_tlbw_hazard) \ 306 __stringify(__tlbw_use_hazard) \ 314 __stringify(__tlb_probe_hazard) \ 322 __stringify(__irq_enable_hazard) \ 330 __stringify(__irq_disable_hazard) \ 338 __stringify(__back_to_back_c0_hazard) \ 346 __stringify(__enable_fpu_hazard) \ 354 __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.1.27/drivers/power/reset/ |
H A D | at91-reset.c | 63 "str %2, [%0, #" __stringify(AT91_SDRAMC_TR) "]\n\t" at91sam9260_restart() 66 "str %3, [%0, #" __stringify(AT91_SDRAMC_LPR) "]\n\t" at91sam9260_restart() 69 "str %4, [%1, #" __stringify(AT91_RSTC_CR) "]\n\t" at91sam9260_restart() 103 "1: str %3, [%0, #" __stringify(AT91_DDRSDRC_RTR) "]\n\t" at91sam9g45_restart() 105 " str %4, [%0, #" __stringify(AT91_DDRSDRC_LPR) "]\n\t" at91sam9g45_restart() 107 " strne %3, [%1, #" __stringify(AT91_DDRSDRC_RTR) "]\n\t" at91sam9g45_restart() 109 " strne %4, [%1, #" __stringify(AT91_DDRSDRC_LPR) "]\n\t" at91sam9g45_restart() 111 " str %5, [%2, #" __stringify(AT91_RSTC_CR) "]\n\t" at91sam9g45_restart()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | module.h | 36 "gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
|
H A D | paravirt_patch.h | 58 __stringify(privop) "\n" 81 __stringify(privop) "\n"
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | cputype.h | 23 asm("movc %0, p0.c0, #" __stringify(reg) \
|
/linux-4.1.27/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.1.27/arch/frv/include/asm/ |
H A D | module.h | 19 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.1.27/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.1.27/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.1.27/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 | 346 "ahash update shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc() 365 "ahash update first shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc() 382 print_hex_dump(KERN_ERR, "ahash final shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc() 400 print_hex_dump(KERN_ERR, "ahash finup shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc() 420 "ahash digest shdesc@"__stringify(__LINE__)": ", ahash_set_sh_desc() 481 print_hex_dump(KERN_ERR, "key_in@"__stringify(__LINE__)": ", hash_digest_key() 483 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", hash_digest_key() 497 "digested key@"__stringify(__LINE__)": ", hash_digest_key() 548 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", ahash_setkey() 564 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", ahash_setkey() 655 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done() 659 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done() 690 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_bi() 694 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_bi() 725 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_ctx_src() 729 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_ctx_src() 760 print_hex_dump(KERN_ERR, "ctx@"__stringify(__LINE__)": ", ahash_done_ctx_dst() 764 print_hex_dump(KERN_ERR, "result@"__stringify(__LINE__)": ", ahash_done_ctx_dst() 868 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_ctx() 888 print_hex_dump(KERN_ERR, "buf@"__stringify(__LINE__)": ", ahash_update_ctx() 890 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_ctx() 966 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_final_ctx() 1056 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_finup_ctx() 1135 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_digest() 1198 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_final_no_ctx() 1295 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_no_ctx() 1318 print_hex_dump(KERN_ERR, "buf@"__stringify(__LINE__)": ", ahash_update_no_ctx() 1320 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_no_ctx() 1398 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_finup_no_ctx() 1500 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", ahash_update_first() 1525 print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", ahash_update_first()
|
H A D | caamalg.c | 349 "aead null enc shdesc@"__stringify(__LINE__)": ", aead_null_set_sh_desc() 442 "aead null dec shdesc@"__stringify(__LINE__)": ", aead_null_set_sh_desc() 552 print_hex_dump(KERN_ERR, "aead enc shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc() 623 print_hex_dump(KERN_ERR, "aead dec shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc() 720 print_hex_dump(KERN_ERR, "aead givenc shdesc@"__stringify(__LINE__)": ", aead_set_sh_desc() 855 print_hex_dump(KERN_ERR, "gcm enc shdesc@"__stringify(__LINE__)": ", gcm_set_sh_desc() 951 print_hex_dump(KERN_ERR, "gcm dec shdesc@"__stringify(__LINE__)": ", gcm_set_sh_desc() 1053 print_hex_dump(KERN_ERR, "rfc4106 enc shdesc@"__stringify(__LINE__)": ", rfc4106_set_sh_desc() 1130 print_hex_dump(KERN_ERR, "rfc4106 dec shdesc@"__stringify(__LINE__)": ", rfc4106_set_sh_desc() 1231 "rfc4106 givenc shdesc@"__stringify(__LINE__)": ", rfc4106_set_sh_desc() 1375 print_hex_dump(KERN_ERR, "rfc4543 enc shdesc@"__stringify(__LINE__)": ", rfc4543_set_sh_desc() 1497 print_hex_dump(KERN_ERR, "rfc4543 dec shdesc@"__stringify(__LINE__)": ", rfc4543_set_sh_desc() 1626 "rfc4543 givenc shdesc@"__stringify(__LINE__)": ", rfc4543_set_sh_desc() 1680 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", aead_setkey() 1699 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", aead_setkey() 1726 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", gcm_setkey() 1759 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", rfc4106_setkey() 1798 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", rfc4543_setkey() 1846 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", ablkcipher_setkey() 1930 "ablkcipher enc shdesc@"__stringify(__LINE__)": ", ablkcipher_setkey() 1993 "ablkcipher dec shdesc@"__stringify(__LINE__)": ", ablkcipher_setkey() 2070 "ablkcipher givenc shdesc@" __stringify(__LINE__) ": ", ablkcipher_setkey() 2204 print_hex_dump(KERN_ERR, "assoc @"__stringify(__LINE__)": ", aead_encrypt_done() 2207 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", aead_encrypt_done() 2210 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", aead_encrypt_done() 2238 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", aead_decrypt_done() 2241 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", aead_decrypt_done() 2258 print_hex_dump(KERN_ERR, "iphdrout@"__stringify(__LINE__)": ", aead_decrypt_done() 2266 print_hex_dump(KERN_ERR, "sglastout@"__stringify(__LINE__)": ", aead_decrypt_done() 2296 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", ablkcipher_encrypt_done() 2299 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", ablkcipher_encrypt_done() 2328 print_hex_dump(KERN_ERR, "dstiv @"__stringify(__LINE__)": ", ablkcipher_decrypt_done() 2331 print_hex_dump(KERN_ERR, "dst @"__stringify(__LINE__)": ", ablkcipher_decrypt_done() 2363 print_hex_dump(KERN_ERR, "assoc @"__stringify(__LINE__)": ", init_aead_job() 2366 print_hex_dump(KERN_ERR, "presciv@"__stringify(__LINE__)": ", init_aead_job() 2369 print_hex_dump(KERN_ERR, "src @"__stringify(__LINE__)": ", init_aead_job() 2372 print_hex_dump(KERN_ERR, "shrdesc@"__stringify(__LINE__)": ", init_aead_job() 2448 print_hex_dump(KERN_ERR, "assoc @"__stringify(__LINE__)": ", init_aead_giv_job() 2451 print_hex_dump(KERN_ERR, "presciv@"__stringify(__LINE__)": ", init_aead_giv_job() 2453 print_hex_dump(KERN_ERR, "src @"__stringify(__LINE__)": ", init_aead_giv_job() 2456 print_hex_dump(KERN_ERR, "shrdesc@"__stringify(__LINE__)": ", init_aead_giv_job() 2519 print_hex_dump(KERN_ERR, "presciv@"__stringify(__LINE__)": ", init_ablkcipher_job() 2522 print_hex_dump(KERN_ERR, "src @"__stringify(__LINE__)": ", init_ablkcipher_job() 2576 print_hex_dump(KERN_ERR, "presciv@" __stringify(__LINE__) ": ", init_ablkcipher_giv_job() 2579 print_hex_dump(KERN_ERR, "src @" __stringify(__LINE__) ": ", init_ablkcipher_giv_job() 2775 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", aead_encrypt() 2809 print_hex_dump(KERN_ERR, "dec src@"__stringify(__LINE__)": ", aead_decrypt() 2818 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", aead_decrypt() 3021 print_hex_dump(KERN_ERR, "giv src@"__stringify(__LINE__)": ", aead_givencrypt() 3030 print_hex_dump(KERN_ERR, "aead jobdesc@"__stringify(__LINE__)": ", aead_givencrypt() 3145 print_hex_dump(KERN_ERR, "ablkcipher sec4_sg@"__stringify(__LINE__)": ", ablkcipher_edesc_alloc() 3174 print_hex_dump(KERN_ERR, "ablkcipher jobdesc@"__stringify(__LINE__)": ", ablkcipher_encrypt() 3212 print_hex_dump(KERN_ERR, "ablkcipher jobdesc@"__stringify(__LINE__)": ", ablkcipher_decrypt() 3325 "ablkcipher sec4_sg@" __stringify(__LINE__) ": ", ablkcipher_giv_edesc_alloc() 3356 "ablkcipher jobdesc@" __stringify(__LINE__) ": ", ablkcipher_givencrypt()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | module.h | 20 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | alternative.h | 23 " .hword " __stringify(feature) "\n" /* feature bit */ \
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | early_printk.h | 26 early_shadow_puts(__FILE__ " : " __stringify(__LINE__) " ["); \
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | module.h | 28 #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 | 472 "bic r0, r0, #"__stringify(CR_C)" \n\t" \ 475 "bl v7_flush_dcache_"__stringify(level)" \n\t" \
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
H A D | header.c | 11 asm volatile("mfspr %0," __stringify(rn) \
|
/linux-4.1.27/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 | 114 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.1.27/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()
|
H A D | core.c | 545 "ldr r0, ="__stringify(JPROBE_MAGIC_ADDR)"\n\t" jprobe_return()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_module.c | 136 MODULE_VERSION(__stringify(KFD_DRIVER_MAJOR) "." 137 __stringify(KFD_DRIVER_MINOR) "." 138 __stringify(KFD_DRIVER_PATCHLEVEL));
|
/linux-4.1.27/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 | 101 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode" 104 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode" 107 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode" 110 #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.1.27/include/uapi/linux/netfilter/ |
H A D | nfnetlink.h | 46 /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | module.h | 24 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
|
/linux-4.1.27/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.1.27/arch/arm/mach-keystone/ |
H A D | keystone.c | 82 !lpae ? __stringify(CONFIG_ARM_LPAE) : "", keystone_init_meminfo() 84 !pvpatch ? __stringify(CONFIG_ARM_PATCH_PHYS_VIRT) : ""); keystone_init_meminfo()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
H A D | dt3155v4l.h | 34 #define DT3155_VERSION __stringify(DT3155_VER_MAJ) "." \ 35 __stringify(DT3155_VER_MIN) "." \ 36 __stringify(DT3155_VER_EXT)
|
/linux-4.1.27/include/net/netfilter/ |
H A D | nf_log.h | 69 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
|
H A D | nf_tables.h | 870 MODULE_ALIAS("nft-afinfo-" __stringify(family)) 873 MODULE_ALIAS("nft-chain-" __stringify(family) "-" name) 876 MODULE_ALIAS("nft-expr-" __stringify(family) "-" name)
|
/linux-4.1.27/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.1.27/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 | 1195 #define __mtmsrd(v, l) asm volatile("mtmsrd %0," __stringify(l) \ 1206 asm volatile("mfspr %0," __stringify(rn) \ 1208 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \
|
H A D | ppc_asm.h | 276 .stabs __stringify(n:F-1),N_FUN,0,0,n;\
|
/linux-4.1.27/fs/btrfs/ |
H A D | sysfs.h | 18 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
/linux-4.1.27/usr/ |
H A D | initramfs_data.S | 29 .incbin __stringify(INITRAMFS_IMAGE)
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | sh_pfc.h | 229 .name = __stringify(_name), \ 266 .name = __stringify(GPIO_##_pin), \ 274 .name = __stringify(PORT##_pin), \ 283 .name = __stringify(PIN_##_name), \ 298 .name = __stringify(gpio), \
|
/linux-4.1.27/drivers/irqchip/ |
H A D | irq-gic-v3.c | 114 asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat)); gic_read_iar() 120 asm volatile("msr_s " __stringify(ICC_PMR_EL1) ", %0" : : "r" (val)); gic_write_pmr() 125 asm volatile("msr_s " __stringify(ICC_CTLR_EL1) ", %0" : : "r" (val)); gic_write_ctlr() 131 asm volatile("msr_s " __stringify(ICC_GRPEN1_EL1) ", %0" : : "r" (val)); gic_write_grpen1() 137 asm volatile("msr_s " __stringify(ICC_SGI1R_EL1) ", %0" : : "r" (val)); gic_write_sgi1r() 144 asm volatile("mrs_s %0, " __stringify(ICC_SRE_EL1) : "=r" (val)); gic_enable_sre() 146 asm volatile("msr_s " __stringify(ICC_SRE_EL1) ", %0" : : "r" (val)); gic_enable_sre() 156 asm volatile("mrs_s %0, " __stringify(ICC_SRE_EL1) : "=r" (val)); gic_enable_sre()
|
/linux-4.1.27/include/target/ |
H A D | configfs_macros.h | 71 .ca_name = __stringify(_name), \ 82 .ca_name = __stringify(_name), \
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
H A D | zd_def.h | 55 __FILE__, __LINE__, __stringify(x)); \
|
/linux-4.1.27/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}, \
|
H A D | edd.c | 77 .attr = {.name = __stringify(_name), .mode = _mode }, \
|
/linux-4.1.27/include/linux/netfilter/ |
H A D | nfnetlink.h | 70 MODULE_ALIAS("nfnetlink-subsys-" __stringify(subsys))
|
/linux-4.1.27/arch/mips/sibyte/swarm/ |
H A D | platform.c | 89 .name = "SB1250 MAC " __stringify(num), \
|
/linux-4.1.27/arch/arm/mach-hisi/ |
H A D | platmcpm.c | 260 " ldr r0, [r2, #"__stringify(FAB_SF_MODE)"] \n" hip04_mcpm_power_up_setup() 264 " str r1, [r2, #"__stringify(FAB_SF_MODE)"] \n" hip04_mcpm_power_up_setup() 265 "1: ldr r0, [r2, #"__stringify(FAB_SF_MODE)"] \n" hip04_mcpm_power_up_setup()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/bonding/ |
H A D | bond_sysfs_slave.c | 24 .attr = {.name = __stringify(_name), \
|
/linux-4.1.27/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.1.27/include/sound/ |
H A D | minors.h | 108 MODULE_ALIAS("sound-service-?-" __stringify(type))
|
/linux-4.1.27/include/trace/ |
H A D | define_trace.h | 75 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
|
H A D | ftrace.h | 32 __stringify(TRACE_SYSTEM) 384 char *type_str = #type"["__stringify(len)"]"; \ 718 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args)
|
/linux-4.1.27/arch/arm/mach-netx/ |
H A D | time.c | 81 .name = "netx-timer" __stringify(TIMER_CLOCKEVENT),
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | ptlrpc_internal.h | 225 sizeof(NRS_LPROCFS_QUANTUM_NAME_REG __stringify(LPROCFS_NRS_QUANTUM_MAX) " " \ 226 NRS_LPROCFS_QUANTUM_NAME_HP __stringify(LPROCFS_NRS_QUANTUM_MAX))
|
/linux-4.1.27/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.1.27/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.1.27/tools/perf/util/ |
H A D | util.h | 149 die(" at (" __FILE__ ":" __stringify(__LINE__) "): " \ 150 __stringify(cnd) "\n"); \
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_sysfs.c | 109 __stringify(CORE_MAJOR) "." 110 __stringify(CORE_MINOR) "." 111 __stringify(CORE_PATCHLEVEL) " "
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | trace.h | 12 #define TRACE_SYSTEM_STRING __stringify(TRACE_SYSTEM)
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-efi.c | 53 pr_err("EFI year < " __stringify(EFI_RTC_EPOCH) ", invalid date\n"); compute_wday()
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | debug.c | 148 d = debugfs_create_file(__stringify(name), \
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | psmouse.h | 140 .name = __stringify(_name), \
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | paravirt.c | 357 "mov r2 = " __stringify(1 << IA64_PSR_I_BIT) "\n" 398 "mov r2 = " __stringify(_IA64_REG_ ## id) "\n" \ 476 "mov r2 = " __stringify(_IA64_REG_ ## id) "\n" \ 486 "mov r2 = " __stringify(_IA64_REG_PSR_L) "\n"
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | assembler.h | 19 #define __STR(x) __stringify(x)
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/batman-adv/ |
H A D | debugfs.c | 336 .attr = { .name = __stringify(_name), \ 396 .name = __stringify(_name), \
|
H A D | sysfs.c | 107 .attr = {.name = __stringify(_name), \ 116 .attr = {.name = __stringify(_name), \
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/scsi/isci/ |
H A D | init.c | 71 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \ 72 __stringify(BUILD)
|
/linux-4.1.27/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.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_amd.c | 410 .attr = {.name = __stringify(error_count), .mode = 0444 }, 416 .attr = {.name = __stringify(val), .mode = 0644 }, \
|
/linux-4.1.27/include/scsi/ |
H A D | libfcoe.h | 289 "v" __stringify(ven) \ 290 "d" __stringify(dev) "sv*sd*bc*sc*i*")
|
H A D | scsi_device.h | 536 MODULE_ALIAS("scsi:t-" __stringify(type) "*")
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 26 _IP_SET_MODULE_DESC(a, __stringify(b), __stringify(c))
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | mc13783_ts.c | 32 __stringify(DEFAULT_SAMPLE_TOLERANCE) ") or more, the reading "
|
/linux-4.1.27/drivers/power/ |
H A D | power_supply_sysfs.c | 28 * macro in sysfs.h which calls the __stringify macro.
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
H A D | init.c | 53 __setup("no" __stringify(x), x##_setup);
|
/linux-4.1.27/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.1.27/net/bridge/ |
H A D | br_sysfs_if.c | 31 .attr = {.name = __stringify(_name), \
|
/linux-4.1.27/net/core/ |
H A D | netprio_cgroup.c | 196 if (sscanf(buf, "%"__stringify(IFNAMSIZ)"s %u", devname, &prio) != 2) write_priomap()
|
/linux-4.1.27/kernel/power/ |
H A D | power.h | 73 .name = __stringify(_name), \ hibernate_image_size_init()
|
/linux-4.1.27/net/rds/ |
H A D | rdma_transport.c | 42 [RDMA_CM_EVENT_##foo] = __stringify(RDMA_CM_EVENT_##foo)
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_dummy.c | 65 MODULE_ALIAS("snd-seq-client-" __stringify(SNDRV_SEQ_CLIENT_DUMMY));
|
/linux-4.1.27/include/linux/irqchip/ |
H A D | arm-gic-v3.h | 383 asm volatile("msr_s " __stringify(ICC_EOIR1_EL1) ", %0" : : "r" (irq)); gic_write_eoir()
|
/linux-4.1.27/drivers/bus/ |
H A D | arm-cci.c | 1256 " and r0, r0, #"__stringify(MPIDR_HWID_BITMASK)" \n" cci_enable_port_for_self() 1269 " tst r3, #"__stringify(PORT_VALID)" \n" cci_enable_port_for_self() 1284 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n" cci_enable_port_for_self() 1296 " str r3, [r0, #"__stringify(CCI_PORT_CTRL)"] \n" cci_enable_port_for_self() 1302 "4: ldr r1, [r0, #"__stringify(CCI_CTRL_STATUS)"] \n" cci_enable_port_for_self()
|
/linux-4.1.27/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.1.27/drivers/regulator/ |
H A D | da9063-regulator.c | 60 .desc.name = __stringify(chip##_##regl_name), \ 78 .desc.name = __stringify(chip##_##regl_name), \
|
/linux-4.1.27/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)); \
|
H A D | debugfs.c | 743 d = debugfs_create_file(__stringify(name), \ b43_debugfs_add_device()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/b43legacy/ |
H A D | debugfs.c | 426 d = debugfs_create_file(__stringify(name), \ b43legacy_debugfs_add_device()
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | smp.c | 126 __asm__ __volatile__ ("waiti " __stringify(LOCKLEVEL)); secondary_start_kernel()
|
/linux-4.1.27/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.1.27/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 64 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
/linux-4.1.27/net/ipv4/ |
H A D | inet_fragment.c | 457 " list length grew over limit " __stringify(INETFRAGS_MAXDEPTH) inet_frag_maybe_warn_overflow()
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_conntrack_l3proto_ipv6.c | 333 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.1.27/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.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.c | 1477 MODULE_VERSION(__stringify(VMWGFX_DRIVER_MAJOR) "." 1478 __stringify(VMWGFX_DRIVER_MINOR) "." 1479 __stringify(VMWGFX_DRIVER_PATCHLEVEL) "."
|
/linux-4.1.27/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.1.27/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.1.27/net/sctp/ |
H A D | protocol.c | 1589 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly. 1591 MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); 1592 MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
|
/linux-4.1.27/drivers/usb/dwc3/ |
H A D | debugfs.c | 38 .name = __stringify(nm), \
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_conntrack_l3proto_ipv4.c | 399 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.1.27/net/l2tp/ |
H A D | l2tp_ip.c | 654 /* Use the value of SOCK_DGRAM (2) directory, because __stringify doesn't like
|
/linux-4.1.27/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.1.27/drivers/target/ |
H A D | target_core_fabric_configfs.c | 56 pr_debug("Setup generic %s\n", __stringify(_name)); \ 70 pr_debug("Setup generic %s\n", __stringify(_name)); \
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1164 " " __stringify(x) : "" wil_info_debugfs_show() 1404 #define WIL_FIELD(name, mode, type) { __stringify(name), mode, \
|
/linux-4.1.27/drivers/acpi/ |
H A D | battery.c | 985 .name = __stringify(_name), \ 998 .name = __stringify(_name), \
|
/linux-4.1.27/include/linux/usb/ |
H A D | composite.h | 595 .name = __stringify(_name), \ 600 MODULE_ALIAS("usbfunc:"__stringify(_name));
|
/linux-4.1.27/sound/usb/misc/ |
H A D | ua101.c | 66 __stringify(MIN_QUEUE_LENGTH)"-"__stringify(MAX_QUEUE_LENGTH));
|
/linux-4.1.27/drivers/iio/adc/ |
H A D | qcom-spmi-vadc.c | 609 .datasheet_name = __stringify(_dname), \
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 578 .stat_string = __stringify(m), \
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | efivars.c | 108 .attr = {.name = __stringify(_name), .mode = _mode}, \
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 413 .name = __stringify(NAME), \
|