/arch/arm/crypto/ |
D | curve25519-glue.c | 70 int copied, nbytes; in curve25519_compute_value() local 74 copied = sg_copy_to_buffer(req->src, in curve25519_compute_value() 78 if (copied != CURVE25519_KEY_SIZE) in curve25519_compute_value() 89 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, in curve25519_compute_value() 92 if (copied != nbytes) in curve25519_compute_value()
|
/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/powerpc/lib/ |
D | pmem.c | 72 unsigned long copied, start = (unsigned long) dest; in __copy_from_user_flushcache() local 74 copied = __copy_from_user(dest, src, size); in __copy_from_user_flushcache() 77 return copied; in __copy_from_user_flushcache()
|
/arch/alpha/kernel/ |
D | ptrace.c | 161 int copied = access_process_vm(task, addr, data, sizeof(int), in read_int() local 163 return (copied == sizeof(int)) ? 0 : -EIO; in read_int() 169 int copied = access_process_vm(task, addr, &data, sizeof(int), in write_int() local 171 return (copied == sizeof(int)) ? 0 : -EIO; in write_int() 280 size_t copied; in arch_ptrace() local 287 copied = ptrace_access_vm(child, addr, &tmp, sizeof(tmp), in arch_ptrace() 290 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/powerpc/kernel/ptrace/ |
D | ptrace32.c | 58 int copied; in compat_arch_ptrace() local 67 copied = ptrace_access_vm(child, (u64)addrOthers, &tmp, in compat_arch_ptrace() 69 if (copied != sizeof(tmp)) in compat_arch_ptrace()
|
/arch/mips/kernel/ |
D | ptrace32.c | 64 int copied; in compat_arch_ptrace() local 73 copied = ptrace_access_vm(child, (u64)addrOthers, &tmp, in compat_arch_ptrace() 75 if (copied != sizeof(tmp)) in compat_arch_ptrace()
|
/arch/x86/crypto/ |
D | curve25519-x86_64.c | 1424 int copied, nbytes; in curve25519_generate_public_key() local 1433 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, in curve25519_generate_public_key() 1436 if (copied != nbytes) in curve25519_generate_public_key() 1447 int copied, nbytes; in curve25519_compute_shared_secret() local 1452 copied = sg_copy_to_buffer(req->src, in curve25519_compute_shared_secret() 1456 if (copied != CURVE25519_KEY_SIZE) in curve25519_compute_shared_secret() 1463 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, in curve25519_compute_shared_secret() 1466 if (copied != nbytes) in curve25519_compute_shared_secret()
|
/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/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/kernel/ |
D | ptrace.c | 448 int copied, ret; in arch_ptrace() local 466 copied = 0; in arch_ptrace() 467 while (copied < parea.len) { in arch_ptrace() 481 copied += sizeof(unsigned long); in arch_ptrace() 803 int copied, ret; in compat_arch_ptrace() local 821 copied = 0; in compat_arch_ptrace() 822 while (copied < parea.len) { in compat_arch_ptrace() 836 copied += sizeof(unsigned int); in compat_arch_ptrace()
|
/arch/s390/boot/ |
D | head_kdump.S | 47 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/arm/boot/dts/ |
D | sun8i-a33-olinuxino.dts | 195 /* Board level routing. First 2 routes copied from SoC level */
|
D | tegra20-paz00.dts | 467 * name is incorrect; perhaps copied
|
/arch/arm/kernel/ |
D | entry-armv.S | 166 str r3, [sp, #-4]! @ save the "real" r0 copied 993 * of which is copied into r0 for the mode specific abort handler.
|
/arch/xtensa/ |
D | Kconfig | 523 are still copied to RAM. The XIP kernel is not compressed since 624 are copied into their designated location during kernel startup. 643 This is the virtual address where XIP kernel data is copied.
|
/arch/ia64/kernel/ |
D | ptrace.c | 406 size_t copied; in ia64_peek() local 455 copied = access_process_vm(child, addr, &ret, sizeof(ret), FOLL_FORCE); in ia64_peek() 456 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 | 590 SUB t2, t2, t1 # t2 = number of bytes copied
|
/arch/arm64/boot/dts/qcom/ |
D | msm8994-msft-lumia-octagon.dtsi | 125 * This memory layout is directly copied from the original
|
/arch/m68k/ |
D | Kconfig.machine | 422 regions being copied out to RAM at startup.
|
/arch/riscv/ |
D | Kconfig | 536 are still copied to RAM. The XIP kernel is not compressed since
|
/arch/m68k/fpsp040/ |
D | round.S | 496 | The LOCAL_LO and LOCAL_GRS parts of the value are copied to FP_SCR2
|