Home
last modified time | relevance | path

Searched refs:__PASTE (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h189 __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(__iid, id))))
H A Dcompiler.h193 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
226 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
H A Dcompiler-clang.h21 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
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-gcc.h53 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
H A Dbtf_ids.h41 __PASTE(prefix, __COUNTER__)
H A Dcompiler_types.h60 #define __PASTE(a,b) ___PASTE(a,b) macro
H A Dserial_core.h403 * const __PASTE(__p, unique_id) = &unique_id
H A Dpci.h1978 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c95 #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))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Ddrm_selftest.c43 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dselftest.c32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n))
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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__)
/OK3568_Linux_fs/kernel/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.h41 __PASTE(prefix, __COUNTER__)
H A Dcompiler.h201 #define __PASTE(a, b) ___PASTE(a, b) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h182 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
H A Dcompiler.h51 #define __PASTE(a,b) ___PASTE(a,b) macro
196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h56 #define __PASTE(a,b) ___PASTE(a,b) macro
222 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch228 +#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
417 -#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
499 -#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
613 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dcore.c243 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h317 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)