Searched refs:copy_addr (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | ti-emif-pm.c | 151 void *copy_addr; in ti_emif_push_sram() local 154 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram() 157 if (!copy_addr) { in ti_emif_push_sram() 164 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram() 168 if (!copy_addr) { in ti_emif_push_sram() 203 void *copy_addr; in ti_emif_copy_pm_function_table() local 208 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table() 211 if (!copy_addr) in ti_emif_copy_pm_function_table()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 153 plugin_gen_mem_callbacks(TCGv_i64 copy_addr, TCGTemp *orig_addr, MemOpIdx oi, in plugin_gen_mem_callbacks() argument 160 if (!copy_addr) { in plugin_gen_mem_callbacks() 161 copy_addr = tcg_temp_ebb_new_i64(); in plugin_gen_mem_callbacks() 162 tcg_gen_extu_i32_i64(copy_addr, temp_tcgv_i32(orig_addr)); in plugin_gen_mem_callbacks() 164 tcg_gen_plugin_mem_cb(copy_addr, info); in plugin_gen_mem_callbacks() 165 tcg_temp_free_i64(copy_addr); in plugin_gen_mem_callbacks() 167 if (copy_addr) { in plugin_gen_mem_callbacks() 168 tcg_gen_plugin_mem_cb(copy_addr, info); in plugin_gen_mem_callbacks() 169 tcg_temp_free_i64(copy_addr); in plugin_gen_mem_callbacks() 180 TCGv_i64 copy_addr, TCGTemp *orig_addr, in plugin_gen_mem_callbacks_i32() argument [all …]
|
/openbmc/linux/drivers/soc/ti/ |
H A D | pm33xx.c | 92 void *copy_addr; in am33xx_push_sram_idle() local 124 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr, in am33xx_push_sram_idle() 127 if (!copy_addr) { in am33xx_push_sram_idle()
|
/openbmc/linux/arch/arm/mach-ep93xx/ |
H A D | platform.h | 25 void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
|
H A D | core.c | 319 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth() argument 321 if (copy_addr) in ep93xx_register_eth()
|