zephyr/drivers/mm
Jaroslaw Stelter 0bf467bbcd mm_drv: tlb: Fix context save for remapped pages
In case of remapped reference counter for physical page
is differ to zero, but TLB entry for virtual address equal to
physical address will be disabled. Valid entry will be somewhere
in virtual space where particular physical page is remapped.

Since in adsp_mm_save_context() routine we go through physical
memory range, we need to include these pages in context save loop.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2023-07-10 09:27:31 +02:00
..
CMakeLists.txt
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
mm_drv_bank.c mm_drv: tlb: Fix driver tests 2023-06-22 17:23:56 -04:00
mm_drv_common.c
mm_drv_common.h
mm_drv_intel_adsp_mtl_tlb.c mm_drv: tlb: Fix context save for remapped pages 2023-07-10 09:27:31 +02:00
mm_drv_intel_adsp_regions.c
mm_drv_intel_adsp_tlb.c xtensa: use sys_cache API instead of custom interfaces 2023-04-26 07:31:22 -04:00
mm_drv_intel_adsp.h