Searched refs:__stringify (Results 1 - 25 of 455) sorted by path

1234567891011>>

/linux-master/arch/arm64/include/asm/
H A Dbug.h15 asm volatile (__stringify(ASM_BUG_FLAGS(flags)));
/linux-master/arch/mips/include/asm/
H A Dstacktrace.h26 #define STR_PTR_LA __stringify(PTR_LA)
27 #define STR_LONG_S __stringify(LONG_S)
28 #define STR_LONG_L __stringify(LONG_L)
29 #define STR_LONGSIZE __stringify(LONGSIZE)
32 STR_LONG_S " $" __stringify(r)",("STR_LONGSIZE"*"__stringify(r)")(%1)\n\t"
/linux-master/arch/powerpc/boot/
H A Dreg.h16 #define __stringify(x) __stringify_1(x) macro
19 asm volatile("mfspr %0," __stringify(rn) \
21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v))
/linux-master/arch/powerpc/perf/req-gen/
H A D_begin.h8 #define CAT2_STR_(t, s) __stringify(t/s)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsputrace.h32 trace_spufs_context(ctx, spu, __stringify(name))
34 trace_spufs_context(ctx, NULL, __stringify(name))
/linux-master/arch/sh/include/asm/
H A Dptrace.h57 {.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])}
59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/linux-master/arch/xtensa/include/asm/
H A Dirqflags.h35 "bgei %1, "__stringify(LOCKLEVEL)", 1f\t\n"
36 "rsil %0, "__stringify(LOCKLEVEL)"\n"
47 asm volatile("rsil %0, "__stringify(LOCKLEVEL)
/linux-master/drivers/bus/
H A Darm-cci.c303 " and r0, r0, #"__stringify(MPIDR_HWID_BITMASK)" \n"
316 " tst r3, #"__stringify(PORT_VALID)" \n"
331 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n"
343 " str r3, [r0, #"__stringify(CCI_PORT_CTRL)"] \n"
349 "4: ldr r1, [r0, #"__stringify(CCI_CTRL_STATUS)"] \n"
/linux-master/drivers/w1/slaves/
H A Dw1_smem.c58 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_01));
59 MODULE_ALIAS("w1-family-" __stringify(W1_FAMILY_SMEM_81));
/linux-master/include/sound/
H A Dminors.h93 MODULE_ALIAS("sound-service-?-" __stringify(type))
/linux-master/tools/include/linux/
H A Dstringify.h6 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO)
11 #define __stringify(x...) __stringify_1(x) macro
/linux-master/tools/perf/arch/arm/util/
H A Ddwarf-regs.c19 {.name = __stringify(%r##num), .dwarfnum = num}
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c57 "lis " __stringify(n) "," __stringify(REG_POISON) ";" \
58 "addi " __stringify(n) "," __stringify(n) "," __stringify(n) ";" \
59 "sldi " __stringify(n) "," __stringify(n) ", 32 ;" \
60 "oris " __stringify(n) "," __stringify(n) "," __stringify(REG_POISO
[all...]
/linux-master/arch/arc/include/asm/
H A Djump_label.h34 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
50 asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
H A Dlinkage.h13 #define __ALIGN_STR __stringify(__ALIGN)
/linux-master/arch/arm/include/asm/
H A Dcacheflush.h454 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
457 "bl v7_flush_dcache_"__stringify(level)" \n\t" \
H A Dcputype.h124 asm("mrc p15, 0, %0, c0, c0, " __stringify(reg) \
H A Dopcodes.h227 #define ___inst_arm(x) ".long " __stringify(x) "\n\t"
228 #define ___inst_thumb16(x) ".short " __stringify(x) "\n\t"
230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
H A Dvermagic.h10 #define MODULE_ARCH_VERMAGIC_ARMVSN "ARMv" __stringify(__LINUX_ARM_ARCH__) " "
/linux-master/arch/arm/include/asm/vdso/
H A Dcp15.h15 "mrc", "mcr", __stringify(p15, Op1, %0, CRn, CRm, Op2), u32
17 "mrrc", "mcrr", __stringify(p15, Op1, %Q0, %R0, CRm), u64
/linux-master/arch/arm/mach-exynos/
H A Dmcpm-exynos.c39 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
42 "bl v7_flush_dcache_"__stringify(level)"\n\t" \
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c64 " tst r1, #"__stringify(PSR_T_BIT)"\n"
H A Dtest-arm.c507 TEST_RP( "strh r",3, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!")
508 TEST_UNSUPPORTED("strh r3, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!")
509 TEST_RP( "strh r",4, VAL1,", [r",14,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!")
600 TEST_RP( "strd r",6, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!")
601 TEST_UNSUPPORTED("strd r6, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!")
602 TEST_RP( "strd r",4, VAL1,", [r",12,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!")
651 TEST_RP( "str"byte" r",3, VAL1,", [r",13,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") \
652 TEST_UNSUPPORTED("str"byte" r3, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") \
653 TEST_RP( "str"byte" r",4, VAL1,", [r",10,TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!") \
H A Dtest-core.c925 "sub sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t"
943 "add sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t"
960 "add sp, sp, #"__stringify(TEST_MEMORY_SIZE)"\n\t"
H A Dtest-core.h123 ".byte "__stringify(ARG_TYPE_REG)" \n\t" \
129 ".byte "__stringify(ARG_TYPE_PTR)" \n\t" \
135 ".byte "__stringify(ARG_TYPE_MEM)" \n\t" \
141 ".byte "__stringify(ARG_TYPE_REG_MASKED)" \n\t" \
147 ".byte "__stringify(ARG_TYPE_END)" \n\t" \
222 TEST_ARG_END("|"__stringify(ARG_FLAG_UNSUPPORTED)) \
228 TEST_ARG_END("|"__stringify(ARG_FLAG_SUPPORTED)) \
388 TEST_INSTRUCTION(code1 __stringify(reg) code2) \
398 TEST_INSTRUCTION(code1 __stringify(reg1) code2 __stringify(reg
[all...]

Completed in 375 milliseconds

1234567891011>>