Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/lib/
Dusercopy_64.c156 void memcpy_flushcache(void *_dst, const void *_src, size_t size) in memcpy_flushcache() argument
158 unsigned long dest = (unsigned long) _dst; in memcpy_flushcache()
/Linux-v4.19/tools/spi/
Dspidev_test.c92 static int unescape(char *_dst, char *_src, size_t len) in unescape() argument
97 char *dst = _dst; in unescape()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe.h343 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument
344 bitmap_copy((_dst)->link_modes._dname, \
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c699 struct scatterlist *_dst) in crypto4xx_build_pd() argument
729 dst = scatterwalk_ffwd(_dst, dst, assoclen); in crypto4xx_build_pd()
/Linux-v4.19/sound/pci/cs46xx/
Dcs46xx_lib.c345 u32 *_dst = dst; in memcpy_le32()
349 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()