Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/renesas/common/aarch64/
Dplatform_common.c57 #define MAP_SRAM_STACK MAP_REGION_FLAT(DEVICE_SRAM_STACK_BASE, \
/external/arm-trusted-firmware/plat/renesas/common/include/
Drcar_def.h29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE) macro
/external/arm-trusted-firmware/drivers/renesas/common/pwrc/
Dpwrc.c687 uintptr_t stack = (uintptr_t) (DEVICE_SRAM_STACK_BASE + in rcar_pwrc_set_suspend_to_ram()