/arch/powerpc/lib/ |
D | pmem.c | 35 unsigned long copied, start = (unsigned long) dest; in __copy_from_user_flushcache() local 37 copied = __copy_from_user(dest, src, size); in __copy_from_user_flushcache() 40 return copied; in __copy_from_user_flushcache()
|
/arch/s390/mm/ |
D | maccess.c | 62 long copied; in s390_kernel_write() local 69 copied = s390_kernel_write_odd(tmp, src, size); in s390_kernel_write() 70 tmp += copied; in s390_kernel_write() 71 src += copied; in s390_kernel_write() 72 size -= copied; in s390_kernel_write()
|
/arch/alpha/kernel/ |
D | ptrace.c | 162 int copied = access_process_vm(task, addr, data, sizeof(int), in read_int() local 164 return (copied == sizeof(int)) ? 0 : -EIO; in read_int() 170 int copied = access_process_vm(task, addr, &data, sizeof(int), in write_int() local 172 return (copied == sizeof(int)) ? 0 : -EIO; in write_int() 281 size_t copied; in arch_ptrace() local 288 copied = ptrace_access_vm(child, addr, &tmp, sizeof(tmp), in arch_ptrace() 291 if (copied != sizeof(tmp)) in arch_ptrace()
|
/arch/x86/kernel/ |
D | step.c | 58 int i, copied; in is_setting_trap_flag() local 62 copied = access_process_vm(child, addr, opcode, sizeof(opcode), in is_setting_trap_flag() 64 for (i = 0; i < copied; i++) { in is_setting_trap_flag()
|
/arch/mips/kernel/ |
D | ptrace32.c | 65 int copied; in compat_arch_ptrace() local 74 copied = ptrace_access_vm(child, (u64)addrOthers, &tmp, in compat_arch_ptrace() 76 if (copied != sizeof(tmp)) in compat_arch_ptrace()
|
/arch/powerpc/kernel/ |
D | ptrace32.c | 67 int copied; in compat_arch_ptrace() local 76 copied = ptrace_access_vm(child, (u64)addrOthers, &tmp, in compat_arch_ptrace() 78 if (copied != sizeof(tmp)) in compat_arch_ptrace()
|
/arch/arm/mach-omap2/ |
D | omap-smc.S | 69 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2)
|
/arch/xtensa/lib/ |
D | usercopy.S | 129 movi a2, 0 # return success for len bytes copied 189 movi a2, 0 # return success for len bytes copied 266 movi a2, 0 # return success for len bytes copied
|
/arch/sh/lib64/ |
D | copy_user_memcpy.S | 24 ! copied is unsigned greater than the address of the first byte to 25 ! be copied. This could be easily swapped for a signed comparison, 29 ! bytes memory chunk to b copied, the rest of the word can be read
|
D | memcpy.S | 26 ! copied is unsigned greater than the address of the first byte to 27 ! be copied. This could be easily swapped for a signed comparison, 31 ! bytes memory chunk to b copied, the rest of the word can be read
|
/arch/sparc/kernel/ |
D | ldc.c | 1577 unsigned int copied; in write_nonraw() local 1593 copied = 0; in write_nonraw() 1595 while (copied < size) { in write_nonraw() 1606 data_len = size - copied; in write_nonraw() 1613 (copied == 0 ? LDC_START : 0) | in write_nonraw() 1614 (data_len == size - copied ? LDC_STOP : 0)); in write_nonraw() 1627 copied += data_len; in write_nonraw() 1743 int err, copied; in read_nonraw() local 1760 copied = err = 0; in read_nonraw() 1781 copied = 0; in read_nonraw() [all …]
|
/arch/s390/boot/ |
D | head_kdump.S | 48 lghi %r14,DATAMOVER_ADDR # Jump to copied data mover
|
/arch/sh/lib/ |
D | memset-sh4.S | 37 ! Check if enough bytes need to be copied to be worth the big loop
|
/arch/s390/kernel/ |
D | ptrace.c | 469 int copied, ret; in arch_ptrace() local 487 copied = 0; in arch_ptrace() 488 while (copied < parea.len) { in arch_ptrace() 502 copied += sizeof(unsigned long); in arch_ptrace() 822 int copied, ret; in compat_arch_ptrace() local 840 copied = 0; in compat_arch_ptrace() 841 while (copied < parea.len) { in compat_arch_ptrace() 855 copied += sizeof(unsigned int); in compat_arch_ptrace()
|
/arch/arm/boot/dts/ |
D | sun8i-a33-olinuxino.dts | 195 /* Board level routing. First 2 routes copied from SoC level */
|
D | tegra20-paz00.dts | 403 * name is incorrect; perhaps copied
|
/arch/arm/kernel/ |
D | entry-armv.S | 166 str r3, [sp, #-4]! @ save the "real" r0 copied 998 * of which is copied into r0 for the mode specific abort handler.
|
/arch/unicore32/kernel/ |
D | entry.S | 166 stw.w r1, [sp+], #-4 @ save the "real" r0 copied 197 stw r1, [sp] @ save the "real" r0 copied
|
/arch/ia64/kernel/ |
D | ptrace.c | 410 size_t copied; in ia64_peek() local 459 copied = access_process_vm(child, addr, &ret, sizeof(ret), FOLL_FORCE); in ia64_peek() 460 if (copied != sizeof(ret)) in ia64_peek()
|
/arch/mips/lib/ |
D | memcpy.S | 429 SUB t2, t2, t1 # t2 = number of bytes copied
|
D | csum_partial.S | 617 SUB t2, t2, t1 # t2 = number of bytes copied
|
/arch/m68k/ |
D | Kconfig.machine | 407 regions being copied out to RAM at startup.
|
/arch/m68k/fpsp040/ |
D | round.S | 496 | The LOCAL_LO and LOCAL_GRS parts of the value are copied to FP_SCR2
|
/arch/arm/ |
D | Kconfig | 1873 are still copied to RAM. The XIP kernel is not compressed since 1901 copied to RAM from ROM. This option allows for storing that data 1903 copied, saving some precious ROM space. A possible drawback is a
|