Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspecial_insns.h233 struct { char _[64]; } *__dst = dst; in movdir64b() local
247 : "+m" (*__dst) in movdir64b()
248 : "m" (*__src), "a" (__dst), "d" (__src)); in movdir64b()
278 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() local
287 : "=@ccz" (zf), "+m" (*__dst) in enqcmds()
288 : "m" (*__src), "a" (__dst), "d" (__src)); in enqcmds()
/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()
/linux/arch/powerpc/kernel/
H A Dsignal.h26 sigset_t *__dst = dst; \
31 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2239 typeof(dst) __dst = dst;\
2241 memcpy(__dst,\
2245 sizeof(*__dst));\