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 drivers: mm: Add support for TI RAT module using system_mm API 2023-07-11 09:44:48 +02:00
Kconfig drivers: mm: Add support for TI RAT module using system_mm API 2023-07-11 09:44:48 +02:00
mm_drv_bank.c mm: rename struct mem_drv_bank to sys_mm_drv_bank 2023-11-21 08:42:01 +00:00
mm_drv_common.c drivers/mm: Add API to query memory regions 2022-10-01 14:52:29 -04:00
mm_drv_common.h mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00
mm_drv_intel_adsp.h kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
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: intel: adsp: simplify code in mm_drv_intel_adsp_regions.c 2023-03-23 16:31:08 -04:00
mm_drv_intel_adsp_tlb.c xtensa: move to use system cache API support for coherency 2024-02-03 13:42:33 -05:00
mm_drv_ti_rat.c drivers: mm: refine includes of the header 2023-09-26 15:09:12 +02:00