| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 62 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } in restore_sigcontext() macro 63 COPY(r0); in restore_sigcontext() 64 COPY(r1); in restore_sigcontext() 65 COPY(r2); COPY(r3); COPY(r4); COPY(r5); in restore_sigcontext() 66 COPY(r6); COPY(r7); COPY(r8); COPY(r9); in restore_sigcontext() 67 COPY(r10); COPY(r11); COPY(r12); COPY(r13); in restore_sigcontext() 68 COPY(r14); COPY(r15); COPY(r16); COPY(r17); in restore_sigcontext() 69 COPY(r18); COPY(r19); COPY(r20); COPY(r21); in restore_sigcontext() 70 COPY(r22); COPY(r23); COPY(r24); COPY(r25); in restore_sigcontext() 71 COPY(r26); COPY(r27); COPY(r28); COPY(r29); in restore_sigcontext() [all …]
|
| /linux/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 16 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() macro 20 COPY(EDI); COPY(ESI); COPY(EBP); in get_regs_from_mc() 22 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc() 23 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 25 #undef COPY in get_regs_from_mc() 30 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc() 31 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc() 32 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc() 33 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc() 34 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc() [all …]
|
| /linux/arch/riscv/lib/ |
| H A D | memmove.S | 17 * a2 - Length of copy n 24 * in the 2 misaligned fixup copy loops. 33 * Forward Copy: a1 - Index counter of src 34 * Reverse Copy: a4 - Index counter of src 35 * Forward Copy: t3 - Index counter of dest 36 * Reverse Copy: t4 - Index counter of dest 37 * Both Copy Modes: t5 - Inclusive first multibyte/aligned of dest 38 * Both Copy Modes: t6 - Non-Inclusive last multibyte/aligned of dest 39 * Both Copy Modes: t0 - Link / Temporary for load-store 40 * Both Copy Modes: t1 - Temporary for load-store [all …]
|
| /linux/net/core/ |
| H A D | datagram.c | 395 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local 398 /* Copy header. */ in __skb_datagram_iter() 399 if (copy > 0) { in __skb_datagram_iter() 400 if (copy > len) in __skb_datagram_iter() 401 copy = len; in __skb_datagram_iter() 403 skb->data + offset, copy, data, to); in __skb_datagram_iter() 405 if (n != copy) in __skb_datagram_iter() 407 if ((len -= copy) == 0) in __skb_datagram_iter() 414 /* Copy paged appendix. Hmm... why does this look so complicated? */ in __skb_datagram_iter() 422 if ((copy = end - offset) > 0) { in __skb_datagram_iter() [all …]
|
| /linux/arch/sh/kernel/ |
| H A D | signal_32.c | 120 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 121 COPY(regs[1]); in restore_sigcontext() 122 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 123 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext() 124 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 125 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext() 126 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext() 127 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext() 128 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext() 129 COPY(gbr); COPY(mach); in restore_sigcontext() [all …]
|
| /linux/arch/m68k/atari/ |
| H A D | time.c | 100 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro 102 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read() 103 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read() 104 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read() 105 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read() 106 COPY(year_tens) ; in mste_read() 109 #undef COPY in mste_read() 114 #define COPY(v) mste_rtc.v=val->v in mste_write() macro 116 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write() 117 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write() [all …]
|
| /linux/Documentation/staging/ |
| H A D | lzo.rst | 27 - a length (number of bytes to copy from dictionary) 28 - the number of literals to copy, which is retained in variable "state" 55 ranges, resulting in multiple copy instructions using different encodings. 59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals 68 End of stream is declared when a block copy of distance 0 is seen. Only one 101 noting that code 16 will represent a block copy from the 111 18..21 : copy 0..3 literals 112 state = (byte - 17) = 0..3 [ copy <state> literals ] 115 22..255 : copy literal string 117 state = 4 [ don't copy extra literals ] [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 58 "Enable inter server to server copy offload. Default: false"); 60 static void cleanup_async_copy(struct nfsd4_copy *copy); 438 * field isn't set for some reason, throw warning and just copy in set_change_info() 1012 * If we do a zero copy read, then a client will see read data in nfsd4_read() 1016 * To ensure proper ordering, we therefore turn off zero copy if in nfsd4_read() 1423 * nfsd4_has_active_async_copies - Check for ongoing copy operations 1426 * NFSD maintains state for async COPY operations after they complete, 1432 * %true: At least one active async COPY is ongoing 1433 * %false: No active async COPY operations were found 1437 struct nfsd4_copy *copy; in nfsd4_has_active_async_copies() local [all …]
|
| /linux/lib/zlib_inflate/ |
| H A D | inflate.c | 123 unsigned copy, dist; in zlib_updatewindow() local 127 /* copy state->wsize or less output bytes into the circular window */ in zlib_updatewindow() 128 copy = out - strm->avail_out; in zlib_updatewindow() 129 if (copy >= state->wsize) { in zlib_updatewindow() 136 if (dist > copy) dist = copy; in zlib_updatewindow() 137 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow() 138 copy -= dist; in zlib_updatewindow() 139 if (copy) { in zlib_updatewindow() 140 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow() 141 state->write = copy; in zlib_updatewindow() [all …]
|
| /linux/drivers/s390/cio/ |
| H A D | device_status.c | 73 * Copy valid bits from the extended control word to device irb. 79 * Copy extended control bit if it is valid... yes there in ccw_device_accumulate_ecw() 90 /* Copy concurrent sense / model dependent information. */ in ccw_device_accumulate_ecw() 111 * Copy valid bits from the extended status word to device irb. 124 /* Copy last path used mask. */ in ccw_device_accumulate_esw() 127 /* Copy subchannel logout information if esw is of format 0. */ in ccw_device_accumulate_esw() 131 /* Copy extended status flags. */ in ccw_device_accumulate_esw() 134 * Copy fields that have a meaning for channel data check in ccw_device_accumulate_esw() 140 /* Copy ancillary report bit. */ in ccw_device_accumulate_esw() 142 /* Copy field-validity-flags. */ in ccw_device_accumulate_esw() [all …]
|
| /linux/drivers/s390/block/ |
| H A D | dasd_devmap.c | 50 struct dasd_copy_relation *copy; member 605 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status() 614 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status() 649 * check the consistency of a specified copy relation by checking 652 * - is the given device part of a copy pair setup 661 struct dasd_copy_relation *copy) in dasd_devmap_check_copy_relation() argument 674 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation() 681 dev_warn(&device->cdev->dev, "Copy pair secondary is setup as primary\n"); in dasd_devmap_check_copy_relation() 687 "Primary device %s does not match copy pair status primary device %04x\n", in dasd_devmap_check_copy_relation() 695 dev_warn(&device->cdev->dev, "Copy pair primary is setup as secondary\n"); in dasd_devmap_check_copy_relation() [all …]
|
| /linux/arch/s390/kvm/ |
| H A D | gaccess.h | 106 * @x: value to copy to guest 132 * write_guest_lc - copy data from kernel space to guest vcpu's lowcore 136 * @len: number of bytes to copy 138 * Copy data from kernel space to guest vcpu's lowcore. The entire range must 158 * read_guest_lc - copy data from guest vcpu's lowcore to kernel space 162 * @len: number of bytes to copy 164 * Copy data from guest vcpu's lowcore to kernel space. The entire range must 213 * write_guest_with_key - copy data from kernel space to guest space 218 * @len: number of bytes to copy 221 * Copy @len bytes from @data (kernel space) to @ga (guest address). [all …]
|
| /linux/mm/ |
| H A D | process_vm_access.c | 20 * @pages: array of pointers to pages we want to copy 22 * @len: number of bytes to copy 23 * @iter: where to copy to/from locally 24 * @vm_write: 0 means copy from, 1 means copy to 33 /* Do the copy for each page */ in process_vm_rw_pages() 36 size_t copy = PAGE_SIZE - offset; in process_vm_rw_pages() local 39 if (copy > len) in process_vm_rw_pages() 40 copy = len; in process_vm_rw_pages() 43 copied = copy_page_from_iter(page, offset, copy, iter); in process_vm_rw_pages() 45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages() [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | kcopyd.rst | 5 Kcopyd provides the ability to copy a range of sectors from one block-device 10 to set aside for their copy jobs. This is done with a call to 16 To start a copy job, the user must set up io_region structures to describe 17 the source and destinations of the copy. Each io_region indicates a 19 of the copy is given as one io_region structure, and the destinations of the 20 copy are given as an array of io_region structures:: 28 To start the copy, the user calls kcopyd_copy(), passing in the client 30 completion callback routine, and a pointer to some context data for the copy:: 39 When the copy completes, kcopyd will call the user's completion routine, 41 write error occurred during the copy. [all …]
|
| /linux/arch/xtensa/lib/ |
| H A D | memcopy.S | 61 * Byte by byte copy 92 # copy 1 byte 101 # copy 2 bytes 117 mov a5, a2 # copy dst so that a2 is return value 125 _bany a3, a8, .Lsrcunaligned # then use shifting copy 127 * Destination and source are word-aligned, use word copy. 129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 153 # copy 8 bytes 166 # copy 4 bytes 175 # copy 2 bytes [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | entry.S | 104 copy %r30, %r17 116 copy %r9,%r29 124 copy %r30,%r1 130 copy %r9,%r29 375 copy \spc,\tmp 394 copy %r0,\pte 408 copy %r0,\pte 483 copy \pte,\tmp 585 * aligned to 8 MB. It is used to clear/copy/flush user pages 596 copy \va,\tmp1 [all …]
|
| /linux/rust/syn/ |
| H A D | thread.rs | 16 // Send bound requires Copy, as otherwise Drop could run in the wrong place. 18 // Today Copy and Drop are mutually exclusive so `T: Copy` implies `T: !Drop`. 20 unsafe impl<T: Copy> Send for ThreadBound<T> {} 48 // Copy the bytes of T, even if the currently running thread is the "wrong" 52 // Currently `T: Copy` is sufficient to guarantee that T contains no interior 54 // std::cell::UnsafeCell, which has no Copy impl. This impl needs to be 56 impl<T: Copy> Copy for ThreadBound<T> {} 58 impl<T: Copy> Clone for ThreadBound<T> {
|
| /linux/drivers/gpu/nova-core/gsp/fw/r570_144/ |
| H A D | bindings.rs | 323 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 347 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 363 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 375 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 382 #[derive(Debug, Copy, Clone, MaybeZeroable)] 399 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 406 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 415 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 422 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 430 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] [all …]
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.1 | 28 Everyone is permitted to copy and distribute verbatim copies 36 the effective freedom to copy and redistribute it, with or without 87 A "Transparent" copy of the Document means a machine-readable copy, 94 to text formatters. A copy made in an otherwise Transparent file 96 subsequent modification by readers is not Transparent. A copy that is 119 You may copy and distribute the Document in any medium, either 154 copy along with each Opaque copy, or state in or with each Opaque copy 156 Transparent copy of the Document, free of added material, which the 161 Transparent copy will remain thus accessible at the stated location 163 copy (directly or through your agents or retailers) of that edition to [all …]
|
| H A D | GFDL-1.2 | 27 Everyone is permitted to copy and distribute verbatim copies 35 assure everyone the effective freedom to copy and redistribute it, 64 copy, modify or distribute the work in a way requiring permission 95 A "Transparent" copy of the Document means a machine-readable copy, 102 to text formatters. A copy made in an otherwise Transparent file 106 of text. A copy that is not "Transparent" is called "Opaque". 144 You may copy and distribute the Document in any medium, either 180 copy along with each Opaque copy, or state in or with each Opaque copy 183 a complete Transparent copy of the Document, free of added material. 186 that this Transparent copy will remain thus accessible at the stated [all …]
|
| /linux/arch/x86/lib/ |
| H A D | copy_mc_64.S | 12 * copy_mc_fragile - copy memory with indication if an exception / fault happened 22 /* Less than 8 bytes? Go to byte copy loop */ 30 /* Copy one byte at a time until source is 8-byte aligned */ 65 /* Copy trailing bytes */ 76 /* Copy successful. Return zero */ 98 * copy up to the write-protected page. 117 * copy_mc_enhanced_fast_string - memory copy with exception handling 119 * Fast string copy + fault / exception handling. If the CPU does 131 /* Copy successful. Return zero */ 137 * On fault %rcx is updated such that the copy instruction could [all …]
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_submit.c | 186 drm_dbg(&v3d->drm, "Failed to copy wait dep handle.\n"); in v3d_job_init() 349 drm_dbg(&v3d->drm, "Failed to copy post dep handles\n"); in v3d_get_multisync_post_deps() 578 /* Get data for the copy timestamp query results job submission. */ 585 struct drm_v3d_copy_timestamp_query copy; in v3d_get_cpu_copy_query_results_params() local 593 if (copy_from_user(©, ext, sizeof(copy))) in v3d_get_cpu_copy_query_results_params() 596 if (copy.pad) in v3d_get_cpu_copy_query_results_params() 602 copy.count); in v3d_get_cpu_copy_query_results_params() 606 offsets = u64_to_user_ptr(copy.offsets); in v3d_get_cpu_copy_query_results_params() 607 syncs = u64_to_user_ptr(copy.syncs); in v3d_get_cpu_copy_query_results_params() 609 for (i = 0; i < copy.count; i++) { in v3d_get_cpu_copy_query_results_params() [all …]
|
| /linux/lib/ |
| H A D | iomap_copy.c | 10 * __iowrite32_copy - copy data to MMIO space, in 32-bit units 13 * @count: number of 32-bit quantities to copy 15 * Copy data from kernel space to MMIO space, in units of 32 bits at a 33 * __ioread32_copy - copy data from MMIO space, in 32-bit units 36 * @count: number of 32-bit quantities to copy 38 * Copy data from MMIO space to kernel space, in units of 32 bits at a 54 * __iowrite64_copy - copy data to MMIO space, in 64-bit or 32-bit units 57 * @count: number of 64-bit quantities to copy 59 * Copy data from kernel space to MMIO space, in units of 32 or 64 bits at a
|
| /linux/LICENSES/preferred/ |
| H A D | LGPL-2.1 | 27 Everyone is permitted to copy and distribute verbatim copies of this 70 permission to copy, distribute and/or modify the library. 166 1. You may copy and distribute verbatim copies of the Library's complete 168 conspicuously and appropriately publish on each copy an appropriate 171 distribute a copy of this License along with the Library. 173 You may charge a fee for the physical act of transferring a copy, and 176 2. You may modify your copy or copies of the Library or any portion of it, 177 thus forming a work based on the Library, and copy and distribute such 225 License instead of this License to a given copy of the Library. To do 233 Once this change is made in a given copy, it is irreversible for that [all …]
|
| /linux/lib/kunit/ |
| H A D | executor.c | 81 /* glob_match() needs NULL terminated strings, so we need a copy of filter_glob_param. */ 114 /* Create a copy of suite with only tests that match test_glob. */ 120 struct kunit_suite *copy; in kunit_filter_glob_tests() local 130 copy = kmemdup(suite, sizeof(*copy), GFP_KERNEL); in kunit_filter_glob_tests() 131 if (!copy) in kunit_filter_glob_tests() 136 kfree(copy); in kunit_filter_glob_tests() 146 copy->test_cases = filtered; in kunit_filter_glob_tests() 147 return copy; in kunit_filter_glob_tests() 174 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local 182 copy = kzalloc_objs(*copy, max); in kunit_filter_suites() [all …]
|