Searched refs:ROM_BASE_S (Results 1 – 4 of 4) sorted by relevance
240 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()
47 ARM_MPU_RBAR(ROM_BASE_S, \52 ARM_MPU_RLAR_PXN(ROM_BASE_S + ROM_SIZE - 1, \
84 #define ROM_BASE_S 0x11000000 /* CODE ROM Secure base address. No NS alias fo… macro
191 #define BL1_1_CODE_START (ROM_BASE_S)