memory manager: add region calculation for virtual memory

Add region calculations and implementation of
sys_mm_drv_query_memory_regions to pass calculated regions down
the line.

Signed-off-by: Jakub Dabek <jakub.dabek@intel.com>
This commit is contained in:
Jakub Dabek 2022-11-28 19:07:01 +01:00 committed by Anas Nashif
commit 72f626046d
5 changed files with 105 additions and 3 deletions

View file

@ -12,5 +12,6 @@ zephyr_library_sources_ifdef(
zephyr_sources_ifdef(
CONFIG_MM_DRV_INTEL_ADSP_MTL_TLB
mm_drv_intel_adsp_regions.c
mm_drv_intel_adsp_mtl_tlb.c
)