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:
parent
9531f96627
commit
72f626046d
5 changed files with 105 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue