Searched refs:copy (Results 201 - 225 of 384) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S20 ! - copy restore_pblist pages
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S80 movel %d0,%a1 | save a copy of original (compacted) operand
/linux-master/arch/arm/lib/
H A Dcsumpartial.S102 blo .Lless8 @ 8 bytes to copy.
/linux-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h8 /* This defines the "copy" instruction from Power ISA 3.0 Book II, section 4.4. */
14 static inline void copy(void *i) function
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dma.c5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
63 * @src: src addr where to copy from
218 * si_copy_dma - copy pages using the DMA engine
228 * registered as the asic copy callback.
237 int ring_index = rdev->asic->copy.dma_ring_index;
/linux-master/include/linux/
H A Dmpi.h112 mpi_barrett_t mpi_barrett_init(MPI m, int copy);
/linux-master/arch/parisc/kernel/
H A Dhpmc.S98 copy arg0, %r3 /* save address of PDCE_PROC */
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c645 char copy[ARRAY_SIZE(sensor0->copyright) + 1]; local
649 copy[i] = (char)(get_u16(&sensor0->copyright[i]) >> 8);
650 copy[i] = '\0';
651 dev_dbg(dev->class_dev, "Firmware copyright: %s\n", copy);
/linux-master/arch/arm/kernel/
H A Dhead-common.S98 bl __memcpy @ copy .data to RAM
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h168 u8 copy; member in struct:camif_scaler
265 * @pdata: a copy of the driver's platform data
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S10 * a successful copy). There is also some rather minor exception setup
197 # $0 contains the number of bytes left to copy (0..31)
/linux-master/arch/x86/boot/
H A DMakefile36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
/linux-master/sound/soc/
H A Dsoc-component.c668 component->driver->compress_ops->copy) {
669 ret = component->driver->compress_ops->copy(
1064 /* FIXME. it returns 1st copy now */
1066 if (component->driver->copy)
1068 component->driver->copy(component, substream,
/linux-master/sound/soc/intel/avs/
H A Dprobes.c264 .copy = avs_probe_compr_copy,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h233 struct nvif_object copy; member in struct:nouveau_drm::__anon16
/linux-master/sound/core/
H A Dinit.c680 /* copy to card->id only with valid letters from nid */
779 size_t copy = count > sizeof(card->id) - 1 ? local
784 for (idx = 0; idx < copy; idx++) {
789 memcpy(buf1, buf, copy);
790 buf1[copy] = '\0';
/linux-master/drivers/thunderbolt/
H A Dctl.c505 if (req->copy(req, pkg))
905 req->copy = tb_cfg_copy;
962 req->copy = tb_cfg_copy;
1035 req->copy = tb_cfg_copy;
/linux-master/arch/riscv/kernel/
H A DMakefile67 obj-$(CONFIG_RISCV_PROBE_UNALIGNED_ACCESS) += copy-unaligned.o
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c49 /* Reads the active copy of a register. */
111 * *_ACT_REQ bits are set the ASSEMBLY copy is latched into the ACTIVE copy.
116 * ASSEMBLY copy is latched into the ARM copy immediately after *_UPDATE bits
117 * are written. When the *_ACT_REQ bits are written, the ARM copy is latched
118 * into the ACTIVE copy, either immediately if the display controller is in
757 /* copy from state */
1398 struct tegra_dc_state *copy; local
1400 copy
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c968 struct rcar_du_crtc_state *copy; local
974 copy = kmemdup(state, sizeof(*state), GFP_KERNEL);
975 if (copy == NULL)
978 __drm_atomic_helper_crtc_duplicate_state(crtc, &copy->state);
980 return &copy->state;
/linux-master/drivers/vhost/
H A Dvringh.c266 int (*copy)(const struct vringh *vrh,
281 err = copy(vrh, dst, src, part);
302 int (*copy)(const struct vringh *vrh,
331 &slowrange, copy);
333 err = copy(vrh, &desc, &descs[i], sizeof(desc));
753 * vringh_iov_pull_user - copy bytes from vring_iov.
755 * @dst: the place to copy.
756 * @len: the maximum length to copy.
768 * vringh_iov_push_user - copy bytes into vring_iov.
770 * @src: the place to copy fro
[all...]
/linux-master/net/iucv/
H A Diucv.c1070 size_t copy; local
1083 copy = min_t(size_t, size, array->length);
1084 memcpy(dma32_to_virt(array->address), rmmsg, copy);
1085 rmmsg += copy;
1086 size -= copy;
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c2003 * return if the device is the copy relation primary if a copy relation is active
2007 if (!device->copy)
2010 if (device->copy->active->device == device)
2125 "copy relation setup failed, rc=%d", rc);
3803 * subset and for devices not in a copy relation.
4066 char *copy = kmem_cache_alloc(dasd_page_cache, local
4068 if (copy && rq_data_dir(req) == WRITE)
4069 memcpy(copy + bv.bv_offset, dst, bv.bv_len);
4070 if (copy)
6109 copy_relation_find_device(struct dasd_copy_relation *copy, char *busid) argument
6125 copy_pair_set_active(struct dasd_copy_relation *copy, char *new_busid, char *old_busid) argument
6155 struct dasd_copy_relation *copy; local
[all...]
/linux-master/fs/nfs/
H A Dnfs4state.c1580 struct nfs4_copy_state *copy; local
1587 list_for_each_entry(copy, &sp->so_server->ss_copies, copies) {
1590 &copy->parent_dst_state->stateid)))
1592 copy->flags = 1;
1596 complete(&copy->completion);
1599 list_for_each_entry(copy, &sp->so_server->ss_copies, src_copies) {
1602 &copy->parent_src_state->stateid)))
1604 copy->flags = 1;
1607 complete(&copy->completion);
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh293 # When unzipped, unzip the file named MsndFiles.zip. Then copy the
467 X * You should have received a copy of the GNU General Public License
574 X * You should have received a copy of the GNU General Public License
1082 X * You should have received a copy of the GNU General Public License

Completed in 272 milliseconds

1234567891011>>