zephyr/drivers/mm
Jaroslaw Stelter fe5ed68356 soc: ace_v1x: check physical memory bounds on page unmap.
This patch fix issue with unmapping of virtual addresses mapped
to non-existing physical memory. MTL TLB table is initialised with
1:1 mapping, however virtual space is much wider than available
physical space. We should not try to free and manage of power for
non-existing physical pages.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-21 05:32:03 -04:00
..
CMakeLists.txt intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
Kconfig intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
mm_drv_common.c mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00
mm_drv_common.h mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00
mm_drv_intel_adsp_mtl_tlb.c soc: ace_v1x: check physical memory bounds on page unmap. 2022-07-21 05:32:03 -04:00
mm_drv_intel_adsp_tlb.c mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00