| /linux/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 31 #ifndef __PASTE 33 #define __PASTE(a, b) ___PASTE(a, b) macro 41 static const char __PASTE(__gendwarfksyms_rule_, \
|
| /linux/drivers/dma-buf/ |
| H A D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A 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/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 62 #define __PASTE(a,b) ___PASTE(a,b) macro 64 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
| /linux/include/drm/ |
| H A D | drm_exec.h | 106 __PASTE(__drm_exec_, __LINE__): \ 108 __drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\
|
| /linux/tools/include/linux/ |
| H A D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
|
| H A D | btf_ids.h | 52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
| /linux/include/linux/ |
| H A D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
|
| H A D | jump_label.h | 407 __PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name) 412 __PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name) 417 __PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
|
| H A D | compiler_types.h | 16 #define __PASTE(a, b) ___PASTE(a, b) macro
|
| H A D | pci.h | 2393 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
|
| /linux/arch/powerpc/kexec/ |
| H A D | core.c | 25 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG) 26 #define __be_word __PASTE(__be, BITS_PER_LONG)
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | uprobe_multi.c | 24 #define __PASTE(a, b) a##b macro 25 #define PASTE(a, b) __PASTE(a, b)
|
| /linux/arch/x86/include/asm/ |
| H A D | linkage.h | 151 #define SYM_PIC_ALIAS(sym) extern typeof(sym) __PASTE(__pi_, sym) __alias(sym)
|
| H A D | efi.h | 338 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_multi_test.c | 877 #define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 155 static const char __PASTE(__gendwarfksyms_rule_, \
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 7229 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu) 7230 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null) 7231 #define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted) 7232 #define BTF_TYPE_SAFE_TRUSTED_OR_NULL(__type) __PASTE(__type, __safe_trusted_or_null)
|