Home
last modified time | relevance | path

Searched refs:FW_HANDOFF_BASE (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dcommon.c35 MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_BASE + FW_HANDOFF_SIZE,
/rk3399_ARM-atf/plat/amd/common/
H A Dplat_xfer_list.c21 tl_hdr = (struct transfer_list_header *)FW_HANDOFF_BASE; in populate_data_from_xfer_list()
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h158 #define FW_HANDOFF_BASE BL31_LIMIT macro
159 #define FW_HANDOFF_LIMIT (FW_HANDOFF_BASE + FW_HANDOFF_SIZE)
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h105 #define FW_HANDOFF_BASE U(0x1000000) macro
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c58 #ifdef FW_HANDOFF_BASE
59 #define MAP_FW_HANDOFF MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_SIZE, \
H A Dqemu_bl2_setup.c133 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_platform_setup()
137 (unsigned long)FW_HANDOFF_BASE); in bl2_platform_setup()
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h158 #define FW_HANDOFF_BASE BL31_LIMIT macro
159 #define FW_HANDOFF_LIMIT (FW_HANDOFF_BASE + FW_HANDOFF_SIZE)
/rk3399_ARM-atf/plat/qemu/qemu/
H A Dqemu_measured_boot.c105 (void *)(uintptr_t)FW_HANDOFF_BASE)) in bl2_plat_mboot_finish()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c443 bl31_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in create_smc_tl()
447 (unsigned long)FW_HANDOFF_BASE); in create_smc_tl()