Searched refs:VM0_BASE_S (Results 1 – 9 of 9) sorted by relevance
88 #define VM0_BASE_S 0x31000000 /* Volatile Memory 0 Secure base address */ macro90 #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)
142 #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_S248 #define CM_PROVISIONING_BUNDLE_START (VM0_BASE_S + OTP_DMA_ICS_SIZE)
19 return VM0_BASE_S; in rse_bringup_helpers_hal_get_vm0_exec_address()
210 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE)214 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
207 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE)211 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
177 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S)
298 __set_MSPLIM(VM0_BASE_S); in Reset_Handler()