Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_cache.c229 void __iomem *_dst = dst->vaddr_iomem; in memcpy_fallback() local
233 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
235 _dst += MEMCPY_BOUNCE_SIZE; in memcpy_fallback()
240 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
/linux/include/net/
H A Ddsa.h175 #define dsa_lags_foreach_id(_id, _dst) \ argument
176 for ((_id) = 1; (_id) <= (_dst)->lags_len; (_id)++) \
177 if ((_dst)->lags[(_id) - 1])
179 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
180 list_for_each_entry((_dp), &(_dst)->ports, list) \
571 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
572 list_for_each_entry((_dp), &(_dst)->ports, list) \
575 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument
576 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \
579 #define dsa_tree_for_each_cpu_port(_dp, _dst) \ argument
[all …]
/linux/arch/riscv/include/asm/
H A Duaccess.h482 #define unsafe_copy_to_user(_dst, _src, _len, label) \ argument
483 if (__asm_copy_to_user_sum_enabled(_dst, _src, _len)) \
486 #define unsafe_copy_from_user(_dst, _src, _len, label) \ argument
487 if (__asm_copy_from_user_sum_enabled(_dst, _src, _len)) \
/linux/fs/
H A Dreaddir.c76 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
77 char __user *dst = (_dst); \
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs93 _dst: &mut SBufferIter<core::array::IntoIter<&mut [u8], 2>>, in init_variable_payload()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c650 struct scatterlist *_dst) in crypto4xx_build_pd() argument
696 dst = scatterwalk_ffwd(_dst, dst, assoclen); in crypto4xx_build_pd()
/linux/sound/pci/emu10k1/
H A Demufx.c737 struct snd_emu10k1_fx8010_control_gpr __user *_dst; in copy_gctl_to_user() local
740 _dst = (struct snd_emu10k1_fx8010_control_gpr __user *)dst; in copy_gctl_to_user()
742 return copy_to_user(&_dst[idx], src, sizeof(*src)); in copy_gctl_to_user()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c331 u32 *_dst = dst; in memcpy_le32()
335 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()