Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h25 #define MT_NORMAL_NC 3U macro
32 (0x44 << (MT_NORMAL_NC * 8)) | \
/Zephyr-latest/arch/arm64/core/
Dmmu.c224 ((mem_type == MT_NORMAL_NC) ? "NC" : "DEV")); in debug_show_pte()
711 case MT_NORMAL_NC: in get_region_desc()
829 .attrs = MT_NORMAL_NC | MT_P_RW_U_RW | MT_DEFAULT_SECURE_STATE },
1081 entry_flags |= MT_NORMAL_NC; in __arch_mem_map()