Lines Matching defs:pmapdebug
162 int pmapdebug = PDB_PARANOIA;
164 #define PMAP_DPRINTF(l, x) if (pmapdebug & (l)) printf x
976 if ((pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) ||
977 (prot == VM_PROT_NONE && (pmapdebug & PDB_REMOVE)))
1421 if ((pmapdebug & (PDB_CACHE|PDB_PVDUMP)) ==
1428 if ((pmapdebug & PDB_WIRING) && pmap != pmap_kernel())
1643 if (pmapdebug & PDB_FOLLOW)
1650 if (pmapdebug & PDB_FOLLOW)
1747 if (pmapdebug & (PDB_PTPAGE|PDB_COLLECT)) {
1750 opmapdebug = pmapdebug;
1751 pmapdebug |= PDB_PTPAGE;
1784 if (pmapdebug & (PDB_PTPAGE|PDB_COLLECT))
1792 if (pmapdebug & (PDB_PTPAGE|PDB_COLLECT))
1793 pmapdebug = opmapdebug;
2170 if (pmapdebug & PDB_WIRING)
2277 if ((pmapdebug & (PDB_CACHE|PDB_PVDUMP)) ==
2325 if ((pmapdebug & PDB_PARANOIA) &&
2651 if (pmapdebug & (PDB_ENTER|PDB_PTPAGE)) {
2706 if ((pmapdebug & PDB_PARANOIA) && (*pte & PG_CCB) == 0)