zephyr/drivers/mm
Andrew Davis e07b8733d5 drivers: mm: rat: Only fetch region_config from translate_config once
We only need to dereference translate_config once to get the current
region_config we are working with, do this once at the start of the
sections that use it multiple times.

The compiler should optimize the multiple fetches anyway, so this
is purely for code readability.

Signed-off-by: Andrew Davis <afd@ti.com>
2025-03-12 07:13:22 +01:00
..
CMakeLists.txt
Kconfig
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 mm: common: reset mappings during simple mapping failures 2024-08-28 16:35:43 -04:00
mm_drv_common.h
mm_drv_intel_adsp_mtl_tlb.c mm: tlb: Fix mmu support in update page flags function 2025-02-10 18:55:24 +01:00
mm_drv_intel_adsp_regions.c
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_intel_adsp.h include: zephyr: sys: Introduce IS_BIT_SET() macro 2025-01-10 14:48:13 +01:00
mm_drv_ti_rat.c drivers: mm: rat: Only fetch region_config from translate_config once 2025-03-12 07:13:22 +01:00