Searched refs:debugging_mem (Results 1 – 1 of 1) sorted by relevance
306 static int debugging_mem; variable310 if (!debugging_mem) in printmemlist()328 if (!debugging_mem) in printmemseg()343 #define MPRINTF(str) if (debugging_mem) prom_printf((str))344 #define MPRINTF1(str, a) if (debugging_mem) prom_printf((str), (a))345 #define MPRINTF2(str, a, b) if (debugging_mem) prom_printf((str), (a), (b))347 if (debugging_mem) prom_printf((str), (a), (b), (c))