Home
last modified time | relevance | path

Searched hist:"177 b77f74fd074de5445e80da1c7aaf45cd0f3a8" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/mm/
H A Dphys_mem.c177b77f74fd074de5445e80da1c7aaf45cd0f3a8 Fri Sep 13 09:48:28 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: virt: phys_mem_core_alloc() use both pools

With CFG_NS_VIRTUALIZATION=y let phys_mem_core_alloc() allocate from
both the core_pool and ta_pool since both pools keep equally secure
memory. This is needed in later patches when some translation tables are
dynamically allocated from spare physical core memory.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>