Home
last modified time | relevance | path

Searched full:memcopy (Results 1 – 12 of 12) sorted by relevance

/linux/arch/xtensa/lib/
H A DMakefile6 lib-y += memcopy.o memset.o checksum.o \
H A Dusercopy.S4 * 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>.
H A Dmemcopy.S2 * arch/xtensa/lib/hal/memcopy.S -- Core HAL library functions
/linux/include/media/
H A Ddvb_demux.h182 * @memcopy: callback routine to memcopy received data.
213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, member
/linux/fs/squashfs/
H A Dfile_cache.c20 /* Read separately compressed datablock and memcopy into page cache */
H A DKconfig45 memcopy it into the page cache.
/linux/include/linux/
H A Dcpumask_types.h47 * This code makes NR_CPUS length memcopy and brings to a memory corruption.
/linux/Documentation/devicetree/bindings/dma/
H A Dintel,ldma.yaml81 It only applies to RX DMA and memcopy DMA.
/linux/arch/nios2/lib/
H A Dmemcpy.c1 /* Extracted from GLIBC memcpy.c and memcopy.h, which is:
/linux/arch/arm/lib/
H A Dcopy_template.S17 * the implementation of memcopy(), copy_to_user() and copy_from_user().
/linux/drivers/media/dvb-core/
H A Ddvb_demux.c252 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()
/linux/drivers/media/pci/zoran/
H A Dvideocodec.h195 #define CODEC_TRANSFER_KERNEL 0 /* use "memcopy" */