Lines Matching refs:te
162 struct transfer_list_entry *te __unused; in arm_bl1_platform_setup()
180 te = transfer_list_add(secure_tl, TL_TAG_MBEDTLS_HEAP_INFO, in arm_bl1_platform_setup()
182 assert(te != NULL); in arm_bl1_platform_setup()
185 (struct crypto_heap_info *)transfer_list_entry_data(te); in arm_bl1_platform_setup()
195 te = transfer_list_add(secure_tl, PLAT_ARM_TB_FW_CONFIG_TL_TAG, in arm_bl1_platform_setup()
197 assert(te != NULL); in arm_bl1_platform_setup()
200 config_image_info.image_base = (uintptr_t) transfer_list_entry_data(te); in arm_bl1_platform_setup()
315 struct transfer_list_entry *te; in bl1_plat_handle_post_image_load() local
322 te = transfer_list_add(secure_tl, TL_TAG_SRAM_LAYOUT, in bl1_plat_handle_post_image_load()
324 assert(te != NULL); in bl1_plat_handle_post_image_load()
327 (meminfo_t *)transfer_list_entry_data(te)); in bl1_plat_handle_post_image_load()