Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
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()
/Linux-v6.6/include/trace/
Dbpf_probe.h26 UINTTYPE(sizeof(x)) __dst; \
27 memcpy(&__dst, &__src, sizeof(__dst)); \
28 (u64)__dst; })
/Linux-v6.6/arch/sparc/include/asm/
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-v6.6/arch/arm/include/asm/
Duaccess.h492 unsigned long __dst = (unsigned long)__pk_ptr; \
498 case 1: __put_user_asm_byte(__val, __dst, __err, ""); break; \
499 case 2: __put_user_asm_half(__val, __dst, __err, ""); break; \
500 case 4: __put_user_asm_word(__val, __dst, __err, ""); break; \
501 case 8: __put_user_asm_dword(__val, __dst, __err, ""); break; \
/Linux-v6.6/arch/powerpc/kernel/
Dsignal.h29 sigset_t *__dst = dst; \
34 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2114 typeof(dst) __dst = dst;\
2116 memcpy(__dst,\
2120 sizeof(*__dst));\