Searched refs:__PASTE (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | drm_selftest.c | 43 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/Linux-v5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_selftest.c | 95 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n)) 102 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n)) 109 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __perf_##n))
|
/Linux-v5.10/include/linux/ |
D | static_call_types.h | 11 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) 16 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
|
D | compiler.h | 191 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 224 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
D | compiler-clang.h | 21 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | compiler-gcc.h | 47 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
D | btf_ids.h | 41 __PASTE(prefix, __COUNTER__)
|
D | compiler_types.h | 60 #define __PASTE(a,b) ___PASTE(a,b) macro
|
D | serial_core.h | 377 * const __PASTE(__p, unique_id) = &unique_id
|
D | pci.h | 1932 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
|
/Linux-v5.10/tools/include/linux/ |
D | static_call_types.h | 11 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) 16 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
|
D | btf_ids.h | 41 __PASTE(prefix, __COUNTER__)
|
D | compiler.h | 201 #define __PASTE(a, b) ___PASTE(a, b) macro
|
/Linux-v5.10/drivers/dma-buf/ |
D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/Linux-v5.10/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-v5.10/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-v5.10/arch/powerpc/kexec/ |
D | core.c | 236 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
|
/Linux-v5.10/arch/x86/include/asm/ |
D | efi.h | 317 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
|