Searched refs:__PASTE (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 33 #define __PASTE(RA, RB, L, RC) \ macro 36 .long __PASTE((RA), (RB), (L), (RC)) 66 #define PPC_INST_PASTE __PASTE(0, 0, 0, 0) 67 #define PPC_INST_PASTE_LAST __PASTE(0, 0, 1, 1)
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | drm_selftest.c | 43 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/Linux-v4.19/include/linux/ |
D | compiler-clang.h | 14 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | compiler.h | 166 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 291 __PASTE(__addressable_##sym, __LINE__) = (void *)&sym;
|
D | compiler-gcc.h | 82 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | compiler_types.h | 53 #define __PASTE(a,b) ___PASTE(a,b) macro
|
D | serial_core.h | 382 * const __PASTE(__p, unique_id) = &unique_id
|
D | pci.h | 1851 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_selftest.c | 80 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n)) 87 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n))
|
/Linux-v4.19/tools/testing/scatterlist/linux/ |
D | mm.h | 62 #define __PASTE(a,b) ___PASTE(a,b) macro 64 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | machine_kexec.c | 235 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
|