Searched refs:__dst (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | special_insns.h | 249 struct { char _[64]; } *__dst = dst; in movdir64b() local 263 : "+m" (*__dst) in movdir64b() 264 : "m" (*__src), "a" (__dst), "d" (__src)); in movdir64b() 289 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() local 299 : CC_OUT(z) (zf), "+m" (*__dst) in enqcmds() 300 : "m" (*__src), "a" (__dst), "d" (__src)); in enqcmds()
|
/kernel/linux/linux-5.10/include/trace/ |
D | bpf_probe.h | 39 UINTTYPE(sizeof(x)) __dst; \ 40 memcpy(&__dst, &__src, sizeof(__dst)); \ 41 (u64)__dst; })
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | io_32.h | 95 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 1969 typeof(dst) __dst = dst;\ 1971 memcpy(__dst,\ 1975 sizeof(*__dst));\
|