__PASTE           233 arch/powerpc/kernel/machine_kexec.c #define cpu_to_be_ulong	__PASTE(cpu_to_be, BITS_PER_LONG)
__PASTE            32 drivers/dma-buf/selftest.c #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
__PASTE            82 drivers/gpu/drm/i915/selftests/i915_selftest.c #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n))
__PASTE            89 drivers/gpu/drm/i915/selftests/i915_selftest.c #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n))
__PASTE            43 drivers/gpu/drm/selftests/drm_selftest.c #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
__PASTE            13 include/linux/compiler-clang.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
__PASTE            71 include/linux/compiler-gcc.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
__PASTE           177 include/linux/compiler.h # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
__PASTE           302 include/linux/compiler.h 		__PASTE(__addressable_##sym, __LINE__) = (void *)&sym;
__PASTE          1917 include/linux/pci.h 	static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used	\
__PASTE           374 include/linux/serial_core.h 		* const __PASTE(__p, unique_id) = &unique_id
__PASTE            64 tools/testing/scatterlist/linux/mm.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
__PASTE            36 tools/testing/selftests/powerpc/include/instructions.h 	.long __PASTE((RA), (RB), (L), (RC))
__PASTE            66 tools/testing/selftests/powerpc/include/instructions.h #define PPC_INST_PASTE                 __PASTE(0, 0, 0, 0)
__PASTE            67 tools/testing/selftests/powerpc/include/instructions.h #define PPC_INST_PASTE_LAST            __PASTE(0, 0, 1, 1)