Home
last modified time | relevance | path

Searched refs:MT_TYPE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h21 #define MT_TYPE(attr) (attr & MT_TYPE_MASK) macro
/Zephyr-latest/arch/arm64/core/
Dmmu.c694 mem_type = MT_TYPE(attrs); in get_region_desc()
868 if (MT_TYPE(attrs) == MT_NORMAL || MT_TYPE(attrs) == MT_NORMAL_WT) { in inv_dcache_after_map_helper()