Home
last modified time | relevance | path

Searched refs:sram_exec_copy (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/ !
Dsram.h19 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, size_t size);
21 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy() function
/linux-4.19.296/drivers/misc/ !
Dsram-exec.c81 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy() function
119 EXPORT_SYMBOL_GPL(sram_exec_copy);
/linux-4.19.296/drivers/memory/ !
Dti-emif-pm.c159 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
169 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
213 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table()