Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dspecial_insns.h220 struct { char _[64]; } *__dst = dst; in movdir64b() local
234 : "+m" (*__dst) in movdir64b()
235 : "m" (*__src), "a" (__dst), "d" (__src)); in movdir64b()
265 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() local
275 : CC_OUT(z) (zf), "+m" (*__dst) in enqcmds()
276 : "m" (*__src), "a" (__dst), "d" (__src)); in enqcmds()
/linux-6.15/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()
/linux-6.15/include/trace/
H A Dbpf_probe.h26 UINTTYPE(sizeof(x)) __dst; \
27 memcpy(&__dst, &__src, sizeof(__dst)); \
28 (u64)__dst; })
/linux-6.15/arch/arm/include/asm/
H A Duaccess.h516 unsigned long __dst = (unsigned long)__pk_ptr; \
522 case 1: __put_user_asm_byte(__val, __dst, __err, ""); break; \
523 case 2: __put_user_asm_half(__val, __dst, __err, ""); break; \
524 case 4: __put_user_asm_word(__val, __dst, __err, ""); break; \
525 case 8: __put_user_asm_dword(__val, __dst, __err, ""); break; \
/linux-6.15/include/linux/
H A Dstring.h117 char *__dst = (dest); \
122 __wrote = sized_strscpy(__dst, __src, __count); \
124 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
/linux-6.15/arch/powerpc/kernel/
H A Dsignal.h26 sigset_t *__dst = dst; \
31 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
/linux-6.15/arch/s390/include/asm/
H A Duaccess.h440 type *(__dst) = (type *)(dst); \
455 "=m" (*__dst) \
457 [_dst] "a" (__dst), \
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2236 typeof(dst) __dst = dst;\
2238 memcpy(__dst,\
2242 sizeof(*__dst));\