Searched refs:memcpy (Results 226 - 250 of 767) sorted by relevance

1234567891011>>

/arch/metag/include/asm/
H A Delf.h90 memcpy((char *)&_dest, (char *)_regs, sizeof(struct pt_regs));
H A Dpgalloc.h21 memcpy(pgd + USER_PTRS_PER_PGD,
/arch/microblaze/include/uapi/asm/
H A Delf.h86 memcpy((char *) &_dest, (char *) _regs, \
/arch/mips/ath79/
H A Dmach-db120.c109 memcpy(db120_ath9k_data.eeprom_data, eeprom,
H A Dmach-ubnt-xm.c98 memcpy(ubnt_xm_eeprom_data.eeprom_data, UBNT_XM_EEPROM_ADDR,
/arch/mips/bcm63xx/
H A Dprom.c91 memcpy((void *)0xa0000200, &bmips_smp_movevec, 0x20);
/arch/mips/dec/
H A Dtc.c44 memcpy(&tbus->info, rex_gettcinfo(), sizeof(tbus->info));
/arch/mips/include/asm/
H A Dstring.h138 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
/arch/mips/kernel/
H A Dmachine_kexec.c81 memcpy((void*)reboot_code_buffer, relocate_new_kernel,
H A Dmips_ksyms.c40 EXPORT_SYMBOL(memcpy); variable
/arch/mips/pmcs-msp71xx/
H A Dmsp_time.c95 memcpy(&timer_vpe1, &c0_compare_irqaction, sizeof(timer_vpe1));
/arch/parisc/include/asm/
H A Delf.h279 memcpy(dst + 0, pt->gr, 32 * sizeof(elf_greg_t)); \
280 memcpy(dst + 32, pt->sr, 8 * sizeof(elf_greg_t)); \
281 memcpy(dst + 40, pt->iaoq, 2 * sizeof(elf_greg_t)); \
282 memcpy(dst + 42, pt->iasq, 2 * sizeof(elf_greg_t)); \
/arch/powerpc/include/asm/
H A Dkexec.h66 memcpy(newregs, oldregs, sizeof(*newregs));
/arch/score/kernel/
H A Dirq.c101 memcpy((void *)target_addr, \
/arch/sh/include/asm/
H A Dkexec.h37 memcpy(newregs, oldregs, sizeof(*newregs));
H A Dstring_32.h118 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
/arch/sh/kernel/
H A Dprocess.c33 memcpy(dst->thread.xstate, src->thread.xstate, xstate_size);
H A Dsh_ksyms_64.c39 EXPORT_SYMBOL(memcpy); variable
/arch/sh/kernel/vsyscall/
H A Dvsyscall.c53 memcpy(syscall_page,
/arch/sh/mm/
H A Dpgtable.c15 memcpy(pgd + USER_PTRS_PER_PGD,
/arch/sparc/kernel/
H A Dwindows.c47 memcpy(&tp->reg_window[i], &tp->reg_window[i+1], sizeof(struct reg_window32));
/arch/sparc/lib/
H A DGENpatch.S28 GEN_DO_PATCH(memcpy, GENmemcpy)
H A DNG2patch.S28 NG_DO_PATCH(memcpy, NG2memcpy)
H A DNGpatch.S28 NG_DO_PATCH(memcpy, NGmemcpy)
H A DU3patch.S28 ULTRA3_DO_PATCH(memcpy, U3memcpy)

Completed in 348 milliseconds

1234567891011>>