Searched refs:PASTE2 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/linux/ |
D | highmem.h | 127 #define PASTE2(a, b) PASTE(a, b) macro 140 #define kmap_atomic(...) PASTE2(kmap_atomic, NARG(__VA_ARGS__)(__VA_ARGS__)) 166 #define kunmap_atomic(...) PASTE2(kunmap_atomic, NARG(__VA_ARGS__)(__VA_ARGS__))
|
/linux-3.4.99/arch/ia64/kernel/ |
D | entry.h | 13 # define PASTE2(x,y) x##y 14 # define PASTE(x,y) PASTE2(x,y)
|
/linux-3.4.99/include/asm-generic/ |
D | vmlinux.lds.h | 58 #define PASTE2(x,y) x##y macro 59 #define PASTE(x,y) PASTE2(x,y)
|