Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Duaccess.h467 u8 *_dst = (u8 *)(d); \
473 unsafe_get_user(*(u64 *)(_dst + _i), (u64 __user *)(_src + _i), e); \
475 unsafe_get_user(*(u32 *)(_dst + _i), (u32 __user *)(_src + _i), e); \
479 unsafe_get_user(*(u16 *)(_dst + _i), (u16 __user *)(_src + _i), e); \
483 unsafe_get_user(*(u8 *)(_dst + _i), (u8 __user *)(_src + _i), e); \
488 u8 __user *_dst = (u8 __user *)(d); \
494 unsafe_put_user(*(u64 *)(_src + _i), (u64 __user *)(_dst + _i), e); \
496 unsafe_put_user(*(u32*)(_src + _i), (u32 __user *)(_dst + _i), e); \
500 unsafe_put_user(*(u16*)(_src + _i), (u16 __user *)(_dst + _i), e); \
504 unsafe_put_user(*(u8*)(_src + _i), (u8 __user *)(_dst + _i), e); \
/linux-6.12.1/drivers/gpu/drm/
Ddrm_cache.c232 void __iomem *_dst = dst->vaddr_iomem; in memcpy_fallback() local
236 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
238 _dst += MEMCPY_BOUNCE_SIZE; in memcpy_fallback()
243 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
/linux-6.12.1/arch/x86/lib/
Dusercopy_64.c80 void __memcpy_flushcache(void *_dst, const void *_src, size_t size) in __memcpy_flushcache() argument
82 unsigned long dest = (unsigned long) _dst; in __memcpy_flushcache()
/linux-6.12.1/include/net/
Ddsa.h167 #define dsa_lags_foreach_id(_id, _dst) \ argument
168 for ((_id) = 1; (_id) <= (_dst)->lags_len; (_id)++) \
169 if ((_dst)->lags[(_id) - 1])
171 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
172 list_for_each_entry((_dp), &(_dst)->ports, list) \
568 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
569 list_for_each_entry((_dp), &(_dst)->ports, list) \
572 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument
573 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \
576 #define dsa_tree_for_each_cpu_port(_dp, _dst) \ argument
[all …]
/linux-6.12.1/fs/bcachefs/
Dutil.h452 static inline void __memmove_u64s_up_small(void *_dst, const void *_src, in __memmove_u64s_up_small() argument
455 u64 *dst = (u64 *) _dst + u64s; in __memmove_u64s_up_small()
470 static inline void __memmove_u64s_up(void *_dst, const void *_src, in __memmove_u64s_up() argument
473 u64 *dst = (u64 *) _dst + u64s - 1; in __memmove_u64s_up()
Dextents.c529 #define set_common_fields(_dst, _src) \ in bch2_extent_crc_pack() argument
530 _dst.type = 1 << type; \ in bch2_extent_crc_pack()
531 _dst.csum_type = _src.csum_type, \ in bch2_extent_crc_pack()
532 _dst.compression_type = _src.compression_type, \ in bch2_extent_crc_pack()
533 _dst._compressed_size = _src.compressed_size - 1, \ in bch2_extent_crc_pack()
534 _dst._uncompressed_size = _src.uncompressed_size - 1, \ in bch2_extent_crc_pack()
535 _dst.offset = _src.offset in bch2_extent_crc_pack()
Dio_write.c894 struct bio **_dst) in bch2_write_extent() argument
1080 *_dst = dst; in bch2_write_extent()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-aes.c504 struct scatterlist _src[2], _dst[2]; in starfive_aes_map_sg() local
556 dtsg = scatterwalk_ffwd(_dst, dtsg, len); in starfive_aes_map_sg()
645 struct scatterlist _src[2], _dst[2]; in starfive_aes_aead_do_one_req() local
656 rctx->out_sg = scatterwalk_ffwd(_dst, req->dst, cryp->assoclen); in starfive_aes_aead_do_one_req()
830 struct scatterlist *src, *dst, _src[2], _dst[2]; in starfive_aes_aead_crypt() local
846 dst = scatterwalk_ffwd(_dst, req->dst, req->assoclen); in starfive_aes_aead_crypt()
/linux-6.12.1/tools/spi/
Dspidev_test.c94 static int unescape(char *_dst, char *_src, size_t len) in unescape() argument
99 char *dst = _dst; in unescape()
/linux-6.12.1/arch/arm64/include/asm/
Duaccess.h450 #define unsafe_copy_to_user(_dst,_src,_len,label) \ argument
452 char __user *__ucu_dst = (_dst); \
/linux-6.12.1/arch/x86/include/asm/
Duaccess.h610 #define unsafe_copy_to_user(_dst,_src,_len,label) \ argument
612 char __user *__ucu_dst = (_dst); \
/linux-6.12.1/fs/
Dreaddir.c76 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
77 char __user *dst = (_dst); \
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe.h345 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument
346 bitmap_copy((_dst)->link_modes._dname, \
/linux-6.12.1/drivers/crypto/amcc/
Dcrypto4xx_core.c686 struct scatterlist *_dst) in crypto4xx_build_pd() argument
732 dst = scatterwalk_ffwd(_dst, dst, assoclen); in crypto4xx_build_pd()
/linux-6.12.1/sound/pci/emu10k1/
Demufx.c741 struct snd_emu10k1_fx8010_control_gpr __user *_dst; in copy_gctl_to_user() local
744 _dst = (struct snd_emu10k1_fx8010_control_gpr __user *)dst; in copy_gctl_to_user()
746 return copy_to_user(&_dst[idx], src, sizeof(*src)); in copy_gctl_to_user()
/linux-6.12.1/sound/pci/cs46xx/
Dcs46xx_lib.c331 u32 *_dst = dst; in memcpy_le32()
335 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()