Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c37 #define debug_print(...) DMSG_RAW(__VA_ARGS__) macro
39 #define debug_print(...) ((void)0) macro
342 debug_print("%u pgts exhausted", RISCV_MMU_MAX_PGTS); in core_mmu_pgt_alloc()
544 debug_print(" %010" PRIxVA " %010" PRIxPA " %10zx %x", in core_init_mmu_prtn_tee()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c39 #define debug_print(...) DMSG_RAW(__VA_ARGS__) macro
41 #define debug_print(...) ((void)0) macro
H A Dcore_mmu_lpae.c88 #define debug_print(...) DMSG_RAW(__VA_ARGS__) macro
90 #define debug_print(...) ((void)0) macro
856 debug_print(" %010" PRIxVA " %010" PRIxPA " %10zx %x", in core_init_mmu_prtn_tee()