Home
last modified time | relevance | path

Searched refs:sram_exec_copy (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A Dsram.h9 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, size_t size);
11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy() function
/kernel/linux/linux-5.10/drivers/misc/
H A Dsram-exec.c55 * sram_exec_copy - copy data to a protected executable region of sram
81 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy() function
132 EXPORT_SYMBOL_GPL(sram_exec_copy); variable
/kernel/linux/linux-6.6/drivers/misc/
H A Dsram-exec.c47 * sram_exec_copy - copy data to a protected executable region of sram
73 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy() function
121 EXPORT_SYMBOL_GPL(sram_exec_copy); variable
/kernel/linux/linux-5.10/drivers/memory/
H A Dti-emif-pm.c154 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
164 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
208 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table()
/kernel/linux/linux-6.6/drivers/memory/
H A Dti-emif-pm.c154 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
164 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
208 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table()
/kernel/linux/linux-5.10/drivers/soc/ti/
H A Dpm33xx.c103 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location, in am33xx_push_sram_idle()
124 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr, in am33xx_push_sram_idle()
/kernel/linux/linux-6.6/drivers/soc/ti/
H A Dpm33xx.c103 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location, in am33xx_push_sram_idle()
124 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr, in am33xx_push_sram_idle()

Completed in 4 milliseconds