Searched full:memcopy (Results 1 – 25 of 27) sorted by relevance
12
| /kernel/linux/linux-5.10/arch/xtensa/lib/ |
| D | Makefile | 6 lib-y += memcopy.o memset.o checksum.o \
|
| D | usercopy.S | 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>.
|
| D | memcopy.S | 2 * arch/xtensa/lib/hal/memcopy.S -- Core HAL library functions
|
| /kernel/linux/linux-6.6/arch/xtensa/lib/ |
| D | Makefile | 6 lib-y += memcopy.o memset.o checksum.o \
|
| D | usercopy.S | 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>.
|
| D | memcopy.S | 2 * arch/xtensa/lib/hal/memcopy.S -- Core HAL library functions
|
| /kernel/linux/linux-6.6/include/media/ |
| D | dvb_demux.h | 182 * @memcopy: callback routine to memcopy received data. 213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, member
|
| /kernel/linux/linux-5.10/include/media/ |
| D | dvb_demux.h | 182 * @memcopy: callback routine to memcopy received data. 213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, member
|
| /kernel/linux/linux-5.10/fs/squashfs/ |
| D | file_cache.c | 20 /* Read separately compressed datablock and memcopy into page cache */
|
| D | Kconfig | 45 memcopy it into the page cache.
|
| /kernel/linux/linux-6.6/fs/squashfs/ |
| D | file_cache.c | 20 /* Read separately compressed datablock and memcopy into page cache */
|
| D | Kconfig | 45 memcopy it into the page cache.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ |
| D | intel,ldma.yaml | 81 It only applies to RX DMA and memcopy DMA.
|
| /kernel/linux/linux-5.10/arch/nios2/lib/ |
| D | memcpy.c | 1 /* Extracted from GLIBC memcpy.c and memcopy.h, which is:
|
| /kernel/linux/linux-6.6/arch/nios2/lib/ |
| D | memcpy.c | 1 /* Extracted from GLIBC memcpy.c and memcopy.h, which is:
|
| /kernel/linux/linux-6.6/arch/arm/lib/ |
| D | copy_template.S | 17 * the implementation of memcopy(), copy_to_user() and copy_from_user().
|
| /kernel/linux/linux-5.10/arch/arm/lib/ |
| D | copy_template.S | 17 * the implementation of memcopy(), copy_to_user() and copy_from_user().
|
| /kernel/linux/linux-5.10/drivers/media/dvb-core/ |
| D | dvb_demux.c | 262 demux->memcopy(feed, sec->secbuf_base + sec->tsfeedp, buf, len); in dvb_dmx_swfilter_section_copy_dump() 1293 if (!dvbdemux->memcopy) in dvb_dmx_init() 1294 dvbdemux->memcopy = dvb_dmx_memcopy; in dvb_dmx_init()
|
| /kernel/linux/linux-6.6/drivers/media/dvb-core/ |
| D | dvb_demux.c | 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()
|
| /kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
| D | videocodec.h | 194 #define CODEC_TRANSFER_KERNEL 0 /* use "memcopy" */
|
| /kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
| D | videocodec.h | 195 #define CODEC_TRANSFER_KERNEL 0 /* use "memcopy" */
|
| /kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
| D | rpc_rdma.c | 1049 * in the receive buffer, to avoid a memcopy. in rpcrdma_inline_fixup() 1103 * in the receive buffer, to avoid a memcopy. in rpcrdma_inline_fixup()
|
| /kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
| D | rpc_rdma.c | 1065 * in the receive buffer, to avoid a memcopy. in rpcrdma_inline_fixup() 1119 * in the receive buffer, to avoid a memcopy. in rpcrdma_inline_fixup()
|
| /kernel/liteos_a/apps/tftp/src/ |
| D | tftpc.c | 1641 /* memcopy filed */ in lwip_tftp_get_file_by_filename_to_rawmem() 1674 /* memcopy filed */ in lwip_tftp_get_file_by_filename_to_rawmem()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cpumask.h | 745 * This code makes NR_CPUS length memcopy and brings to a memory corruption.
|
12