Searched refs:__STR (Results 1 - 5 of 5) sorted by relevance

/arch/m32r/include/asm/
H A Dassembler.h14 #undef __STR macro
17 #define __STR(x) x macro
19 #define __STR(x) __stringify(x) macro
23 #define M32R_LOCK __STR(lock)
24 #define M32R_UNLOCK __STR(unlock)
26 #define M32R_LOCK __STR(ld)
27 #define M32R_UNLOCK __STR(st)
/arch/cris/include/arch-v10/arch/
H A Dirq.h80 #define __STR(x) #x macro
81 #define STR(x) __STR(x)
/arch/x86/kernel/
H A Dmachine_kexec_32.c53 #define __STR(X) #X macro
54 #define STR(X) __STR(X)
67 #undef __STR macro
/arch/mips/include/asm/
H A Dmipsregs.h25 #ifndef __STR
26 #define __STR(x) #x macro
29 #define STR(x) __STR(x)
/arch/mips/kernel/
H A Dunaligned.c95 #define STR(x) __STR(x)
96 #define __STR(x) #x macro

Completed in 149 milliseconds