Home
last modified time | relevance | path

Searched refs:ROM_SIZE (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dtfm_peripherals_def.h52 ARM_MPU_RLAR_PXN(ROM_BASE_S + ROM_SIZE - 1, \
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/
Dboot_hal_bl1_2.c248 if (got_entry >= ROM_BASE_S && got_entry < ROM_BASE_S + ROM_SIZE) { in copy_rom_library_into_sram()
412 ROM_BASE_S + ROM_SIZE - 1, in disable_rom_execution()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dplatform_base_address.h188 #define ROM_SIZE 0x00020000 /* 128 kB */ macro