/kernel/linux/linux-5.10/include/linux/ |
H A D | init.h | 189 __PASTE(__KBUILD_MODNAME, \ 190 __PASTE(__, \ 191 __PASTE(__COUNTER__, \ 192 __PASTE(_, \ 193 __PASTE(__LINE__, \ 194 __PASTE(_, fn)))))) 198 __PASTE(__, \ 199 __PASTE(prefix, \ 200 __PASTE(__, \ 201 __PASTE(__ii [all...] |
H A D | compiler-clang.h | 21 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
H A D | compiler.h | 208 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 241 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
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 | compiler-gcc.h | 53 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
H A D | btf_ids.h | 13 #include <linux/compiler.h> /* for __PASTE */ 41 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
/kernel/linux/linux-6.6/include/linux/ |
H A 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(__ii [all...] |
H A D | compiler.h | 182 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 215 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
H A D | compiler-clang.h | 20 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
H A D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
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)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | drm_selftest.c | 43 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A 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))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A 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))
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/ |
H A D | mm.h | 63 #define __PASTE(a,b) ___PASTE(a,b) macro 65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/kernel/linux/linux-6.6/tools/testing/scatterlist/linux/ |
H A D | mm.h | 63 #define __PASTE(a,b) ___PASTE(a,b) macro 65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/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 | 13 #include <linux/compiler.h> /* for __PASTE */ 41 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_exec.h | 106 __PASTE(__drm_exec_, __LINE__): \ 108 __drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\
|
/kernel/linux/linux-6.6/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 | 22 #include <linux/compiler.h> /* for __PASTE */ 50 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|