Searched refs:__stringify_1 (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/include/linux/
H A Dstringify.h10 #define __stringify_1(x...) #x macro
11 #define __stringify(x...) __stringify_1(x)
/linux-master/include/linux/
H A Dstringify.h9 #define __stringify_1(x...) #x macro
10 #define __stringify(x...) __stringify_1(x)
/linux-master/arch/powerpc/boot/
H A Dreg.h15 #define __stringify_1(x) #x macro
16 #define __stringify(x) __stringify_1(x)
/linux-master/arch/arm64/boot/dts/apple/
H A Dmulti-die-cpp.h10 #define __stringify_1(x...) #x macro
11 #define __stringify(x...) __stringify_1(x)
/linux-master/scripts/dtc/include-prefixes/arm64/apple/
H A Dmulti-die-cpp.h10 #define __stringify_1(x...) #x macro
11 #define __stringify(x...) __stringify_1(x)
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h17 #define __stringify_1(x...) #x macro
18 #define __stringify(x...) __stringify_1(x)
/linux-master/tools/testing/selftests/powerpc/include/
H A Dreg.h9 #define __stringify_1(x) #x macro
10 #define __stringify(x) __stringify_1(x)
/linux-master/tools/testing/selftests/mm/
H A Dpkey-helpers.h186 #define __stringify_1(x...) #x macro
187 #define __stringify(x...) __stringify_1(x)
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c1926 return __stringify_1(DK_CXLFLASH_ATTACH);
1928 return __stringify_1(DK_CXLFLASH_USER_DIRECT);
1930 return __stringify_1(DK_CXLFLASH_USER_VIRTUAL);
1932 return __stringify_1(DK_CXLFLASH_VLUN_RESIZE);
1934 return __stringify_1(DK_CXLFLASH_RELEASE);
1936 return __stringify_1(DK_CXLFLASH_DETACH);
1938 return __stringify_1(DK_CXLFLASH_VERIFY);
1940 return __stringify_1(DK_CXLFLASH_VLUN_CLONE);
1942 return __stringify_1(DK_CXLFLASH_RECOVER_AFU);
1944 return __stringify_1(DK_CXLFLASH_MANAGE_LU
[all...]
H A Dmain.c3274 return __stringify_1(HT_CXLFLASH_LUN_PROVISION);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a2000.c85 .name = __stringify_1(LSDC_HDMI##i##_##reg##_REG), \
H A Dlsdc_crtc.c476 .name = __stringify_1(LSDC_##reg##_REG), \

Completed in 236 milliseconds