Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.c52 MMU_DEBUG("allocating table [%d]%p\n", i, table); in new_table()
78 MMU_DEBUG("table [%d]%p: usage %#x -> %#x\n", i, table, prev_count, new_count); in table_usage()
178 MMU_DEBUG("misaligned desc 0x%016llx for block size 0x%x\n", in is_desc_block_aligned()
196 MMU_DEBUG("%.*s", level * 2U, ". . . "); in debug_show_pte()
197 MMU_DEBUG("[%d]%p: ", table_index(pte), pte); in debug_show_pte()
200 MMU_DEBUG("---\n"); in debug_show_pte()
204 MMU_DEBUG("0x%016llx ", *pte); in debug_show_pte()
209 MMU_DEBUG("[Table] [%d]%p\n", table_index(table), table); in debug_show_pte()
214 MMU_DEBUG("[Block] "); in debug_show_pte()
216 MMU_DEBUG("[Page] "); in debug_show_pte()
[all …]
Dmmu.h14 #define MMU_DEBUG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
16 #define MMU_DEBUG(...) macro