Home
last modified time | relevance | path

Searched refs:ARM_TRUSTED_SRAM_BASE (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/corstone700/common/include/
Dplatform_def.h59 #define ARM_TRUSTED_SRAM_BASE UL(0x02000000) macro
60 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
70 #define ARM_NS_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE + UL(0x00100000)
162 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/trusted-firmware-a-latest/plat/arm/board/corstone1000/common/include/
Dplatform_def.h113 #define ARM_TRUSTED_SRAM_BASE UL(0x02000000) macro
115 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
164 #define ARM_NS_SHARED_RAM_BASE (ARM_TRUSTED_SRAM_BASE + TOTAL_SRAM_SIZE - \
266 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/trusted-firmware-a-latest/drivers/arm/css/scp/
Dcss_sds.c30 image_offset = (uintptr_t) image - ARM_TRUSTED_SRAM_BASE; in css_scp_boot_image_xfer()
Dcss_bom_bootloader.c174 cmd_data_payload->offset = (uintptr_t) image - ARM_TRUSTED_SRAM_BASE; in css_scp_boot_image_xfer()
/trusted-firmware-a-latest/include/plat/arm/common/
Darm_def.h62 #define ARM_TRUSTED_SRAM_BASE PLAT_ARM_TRUSTED_SRAM_BASE macro
64 #define ARM_TRUSTED_SRAM_BASE UL(0x04000000) macro
67 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
591 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \
/trusted-firmware-a-latest/include/plat/arm/css/common/
Dcss_def.h101 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/trusted-firmware-a-latest/plat/arm/board/fvp_r/include/
Dplatform_def.h217 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/trusted-firmware-a-latest/plat/nuvoton/npcm845x/
Dnpcm845x_bl31_setup.c162 bl32_image_ep_info.args.arg0 = ARM_TRUSTED_SRAM_BASE + in bl31_early_platform_setup2()
/trusted-firmware-a-latest/plat/arm/board/juno/include/
Dplatform_def.h261 #define PLAT_CSS_SCP_COM_SHARED_MEM_BASE (ARM_TRUSTED_SRAM_BASE + UL(0x80))
/trusted-firmware-a-latest/plat/arm/common/
Darm_bl31_setup.c146 bl32_image_ep_info.args.arg0 = ARM_TRUSTED_SRAM_BASE + in arm_bl31_early_platform_setup()
/trusted-firmware-a-latest/plat/arm/board/fvp/include/
Dplatform_def.h364 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/trusted-firmware-a-latest/include/plat/nuvoton/common/
Dnpcm845x_arm_def.h435 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \