Home
last modified time | relevance | path

Searched refs:__STR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c28 #define __STR(X) #X in load_segments() macro
29 #define STR(X) __STR(X) in load_segments()
40 #undef __STR in load_segments()
/openbmc/u-boot/env/
H A Dmmc.c21 #define __STR(X) #X macro
22 #define STR(X) __STR(X)
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h17 #ifndef __STR
18 #define __STR(x) #x macro
21 #define STR(x) __STR(x)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h25 #ifndef __STR
26 #define __STR(x) #x macro
29 #define STR(x) __STR(x)