Home
last modified time | relevance | path

Searched refs:ROM_BASE_S (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/
Dboot_hal_bl1_2.c240 memcpy((uint8_t *)VM1_BASE_S, (uint8_t *)ROM_BASE_S, BL1_1_CODE_SIZE); in copy_rom_library_into_sram()
248 if (got_entry >= ROM_BASE_S && got_entry < ROM_BASE_S + ROM_SIZE) { in copy_rom_library_into_sram()
249 got_entry -= ROM_BASE_S; in copy_rom_library_into_sram()
411 ROM_BASE_S, in disable_rom_execution()
412 ROM_BASE_S + ROM_SIZE - 1, in disable_rom_execution()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dtfm_peripherals_def.h47 ARM_MPU_RBAR(ROM_BASE_S, \
52 ARM_MPU_RLAR_PXN(ROM_BASE_S + ROM_SIZE - 1, \
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dplatform_base_address.h84 #define ROM_BASE_S 0x11000000 /* CODE ROM Secure base address. No NS alias fo… macro
Dregion_defs.h191 #define BL1_1_CODE_START (ROM_BASE_S)