Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dmmu_armv8a.c85 #define MMU_DEBUG(fmt, ...) PRINTF(fmt, ##__VA_ARGS__) macro
87 #define MMU_DEBUG(...) macro
204 MMU_DEBUG("freeing table [%d]%p\r\n", i, table); in free_table()
258 MMU_DEBUG("%.*s", level * 2, ". . . "); in debug_show_pte()
259 MMU_DEBUG("[%d]%p: ", table_index(pte), pte); in debug_show_pte()
262 MMU_DEBUG("---\r\n"); in debug_show_pte()
269 MMU_DEBUG("[Table] [%d]%p\r\n", table_index(table), table); in debug_show_pte()
274 MMU_DEBUG("[Block] "); in debug_show_pte()
276 MMU_DEBUG("[Page] "); in debug_show_pte()
281 MMU_DEBUG((mem_type == MT_NORMAL) ? "MEM" : in debug_show_pte()
[all …]