Searched full:memcopy (Results 1 – 12 of 12) sorted by relevance
6 lib-y += memcopy.o memset.o checksum.o \
4 * Copy to/from user space (derived from arch/xtensa/lib/hal/memcopy.S)6 * DO NOT COMBINE this function with <arch/xtensa/lib/hal/memcopy.S>.
2 * arch/xtensa/lib/hal/memcopy.S -- Core HAL library functions
182 * @memcopy: callback routine to memcopy received data.213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, member
20 /* Read separately compressed datablock and memcopy into page cache */
45 memcopy it into the page cache.
47 * This code makes NR_CPUS length memcopy and brings to a memory corruption.
81 It only applies to RX DMA and memcopy DMA.
1 /* Extracted from GLIBC memcpy.c and memcopy.h, which is:
17 * the implementation of memcopy(), copy_to_user() and copy_from_user().
252 demux->memcopy(feed, sec->secbuf_base + sec->tsfeedp, buf, len); in dvb_dmx_swfilter_section_copy_dump()1283 if (!dvbdemux->memcopy) in dvb_dmx_init()1284 dvbdemux->memcopy = dvb_dmx_memcopy; in dvb_dmx_init()
195 #define CODEC_TRANSFER_KERNEL 0 /* use "memcopy" */