Searched refs:debug_print (Results 1 – 1 of 1) sorted by relevance
33 #define debug_print(...) printf(__VA_ARGS__) macro35 #define debug_print(...) ((void)0) macro61 debug_print("mmap:\n"); in print_mmap()64 debug_print(" VA:%p PA:0x%llx size:0x%zx attr:0x%x\n", in print_mmap()69 debug_print("\n"); in print_mmap()262 debug_print((mem_type == MT_MEMORY) ? "MEM" : in mmap_desc()264 debug_print(((attr & MT_RW) != 0U) ? "-RW" : "-RO"); in mmap_desc()265 debug_print(((attr & MT_NS) != 0U) ? "-NS" : "-S"); in mmap_desc()266 debug_print(((attr & MT_EXECUTE_NEVER) != 0U) ? "-XN" : "-EXEC"); in mmap_desc()338 debug_print("New xlat table:\n"); in init_xlation_table_inner()[all …]