Symbol: __PASTE
arch/powerpc/kexec/core.c
25
#define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
arch/powerpc/kexec/core.c
26
#define __be_word __PASTE(__be, BITS_PER_LONG)
arch/x86/include/asm/efi.h
338
__PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
arch/x86/include/asm/linkage.h
151
#define SYM_PIC_ALIAS(sym) extern typeof(sym) __PASTE(__pi_, sym) __alias(sym)
drivers/dma-buf/selftest.c
32
#define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
drivers/gpu/drm/i915/selftests/i915_selftest.c
101
#define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n))
drivers/gpu/drm/i915/selftests/i915_selftest.c
108
#define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n))
drivers/gpu/drm/i915/selftests/i915_selftest.c
115
#define param(n) __PASTE(igt__, __PASTE(__LINE__, __perf_##n))
include/drm/drm_exec.h
106
__PASTE(__drm_exec_, __LINE__): \
include/drm/drm_exec.h
108
__drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\
include/linux/btf_ids.h
58
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
include/linux/compiler.h
168
__PASTE(__UNIQUE_ID_, \
include/linux/compiler.h
169
__PASTE(name, \
include/linux/compiler.h
170
__PASTE(_, __COUNTER__)))
include/linux/compiler.h
276
__UNIQUE_ID(__PASTE(addressable_, sym)) = (void *)(uintptr_t)&sym;
include/linux/init.h
203
__PASTE(kmod_, \
include/linux/init.h
204
__PASTE(__KBUILD_MODNAME, \
include/linux/init.h
205
__PASTE(__, \
include/linux/init.h
206
__PASTE(__COUNTER__, \
include/linux/init.h
207
__PASTE(_, \
include/linux/init.h
208
__PASTE(__LINE__, \
include/linux/init.h
209
__PASTE(_, fn)))))))
include/linux/init.h
213
__PASTE(__, \
include/linux/init.h
214
__PASTE(prefix, \
include/linux/init.h
215
__PASTE(__, \
include/linux/init.h
216
__PASTE(__iid, id))))
include/linux/jump_label.h
407
__PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name)
include/linux/jump_label.h
412
__PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name)
include/linux/jump_label.h
417
__PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
include/linux/livepatch_helpers.h
24
__PASTE(__KLP_PRE_PATCH_PREFIX, KLP_OBJNAME) = func
include/linux/livepatch_helpers.h
28
__PASTE(__KLP_POST_PATCH_PREFIX, KLP_OBJNAME) = func
include/linux/livepatch_helpers.h
32
__PASTE(__KLP_PRE_UNPATCH_PREFIX, KLP_OBJNAME) = func
include/linux/livepatch_helpers.h
36
__PASTE(__KLP_POST_UNPATCH_PREFIX, KLP_OBJNAME) = func
include/linux/module.h
247
__PASTE(__mod_device_table__, \
include/linux/module.h
248
__PASTE(kmod_, \
include/linux/module.h
249
__PASTE(__KBUILD_MODNAME, \
include/linux/module.h
250
__PASTE(__, \
include/linux/module.h
251
__PASTE(type, \
include/linux/module.h
252
__PASTE(__, name))))))
include/linux/pci.h
2393
static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
include/linux/static_call_types.h
12
#define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
include/linux/static_call_types.h
18
#define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
kernel/bpf/verifier.c
7250
#define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu)
kernel/bpf/verifier.c
7251
#define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null)
kernel/bpf/verifier.c
7252
#define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted)
kernel/bpf/verifier.c
7253
#define BTF_TYPE_SAFE_TRUSTED_OR_NULL(__type) __PASTE(__type, __safe_trusted_or_null)
scripts/gendwarfksyms/examples/kabi.h
31
#ifndef __PASTE
scripts/gendwarfksyms/examples/kabi.h
41
static const char __PASTE(__gendwarfksyms_rule_, \
tools/include/linux/btf_ids.h
52
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
tools/include/linux/static_call_types.h
12
#define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
tools/include/linux/static_call_types.h
18
#define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
tools/testing/scatterlist/linux/mm.h
64
#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
877
#define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
tools/testing/selftests/bpf/uprobe_multi.c
25
#define PASTE(a, b) __PASTE(a, b)
tools/testing/selftests/powerpc/include/instructions.h
36
.long __PASTE((RA), (RB), (L), (RC))
tools/testing/selftests/powerpc/include/instructions.h
66
#define PPC_INST_PASTE __PASTE(0, 0, 0, 0)
tools/testing/selftests/powerpc/include/instructions.h
67
#define PPC_INST_PASTE_LAST __PASTE(0, 0, 1, 1)