Searched refs:fncpy (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | fncpy.h | 59 #define fncpy(dest_buf, funcp, size) ({ \ macro
|
/linux/drivers/misc/ |
H A D | sram-exec.c | 107 dst_cpy = fncpy(dst, src, size); in sram_exec_copy()
|
/linux/arch/arm/mach-socfpga/ |
H A D | pm.c | 77 (void *)fncpy(suspend_ocram_base, in socfpga_setup_ocram_self_refresh()
|
/linux/arch/arm/mach-omap1/ |
H A D | sram-init.c | 75 dst = fncpy(sram, funcp, size); in omap_sram_push()
|
/linux/arch/arm/kernel/ |
H A D | machine_kexec.c | 184 reboot_entry = fncpy(reboot_code_buffer, in machine_kexec()
|
/linux/arch/arm/mach-omap2/ |
H A D | sram.c | 97 dst = fncpy(sram, funcp, size); in omap_sram_push()
|
/linux/arch/arm/mach-imx/ |
H A D | pm-imx5.c | 361 imx5_suspend_in_ocram_fn = fncpy( in imx5_suspend_init()
|
H A D | pm-imx6.c | 571 imx6_suspend_in_ocram_fn = fncpy( in imx6q_suspend_init()
|
/linux/arch/arm/mach-at91/ |
H A D | pm.c | 634 at91_suspend_sram_fn = fncpy(at91_suspend_sram_fn, in at91_pm_suspend() 1004 at91_suspend_sram_fn = fncpy(at91_suspend_sram_fn, in at91_pm_sram_init()
|