zephyr/drivers/mm
Marcin Szkudlinski 44222b7dfc mtl: bugfix: tlb driver should allow remapping all unused pages
UNUSED_L2_START_ALIGNED is a marker of first page not used by the
linker. Starting from this page, the memory may be re-mapped.
assertion <= is banning remapping of the first unused page
changing to <

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
2023-02-03 20:59:08 +09:00
..
CMakeLists.txt memory manager: add region calculation for virtual memory 2022-12-20 07:03:55 -05:00
Kconfig drivers/mm: Only remap unused RAM on Kconfig on Intel ADSP MTL 2022-11-29 18:03:09 -05: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 memory manager: add region calculation for virtual memory 2022-12-20 07:03:55 -05:00
mm_drv_intel_adsp_mtl_tlb.c mtl: bugfix: tlb driver should allow remapping all unused pages 2023-02-03 20:59:08 +09:00
mm_drv_intel_adsp_regions.c memory manager: add region calculation for virtual memory 2022-12-20 07:03:55 -05:00
mm_drv_intel_adsp_tlb.c drivers/mm: Get some bit configurations from DTS instead of SoC version 2022-09-08 18:03:33 -04:00