Home
last modified time | relevance | path

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

/linux-6.15/scripts/gendwarfksyms/examples/
H A Dkabi.h32 #define ___PASTE(a, b) a##b macro
33 #define __PASTE(a, b) ___PASTE(a, b)
/linux-6.15/tools/include/linux/
H A Dcompiler.h216 #define ___PASTE(a, b) a##b macro
217 #define __PASTE(a, b) ___PASTE(a, b)
/linux-6.15/tools/testing/scatterlist/linux/
H A Dmm.h62 #define ___PASTE(a,b) a##b macro
63 #define __PASTE(a,b) ___PASTE(a,b)
/linux-6.15/include/linux/
H A Dcompiler_types.h83 #define ___PASTE(a,b) a##b macro
84 #define __PASTE(a,b) ___PASTE(a,b)