Home
last modified time | relevance | path

Searched refs:DEVICE_SRAM_SIZE (Results 1 – 5 of 5) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/renesas/common/include/
A Dplat.ld.S13 SRAM (rwx): ORIGIN = BL31_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE
14 PRAM (r): ORIGIN = BL31_LIMIT - DEVICE_SRAM_SIZE, LENGTH = DEVICE_SRAM_SIZE
20 . = BL31_LIMIT - DEVICE_SRAM_SIZE;
31 ASSERT(__BL31_END__ <= BL31_LIMIT - DEVICE_SRAM_SIZE,
A Drcar_def.h28 #define DEVICE_SRAM_SIZE U(0x00002000) macro
29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
A Dplatform_def.h140 #define BL31_SRAM_LIMIT (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
/arm-trusted-firmware-2.8.0/plat/renesas/common/aarch64/
A Dplatform_common.c54 DEVICE_SRAM_SIZE, \
/arm-trusted-firmware-2.8.0/drivers/renesas/common/pwrc/
A Dpwrc.c785 .len = DEVICE_SRAM_SIZE, in rcar_pwrc_code_copy_to_system_ram()

Completed in 9 milliseconds