Home
last modified time | relevance | path

Searched refs:PASTE2 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dhighmem.h127 #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/
Dentry.h13 # define PASTE2(x,y) x##y
14 # define PASTE(x,y) PASTE2(x,y)
/linux-3.4.99/include/asm-generic/
Dvmlinux.lds.h58 #define PASTE2(x,y) x##y macro
59 #define PASTE(x,y) PASTE2(x,y)