Searched refs:memcpy (Results 201 - 225 of 767) sorted by relevance

1234567891011>>

/arch/frv/kernel/
H A Dsysctl.c96 memcpy(buff, frv_cache_wthru, sizeof(frv_cache_wthru) - 1);
101 memcpy(buff, frv_cache_wback, sizeof(frv_cache_wback) - 1);
/arch/ia64/kernel/
H A Dacpi-ext.c50 memcpy(base, vendor->byte_data, sizeof(*base));
51 memcpy(length, vendor->byte_data + 8, sizeof(*length));
H A Dia64_ksyms.c12 EXPORT_SYMBOL(memcpy); variable
/arch/m32r/include/asm/
H A Dcacheflush.h66 memcpy(dst, src, len); \
70 memcpy(dst, src, len)
H A Delf.h120 memcpy((char *)pr_reg, (char *)regs, sizeof (struct pt_regs));
/arch/m32r/lib/
H A Dmemcpy.S2 * linux/arch/m32r/lib/memcpy.S
21 ENTRY(memcpy) function
59 ENTRY(memcpy) function
/arch/m68k/emu/
H A Dnfcon.c33 memcpy(buf, str, 64);
38 memcpy(buf, str, count);
/arch/microblaze/include/asm/
H A Dcacheflush.h110 memcpy(dst, src, len);
121 memcpy(dst, src, len);
/arch/microblaze/lib/
H A Dmemmove.c6 * Reasonably optimised generic C-code for memcpy on Microblaze
43 /* Use memcpy when source is higher than dest */
45 return memcpy(v_dst, v_src, c);
68 /* Use memcpy when source is higher than dest */
70 return memcpy(v_dst, v_src, c);
/arch/mips/txx9/generic/
H A D7segled.c65 memcpy(buf, &txx9_seg7map, sizeof(txx9_seg7map));
75 memcpy(&txx9_seg7map, buf, size);
/arch/powerpc/platforms/pseries/
H A Dscanlog.c72 memcpy(rtas_data_buf, data, RTAS_DATA_BUF_SIZE);
75 memcpy(data, rtas_data_buf, RTAS_DATA_BUF_SIZE);
/arch/s390/boot/compressed/
H A Dmisc.c20 #undef memcpy macro
84 void *memcpy(void *dest, const void *src, size_t n) function
/arch/score/include/asm/
H A Dpage.h34 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
38 memcpy((vto), (vfrom), PAGE_SIZE)
/arch/tile/include/asm/
H A Dcacheflush.h68 memcpy(dst, src, len);
76 memcpy((dst), (src), (len))
/arch/arm/mach-socfpga/
H A Dplatsmp.c37 memcpy(phys_to_virt(0), &secondary_trampoline, trampoline_size);
/arch/arm/mach-tegra/
H A Dreset.c73 memcpy(iram_base, (void *)__tegra_cpu_reset_handler_start,
/arch/arm64/include/asm/
H A Dcacheflush.h103 memcpy(dst, src, len); \
/arch/arm64/kvm/
H A Dreset.c103 memcpy(vcpu_gp_regs(vcpu), cpu_reset, sizeof(*cpu_reset));
/arch/avr32/include/asm/
H A Dcacheflush.h129 memcpy(dst, src, len);
/arch/avr32/kernel/
H A Davr32_ksyms.c31 EXPORT_SYMBOL(memcpy); variable
/arch/c6x/include/asm/
H A Delf.h66 memcpy((char *) &_dest, (char *) _regs, \
/arch/c6x/kernel/
H A Dc6x_ksyms.c66 EXPORT_SYMBOL(memcpy); variable
/arch/cris/include/asm/
H A Dpage.h13 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
/arch/m68k/amiga/
H A Damisound.c57 memcpy (snd_data, sine_data, sizeof(sine_data));
/arch/m68k/include/asm/
H A Dpage_no.h13 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)

Completed in 2352 milliseconds

1234567891011>>