Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcompiler.h202 #define ___PASTE(a, b) a##b macro
203 #define __PASTE(a, b) ___PASTE(a, b)
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h62 #define ___PASTE(a,b) a##b macro
63 #define __PASTE(a,b) ___PASTE(a,b)
/openbmc/linux/include/linux/
H A Dcompiler_types.h74 #define ___PASTE(a,b) a##b macro
75 #define __PASTE(a,b) ___PASTE(a,b)
/openbmc/u-boot/include/linux/
H A Dcompiler.h50 #define ___PASTE(a,b) a##b macro
51 #define __PASTE(a,b) ___PASTE(a,b)