Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplatform_config.h242 #define SRAM3_SIZE 0x10000 macro
256 #define SRAM3_SIZE 0x2000 macro
H A Dmain.c351 SRAM3_BASE, SRAM3_SIZE)) in configure_srams()
370 SRAM3_BASE, SRAM3_SIZE)) in configure_srams()
595 else if (core_is_buffer_inside(pa, 1, SRAM3_ALT_BASE, SRAM3_SIZE)) in stm32mp1_pa_or_sram_alias_pa()
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c473 ram_size = SRAM3_SIZE; in pager_permits_decprot_config()
541 if (paddr != SRAM3_BASE || size != SRAM3_SIZE) in stm32_etzpc_configure_memory()