zephyr/drivers/mm
Adrian Warecki 9cf3e08429 mm: tlb: mtl: Fix memory page unmapping
The sys_mm_drv_unmap_page function first replaced the tlb entry with
the default one and then read the physical address that was mapped.
However, it was already overwritten, so it always release the default
physical address instead of the truly mapped one.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
2024-02-26 12:19:32 +01:00
..
CMakeLists.txt
Kconfig
mm_drv_bank.c
mm_drv_common.c
mm_drv_common.h
mm_drv_intel_adsp.h
mm_drv_intel_adsp_mtl_tlb.c mm: tlb: mtl: Fix memory page unmapping 2024-02-26 12:19:32 +01:00
mm_drv_intel_adsp_regions.c
mm_drv_intel_adsp_tlb.c
mm_drv_ti_rat.c