Searched refs:ns_tl (Results 1 – 2 of 2) sorted by relevance
22 static struct transfer_list_header *ns_tl __unused;37 ns_tl = transfer_list_init((void *)FW_NS_HANDOFF_BASE, FW_HANDOFF_SIZE); in bl2_platform_setup()38 assert(ns_tl != NULL); in bl2_platform_setup()84 te = transfer_list_find(ns_tl, TL_TAG_FDT); in plat_get_next_bl_params()90 param_node->ep_info.args.arg3 = (uintptr_t)ns_tl; in plat_get_next_bl_params()120 te = transfer_list_add(ns_tl, TL_TAG_FDT, in bl2_plat_handle_post_image_load()
258 struct transfer_list_header *ns_tl = NULL; in qemu_bl2_handle_post_image_load() local332 ns_tl = transfer_list_relocate(bl2_tl, in qemu_bl2_handle_post_image_load()335 if (!ns_tl) { in qemu_bl2_handle_post_image_load()341 transfer_list_dump(ns_tl); in qemu_bl2_handle_post_image_load()343 te = transfer_list_find(ns_tl, TL_TAG_FDT); in qemu_bl2_handle_post_image_load()348 bl_mem_params->ep_info.args.arg3 = (uintptr_t)ns_tl; in qemu_bl2_handle_post_image_load()