Home
last modified time | relevance | path

Searched refs:__stringify_1 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dstringify.h10 #define __stringify_1(x...) #x macro
11 #define __stringify(x...) __stringify_1(x)
/openbmc/linux/include/linux/
H A Dstringify.h9 #define __stringify_1(x...) #x macro
10 #define __stringify(x...) __stringify_1(x)
/openbmc/u-boot/include/linux/
H A Dstringify.h9 #define __stringify_1(x...) #x macro
10 #define __stringify(x...) __stringify_1(x)
/openbmc/linux/arch/powerpc/boot/
H A Dreg.h15 #define __stringify_1(x) #x macro
16 #define __stringify(x) __stringify_1(x)
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dmulti-die-cpp.h10 #define __stringify_1(x...) #x macro
11 #define __stringify(x...) __stringify_1(x)
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dvtimer.c13 #define __stringify_1(x...) #x macro
14 #define __stringify(x...) __stringify_1(x)
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h17 #define __stringify_1(x...) #x macro
18 #define __stringify(x...) __stringify_1(x)
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h9 #define __stringify_1(x) #x macro
10 #define __stringify(x) __stringify_1(x)
/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h186 #define __stringify_1(x...) #x macro
187 #define __stringify(x...) __stringify_1(x)
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c1926 return __stringify_1(DK_CXLFLASH_ATTACH); in decode_ioctl()
1928 return __stringify_1(DK_CXLFLASH_USER_DIRECT); in decode_ioctl()
1930 return __stringify_1(DK_CXLFLASH_USER_VIRTUAL); in decode_ioctl()
1932 return __stringify_1(DK_CXLFLASH_VLUN_RESIZE); in decode_ioctl()
1934 return __stringify_1(DK_CXLFLASH_RELEASE); in decode_ioctl()
1936 return __stringify_1(DK_CXLFLASH_DETACH); in decode_ioctl()
1938 return __stringify_1(DK_CXLFLASH_VERIFY); in decode_ioctl()
1940 return __stringify_1(DK_CXLFLASH_VLUN_CLONE); in decode_ioctl()
1942 return __stringify_1(DK_CXLFLASH_RECOVER_AFU); in decode_ioctl()
1944 return __stringify_1(DK_CXLFLASH_MANAGE_LUN); in decode_ioctl()
H A Dmain.c3269 return __stringify_1(HT_CXLFLASH_LUN_PROVISION); in decode_hioctl()
/openbmc/linux/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), \