zephyr/drivers/mm
Jaroslaw Stelter cf24124efa mm: introduce update memory flags api
There are cases when attributes of mapped virtual memory need
to be updated. E.g. in case there is loadable library/module
code loaded to the l2 memory then memory needs to be read-write.
After the code is loaded and is ready to be executed then
attributes of mapped memory should be updated to
read-only/executable without loosing memory contents.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-13 15:53:14 +02:00
..
CMakeLists.txt intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
Kconfig intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
mm_drv_common.c mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00
mm_drv_common.h mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00
mm_drv_intel_adsp_mtl_tlb.c intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
mm_drv_intel_adsp_tlb.c mm: introduce update memory flags api 2022-07-13 15:53:14 +02:00