Searched defs:PMFREE_DEBUG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c68 #define PMFREE_DEBUG(args...) if (prom_free_debug) printf(args) macro
70 #define PMFREE_DEBUG(args...) macro
208 PMFREE_DEBUG("no mmu ihandle");
213 PMFREE_DEBUG("no mmu node");
218 PMFREE_DEBUG("no translations property");
224 PMFREE_DEBUG("translations getprop failed");
276 PMFREE_DEBUG("large trans vaddr=0x%lx, npgs=%d\n",
288 PMFREE_DEBUG(
301 PMFREE_DEBUG("unmap vaddr=0x%lx pfn=0x%lx", vaddr, pfn);
308 PMFREE_DEBUG(" p
[all...]

Completed in 58 milliseconds