Lines Matching refs:secure_tl
96 struct transfer_list_header *secure_tl __unused;
113 secure_tl = (struct transfer_list_header *)arg3; in arm_bl2_early_platform_setup()
115 te = transfer_list_find(secure_tl, TL_TAG_SRAM_LAYOUT); in arm_bl2_early_platform_setup()
119 transfer_list_rem(secure_tl, te); in arm_bl2_early_platform_setup()
141 plat_log_gpt_ptr->plat_log_gpt_corruption((uintptr_t)secure_tl, in arm_bl2_early_platform_setup()
173 secure_tl = transfer_list_ensure((void *)PLAT_ARM_EL3_FW_HANDOFF_BASE, in bl2_plat_preload_setup()
176 if (secure_tl == NULL) { in bl2_plat_preload_setup()
181 arm_transfer_list_dyn_cfg_init(secure_tl); in bl2_plat_preload_setup()
272 te = arm_transfer_list_set_heap_info(secure_tl); in bl2_plat_arch_setup()
273 transfer_list_rem(secure_tl, te); in bl2_plat_arch_setup()
363 transfer_list_update_checksum(secure_tl); in arm_bl2_plat_handle_post_image_load()
379 transfer_list_update_checksum(secure_tl); in arm_bl2_setup_next_ep_info()
381 ep = transfer_list_set_handoff_args(secure_tl, in arm_bl2_setup_next_ep_info()
385 arm_transfer_list_populate_ep_info(next_param_node, secure_tl); in arm_bl2_setup_next_ep_info()