Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.c297 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
299 uint8_t *dst = _dst; in compute_and()
306 return _dst; in compute_and()
309 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
311 uint8_t *dst = _dst; in compute_or()
318 return _dst; in compute_or()
321 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
323 uint8_t *dst = _dst; in compute_xor()
330 return _dst; in compute_xor()
333 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Duaccess.h456 u8 *_dst = (u8 *)(d); \
462 unsafe_get_user(*(u64 *)(_dst + _i), (u64 __user *)(_src + _i), e); \
464 unsafe_get_user(*(u32 *)(_dst + _i), (u32 __user *)(_src + _i), e); \
468 unsafe_get_user(*(u16 *)(_dst + _i), (u16 __user *)(_src + _i), e); \
472 unsafe_get_user(*(u8 *)(_dst + _i), (u8 __user *)(_src + _i), e); \
477 u8 __user *_dst = (u8 __user *)(d); \
483 unsafe_put_user(*(u64 *)(_src + _i), (u64 __user *)(_dst + _i), e); \
485 unsafe_put_user(*(u32*)(_src + _i), (u32 __user *)(_dst + _i), e); \
489 unsafe_put_user(*(u16*)(_src + _i), (u16 __user *)(_dst + _i), e); \
493 unsafe_put_user(*(u8*)(_src + _i), (u8 __user *)(_dst + _i), e); \
/openbmc/linux/drivers/gpu/drm/
H A 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()
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c536 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
538 uint8_t *dst = _dst; in compute_and()
545 return _dst; in compute_and()
548 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
550 uint8_t *dst = _dst; in compute_or()
557 return _dst; in compute_or()
560 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
562 uint8_t *dst = _dst; in compute_xor()
569 return _dst; in compute_xor()
572 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1259 struct pldm_msgbuf _dst; in TEST() local
1260 struct pldm_msgbuf* dst = &_dst; in TEST()
1280 struct pldm_msgbuf _dst; in TEST() local
1281 struct pldm_msgbuf* dst = &_dst; in TEST()
1301 struct pldm_msgbuf _dst; in TEST() local
1302 struct pldm_msgbuf* dst = &_dst; in TEST()
1320 struct pldm_msgbuf _dst; in TEST() local
1321 struct pldm_msgbuf* dst = &_dst; in TEST()
1339 struct pldm_msgbuf _dst; in TEST() local
1340 struct pldm_msgbuf* dst = &_dst; in TEST()
[all …]
/openbmc/linux/arch/x86/lib/
H A 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()
/openbmc/linux/include/net/
H A Ddsa.h168 #define dsa_lags_foreach_id(_id, _dst) \ argument
169 for ((_id) = 1; (_id) <= (_dst)->lags_len; (_id)++) \
170 if ((_dst)->lags[(_id) - 1])
172 #define dsa_lag_foreach_port(_dp, _dst, _lag) \ argument
173 list_for_each_entry((_dp), &(_dst)->ports, list) \
549 #define dsa_tree_for_each_user_port(_dp, _dst) \ argument
550 list_for_each_entry((_dp), &(_dst)->ports, list) \
553 #define dsa_tree_for_each_user_port_continue_reverse(_dp, _dst) \ argument
554 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \
557 #define dsa_tree_for_each_cpu_port(_dp, _dst) \ argument
[all …]
/openbmc/libpldm/src/dsp/
H A Dpdr.c1475 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() local
1476 struct pldm_msgbuf *dst = &_dst; in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1617 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_create_new() local
1618 struct pldm_msgbuf *dst = &_dst; in pldm_entity_association_pdr_create_new()
1759 struct pldm_msgbuf _dst; in pldm_entity_association_find_record_handle_by_entity() local
1760 struct pldm_msgbuf *dst = &_dst; in pldm_entity_association_find_record_handle_by_entity()
1816 struct pldm_msgbuf _dst; in pldm_entity_association_pdr_remove_contained_entity() local
1817 struct pldm_msgbuf *dst = &_dst; in pldm_entity_association_pdr_remove_contained_entity()
1986 struct pldm_msgbuf _dst; in pldm_pdr_record_matches_fru_rsi() local
1987 struct pldm_msgbuf *dst = &_dst; in pldm_pdr_record_matches_fru_rsi()
H A Dplatform.c3054 struct pldm_msgbuf _dst; in decode_entity_auxiliary_names_pdr() local
3055 struct pldm_msgbuf *dst = &_dst; in decode_entity_auxiliary_names_pdr()
/openbmc/linux/tools/spi/
H A Dspidev_test.c94 static int unescape(char *_dst, char *_src, size_t len) in unescape() argument
99 char *dst = _dst; in unescape()
/openbmc/qemu/net/
H A Dnetmap.c59 pkt_copy(const void *_src, void *_dst, int l) in pkt_copy() argument
62 uint64_t *dst = _dst; in pkt_copy()
/openbmc/linux/arch/x86/include/asm/
H A Duaccess.h610 #define unsafe_copy_to_user(_dst,_src,_len,label) \ argument
612 char __user *__ucu_dst = (_dst); \
/openbmc/linux/fs/
H A Dreaddir.c78 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
79 char __user *dst = (_dst); \
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h345 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument
346 bitmap_copy((_dst)->link_modes._dname, \
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c686 struct scatterlist *_dst) in crypto4xx_build_pd() argument
732 dst = scatterwalk_ffwd(_dst, dst, assoclen); in crypto4xx_build_pd()
/openbmc/linux/sound/pci/emu10k1/
H A 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()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c331 u32 *_dst = dst; in memcpy_le32()
335 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()