Searched refs:__dst (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | special_insns.h | 249 struct { char _[64]; } *__dst = dst; in movdir64b() local 254 * Both __src and __dst must be memory constraints in order to tell the in movdir64b() 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-6.6/arch/x86/include/asm/ |
H A D | special_insns.h | 230 struct { char _[64]; } __iomem *__dst = dst; in movdir64b() local 235 * Both __src and __dst must be memory constraints in order to tell the in movdir64b() 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()
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | bpf_probe.h | 39 UINTTYPE(sizeof(x)) __dst; \ 40 memcpy(&__dst, &__src, sizeof(__dst)); \ 41 (u64)__dst; })
|
/kernel/linux/linux-6.6/include/trace/ |
H A D | bpf_probe.h | 26 UINTTYPE(sizeof(x)) __dst; \ 27 memcpy(&__dst, &__src, sizeof(__dst)); \ 28 (u64)__dst; })
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A 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-6.6/arch/sparc/include/asm/ |
H A 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-6.6/arch/arm/include/asm/ |
H A D | uaccess.h | 492 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; \
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | signal.h | 29 sigset_t *__dst = dst; \ 34 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 1975 typeof(dst) __dst = dst;\ 1977 memcpy(__dst,\ 1981 sizeof(*__dst));\
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2118 typeof(dst) __dst = dst;\ 2120 memcpy(__dst,\ 2124 sizeof(*__dst));\
|
Completed in 18 milliseconds