Searched refs:copy (Results 26 - 50 of 385) sorted by path

1234567891011>>

/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S74 ! Finally, copy a byte at once, if necessary
142 ! Finally, copy a byte at once, if necessary
193 ! Check for small copies, and if so do a simple byte at a time copy.
418 ! copy initial words until cache line aligned
793 ! Finally, copy the last byte if necessary
/linux-master/arch/sparc/lib/
H A DM7memset.S128 mov %o0, %o5 ! copy sp1 before using it
/linux-master/arch/x86/boot/
H A Dvideo.c279 int copy = (xs < saved.x) ? xs : saved.x; local
280 copy_to_fs(dst, src, copy*sizeof(u16));
281 dst += copy*sizeof(u16);
/linux-master/drivers/dma/ioat/
H A Dprep.c123 size_t copy = min_t(size_t, len, 1 << ioat_chan->xfercap_log); local
128 hw->size = copy;
133 len -= copy;
134 dst += copy;
135 src += copy;
/linux-master/include/trace/events/
H A Dsmbus.h50 goto copy;
54 goto copy;
59 copy:
159 goto copy;
163 goto copy;
168 copy:
/linux-master/scripts/
H A Dget_dvb_firmware32 Now copy it(them) to either /usr/lib/hotplug/firmware or /lib/firmware
61 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile);
81 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile);
99 copy("$tmpdir/fwtmp", $outfile);
117 copy("$tmpdir/fwtmp", $outfile);
135 copy("$tmpdir/fwtmp", $outfile);
150 copy($sourcefile, $outfile);
167 copy("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $outfile);
184 copy("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $outfile);
201 copy("
862 sub copy { subroutine
[all...]
/linux-master/sound/core/oss/
H A DMakefile11 io.o copy.o linear.o mulaw.o route.o rate.o
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py170 self.rqs = prev.rqs.copy()
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl49 # copy the good-config to a temp file with the same name as good-config
52 # If "good" or "bad" is not stated at the end, it will copy the good and
55 # If the last config is labeled "good", then it will copy it to the good .tmp
56 # version. If the last config is labeled "bad", it will copy it to the bad
83 Note, each run will create copy of good and bad configs with ".tmp" appended.
734 run_command "cp $good_start $good" or die "failed to copy to $good\n";
735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
744 run_command "cp $output_config $good" or die "failed to copy $config to $good\n";
746 run_command "cp $output_config $bad" or die "failed to copy $config to $bad\n";
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk15 # You should have received a copy of the GNU General Public License
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py9 ENVIR = os.environ.copy()
/linux-master/Documentation/sphinx/
H A Dkfigure.py304 # the builder needs not to copy one more time, so pop it if exists.
572 option_spec = Figure.option_spec.copy()
H A Dload_config.py49 config = namespace.copy()
57 config = namespace.copy()
/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)
H A Dev6-copy_user.S12 * contains the right "bytes left to copy" value (and that it is updated
13 * only _after_ a successful copy). There is also some rather minor
50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
197 * $0 - remaining number of bytes left to copy
215 subq $0,1,$0 # .. E .. .. : change count _after_ copy
H A Dev6-memcpy.S34 mov $16, $0 # E : copy dest to return
35 ble $18, $nomoredata # U : done with the copy?
58 ble $18, $nomoredata # U : done with the copy?
H A Dstrcpy.S22 br __stxcpy # do the copy
H A Dstrncpy.S30 bsr $23, __stxncpy # do the work of the copy
H A Dudiv-qrnnd.S24 # You should have received a copy of the GNU General Public License
/linux-master/arch/arc/kernel/
H A Dsmp.c353 unsigned long __maybe_unused copy; local
365 copy = pending = xchg(this_cpu_ptr(&ipi_data), 0);
373 pr_info("IPI with bogus msg %ld in %ld\n", msg, copy);
/linux-master/arch/arm/boot/compressed/
H A Dhead.S92 * Debug kernel copy by printing the memory addresses involved
109 kphex \cbegin, 8 /* Start of kernel copy */
113 kphex \cend, 8 /* End of kernel copy */
471 * Because we always copy ahead, we need to do it from the end and go
482 /* Get start of code we want to copy and align it down. */
496 * can HVC again after the copy.
505 sub r9, r6, r5 @ size to copy
515 * We are about to copy the kernel to a new memory area.
518 * of the memory we are going to copy.
/linux-master/arch/arm/kernel/
H A Dhead-common.S98 bl __memcpy @ copy .data to RAM
H A Diwmmxt.S255 1: @ this task owns Concan regs -- grab a copy from there
/linux-master/arch/arm/lib/
H A Dcsumpartialcopygeneric.S92 blo .Lless8 @ 8 bytes to copy.
100 * that we must have more than 4 bytes to copy. Note
H A Dmemset.S140 mov r3, r1 @ copy r1 to r3 and fall into memset64

Completed in 284 milliseconds

1234567891011>>