Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dplatform_base_address.h88 #define VM0_BASE_S 0x31000000 /* Volatile Memory 0 Secure base address */ macro
90 #define VM1_BASE_S (VM0_BASE_S + VM0_SIZE) /* Volatile Memory 1 Secure base a…
198 #define MPC_VM0_RANGE_BASE_S (VM0_BASE_S)
199 #define MPC_VM0_RANGE_LIMIT_S (VM0_BASE_S + VM0_SIZE-1)
Dregion_defs.h142 #define S_DATA_START (VM0_BASE_S)
145 #define S_DATA_START (VM0_BASE_S + FLASH_S_PARTITION_SIZE)
241 #define PROVISIONING_BUNDLE_CODE_START VM0_BASE_S
248 #define CM_PROVISIONING_BUNDLE_START (VM0_BASE_S + OTP_DMA_ICS_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/bl1/
Drse_bringup_helpers_hal.c19 return VM0_BASE_S; in rse_bringup_helpers_hal_get_vm0_exec_address()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/bl1/
Drse_bringup_helpers_hal.c19 return VM0_BASE_S; in rse_bringup_helpers_hal_get_vm0_exec_address()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/bl1/
Drse_bringup_helpers_hal.c19 return VM0_BASE_S; in rse_bringup_helpers_hal_get_vm0_exec_address()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/
Dflash_layout.h210 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE)
214 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/
Dflash_layout.h207 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE)
211 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Dflash_layout.h177 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/
Dstartup_rse_bl1_1.c298 __set_MSPLIM(VM0_BASE_S); in Reset_Handler()