/linux-6.6.21/include/linux/ |
D | init.h | 206 __PASTE(__KBUILD_MODNAME, \ 207 __PASTE(__, \ 208 __PASTE(__COUNTER__, \ 209 __PASTE(_, \ 210 __PASTE(__LINE__, \ 211 __PASTE(_, fn)))))) 215 __PASTE(__, \ 216 __PASTE(prefix, \ 217 __PASTE(__, \ 218 __PASTE(__iid, id))))
|
D | compiler.h | 182 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 215 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
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)
|
D | compiler-clang.h | 20 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | jump_label.h | 401 __PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name) 406 __PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name) 411 __PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
|
D | btf_ids.h | 52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
D | compiler_types.h | 75 #define __PASTE(a,b) ___PASTE(a,b) macro
|
D | pci.h | 2213 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
|
/linux-6.6.21/drivers/dma-buf/ |
D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/linux-6.6.21/drivers/gpu/drm/i915/selftests/ |
D | i915_selftest.c | 98 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n)) 105 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n)) 112 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __perf_##n))
|
/linux-6.6.21/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-6.6.21/tools/testing/scatterlist/linux/ |
D | mm.h | 63 #define __PASTE(a,b) ___PASTE(a,b) macro 65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
/linux-6.6.21/tools/include/linux/ |
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)
|
D | btf_ids.h | 41 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
D | compiler.h | 203 #define __PASTE(a, b) ___PASTE(a, b) macro
|
/linux-6.6.21/include/drm/ |
D | drm_exec.h | 106 __PASTE(__drm_exec_, __LINE__): \ 108 __drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | uprobe_multi.c | 7 #define __PASTE(a, b) a##b macro 8 #define PASTE(a, b) __PASTE(a, b)
|
/linux-6.6.21/arch/powerpc/kexec/ |
D | core.c | 234 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
|
/linux-6.6.21/arch/x86/include/asm/ |
D | efi.h | 339 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
|
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 6261 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu) 6262 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null) 6263 #define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted)
|