Searched refs:__PASTE (Results 1 – 13 of 13) sorted by relevance
| /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/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/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/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 | 57 __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 | pci.h | 2472 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 | efi.h | 339 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_multi_test.c | 967 #define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__)) in consumer_test()
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 155 static const char __PASTE(__gendwarfksyms_rule_, \
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 5811 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu) 5812 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null) 5813 #define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted) 5814 #define BTF_TYPE_SAFE_TRUSTED_OR_NULL(__type) __PASTE(__type, __safe_trusted_or_null)
|