Home
last modified time | relevance | path

Searched refs:__dst (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dspecial_insns.h230 struct { char _[64]; } __iomem *__dst = dst; in movdir64b() local
244 : "+m" (*__dst) in movdir64b()
245 : "m" (*__src), "a" (__dst), "d" (__src)); in movdir64b()
270 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() local
280 : CC_OUT(z) (zf), "+m" (*__dst) in enqcmds()
281 : "m" (*__src), "a" (__dst), "d" (__src)); in enqcmds()
/openbmc/linux/include/trace/
H A Dbpf_probe.h26 UINTTYPE(sizeof(x)) __dst; \
27 memcpy(&__dst, &__src, sizeof(__dst)); \
28 (u64)__dst; })
/openbmc/linux/arch/sparc/include/asm/
H A Dio_32.h95 static inline void sbus_memset_io(volatile void __iomem *__dst, int c, in sbus_memset_io() argument
99 sbus_writeb(c, __dst); in sbus_memset_io()
100 __dst++; in sbus_memset_io()
/openbmc/linux/arch/arm/include/asm/
H A Duaccess.h482 unsigned long __dst = (unsigned long)__pk_ptr; \
488 case 1: __put_user_asm_byte(__val, __dst, __err, ""); break; \
489 case 2: __put_user_asm_half(__val, __dst, __err, ""); break; \
490 case 4: __put_user_asm_word(__val, __dst, __err, ""); break; \
491 case 8: __put_user_asm_dword(__val, __dst, __err, ""); break; \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/
H A D0001-Remove-defining-const-as-nothing.patch20 | 129 | __NTH (mbstowcs (__fortify_clang_overload_arg (wchar_t *, __restrict, __dst),
23 | 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst),
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.h29 sigset_t *__dst = dst; \
34 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2118 typeof(dst) __dst = dst;\
2120 memcpy(__dst,\
2124 sizeof(*__dst));\