Home
last modified time | relevance | path

Searched hist:"9 b941cd7250380f3488e2545ff4d2a0b928cd5bc" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/mm/
H A Dcore_mmu.c9b941cd7250380f3488e2545ff4d2a0b928cd5bc Thu Jan 23 09:16:09 UTC 2025 Sungbae Yoo <sungbaey@nvidia.com> core: mmu: fix memory regions found from ff-a manifest

Fix the 5th parameter of add_phys_mem() in collect_device_mem_ranges()
that has to be the size of memory region and not the end address of the
region.

Fixes: b8ef8d0b6ff4 ("core: mm: introduce struct memory_map")
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>