Searched refs:__PASTE (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Dinit.h209 __PASTE(__KBUILD_MODNAME, \
210 __PASTE(__, \
211 __PASTE(__COUNTER__, \
212 __PASTE(_, \
213 __PASTE(__LINE__, \
214 __PASTE(_, fn))))))
218 __PASTE(__, \
219 __PASTE(prefix, \
220 __PASTE(__, \
221 __PASTE(__ii
[all...]
H A Dstatic_call_types.h12 #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 Dcompiler.h189 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
221 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)(uintptr_t)&sym;
H A Djump_label.h401 __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)
H A Dbtf_ids.h25 #include <linux/compiler.h> /* for __PASTE */
56 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
H A Dcompiler_types.h84 #define __PASTE(a,b) ___PASTE(a,b) macro
H A Dpci.h2253 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
/linux-master/tools/include/linux/
H A Dstatic_call_types.h12 #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 Dbtf_ids.h24 #include <linux/compiler.h> /* for __PASTE */
52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
H A Dcompiler.h211 #define __PASTE(a, b) ___PASTE(a, b) macro
/linux-master/include/drm/
H A Ddrm_exec.h106 __PASTE(__drm_exec_, __LINE__): \
108 __drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\
/linux-master/drivers/dma-buf/
H A Dselftest.c32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h63 #define __PASTE(a,b) ___PASTE(a,b) macro
65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c98 #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-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h33 #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-master/tools/testing/selftests/bpf/
H A Duprobe_multi.c7 #define __PASTE(a, b) a##b macro
8 #define PASTE(a, b) __PASTE(a, b)
/linux-master/arch/powerpc/kexec/
H A Dcore.c210 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
/linux-master/arch/x86/include/asm/
H A Defi.h330 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
/linux-master/kernel/bpf/
H A Dverifier.c6325 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu)
6326 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null)
6327 #define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted)

Completed in 690 milliseconds