Searched refs:___PASTE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 202 #define ___PASTE(a, b) a##b macro 203 #define __PASTE(a, b) ___PASTE(a, b)
|
/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 62 #define ___PASTE(a,b) a##b macro 63 #define __PASTE(a,b) ___PASTE(a,b)
|
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 74 #define ___PASTE(a,b) a##b macro 75 #define __PASTE(a,b) ___PASTE(a,b)
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 50 #define ___PASTE(a,b) a##b macro 51 #define __PASTE(a,b) ___PASTE(a,b)
|