Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplatform_config.h241 #define SRAM2_SIZE 0x20000 macro
254 #define SRAM2_SIZE 0x2000 macro
H A Dmain.c347 SRAM2_BASE, SRAM2_SIZE)) in configure_srams()
366 SRAM2_BASE, SRAM2_SIZE)) in configure_srams()
593 else if (core_is_buffer_inside(pa, 1, SRAM2_ALT_BASE, SRAM2_SIZE)) in stm32mp1_pa_or_sram_alias_pa()
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c469 ram_size = SRAM2_SIZE; in pager_permits_decprot_config()
537 if (paddr != SRAM2_BASE || size != SRAM2_SIZE) in stm32_etzpc_configure_memory()