Searched refs:config_base (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/plat/qemu/qemu/ |
| H A D | qemu_helpers.c | 32 int qemu_set_tee_fw_info(uintptr_t config_base, uintptr_t log_addr, in qemu_set_tee_fw_info() argument 36 void *dtb = (void *)config_base; in qemu_set_tee_fw_info() 77 static int qemu_set_event_log_info(uintptr_t config_base, in qemu_set_event_log_info() argument 84 void *dtb = (void *)config_base; in qemu_set_event_log_info() 132 err = qemu_set_tee_fw_info(config_base, sm_log_addr, log_size); in qemu_set_event_log_info() 149 flush_dcache_range(config_base, fdt_totalsize(dtb)); in qemu_set_event_log_info() 164 int qemu_set_tos_fw_info(uintptr_t config_base, uintptr_t log_addr, in qemu_set_tos_fw_info() argument 169 assert(config_base != 0UL); in qemu_set_tos_fw_info()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.c | 133 static int arm_set_dpe_context_handle(uintptr_t config_base, in arm_set_dpe_context_handle() argument 137 void *dtb = (void *)config_base; in arm_set_dpe_context_handle() 173 flush_dcache_range(config_base, fdt_totalsize(dtb)); in arm_set_dpe_context_handle() 190 uintptr_t config_base; in arm_set_nt_fw_info() local 197 config_base = cfg_mem_params->image_info.image_base; in arm_set_nt_fw_info() 200 return arm_set_dpe_context_handle(config_base, ctx_handle); in arm_set_nt_fw_info() 278 static int arm_set_event_log_info(uintptr_t config_base, in arm_set_event_log_info() argument 285 void *dtb = (void *)config_base; in arm_set_event_log_info() 350 flush_dcache_range(config_base, fdt_totalsize(dtb)); in arm_set_event_log_info() 368 uintptr_t config_base; in arm_set_tos_fw_info() local [all …]
|
| H A D | arm_bl2_setup.c | 36 static uintptr_t config_base __unused; 121 config_base = (uintptr_t)arg0; in arm_bl2_early_platform_setup() 277 fconf_populate("FW_CONFIG", config_base); in bl2_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/imx/imx8m/ |
| H A D | imx8m_dyn_cfg_helpers.c | 105 static int imx8m_set_event_log_info(uintptr_t config_base, in imx8m_set_event_log_info() argument 109 void *dtb = (void *)config_base; in imx8m_set_event_log_info() 165 flush_dcache_range(config_base, fdt_totalsize(dtb)); in imx8m_set_event_log_info()
|
| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A D | rpi3_dyn_cfg_helpers.c | 100 static int rpi3_set_event_log_info(uintptr_t config_base, in rpi3_set_event_log_info() argument 104 void *dtb = (void *)config_base; in rpi3_set_event_log_info() 164 flush_dcache_range(config_base, fdt_totalsize(dtb)); in rpi3_set_event_log_info()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_private.h | 27 int qemu_set_tos_fw_info(uintptr_t config_base, uintptr_t log_addr,
|