Searched refs:__PASTE (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | init.h | 192 __PASTE(__KBUILD_MODNAME, \ 193 __PASTE(__, \ 194 __PASTE(__COUNTER__, \ 195 __PASTE(_, \ 196 __PASTE(__LINE__, \ 197 __PASTE(_, fn)))))) 201 __PASTE(__, \ 202 __PASTE(prefix, \ 203 __PASTE(__, \ 204 __PASTE(__iid, id))))
|
A D | compiler.h | 183 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 216 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
|
A D | compiler-clang.h | 11 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
A D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
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)
|
A 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)
|
A D | btf_ids.h | 52 __PASTE(prefix, __COUNTER__)
|
A D | compiler_types.h | 75 #define __PASTE(a,b) ___PASTE(a,b) macro
|
A D | pci.h | 2101 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | i915_selftest.c | 96 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __mock_##n)) 103 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __live_##n)) 110 #define param(n) __PASTE(igt__, __PASTE(__LINE__, __perf_##n))
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | selftest.c | 32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/include/ |
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-6.3-rc2/tools/testing/scatterlist/linux/ |
A 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.3-rc2/tools/include/linux/ |
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)
|
A D | compiler.h | 195 #define __PASTE(a, b) ___PASTE(a, b) macro
|
A D | btf_ids.h | 41 __PASTE(prefix, __COUNTER__)
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | core.c | 231 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | efi.h | 362 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 5002 #define BTF_TYPE_SAFE_NESTED(__type) __PASTE(__type, __safe_fields)
|
Completed in 68 milliseconds