sram_exec_copy    154 drivers/memory/ti-emif-pm.c 	copy_addr = sram_exec_copy(emif_data->sram_pool_code,
sram_exec_copy    164 drivers/memory/ti-emif-pm.c 	copy_addr = sram_exec_copy(emif_data->sram_pool_code,
sram_exec_copy    208 drivers/memory/ti-emif-pm.c 	copy_addr = sram_exec_copy(sram_pool, dst,
sram_exec_copy    119 drivers/misc/sram-exec.c EXPORT_SYMBOL_GPL(sram_exec_copy);
sram_exec_copy     99 drivers/soc/ti/pm33xx.c 	am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location,
sram_exec_copy    120 drivers/soc/ti/pm33xx.c 	copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr,
sram_exec_copy     19 include/linux/sram.h void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, size_t size);