HomeSort by: relevance | last modified time | path
    Searched defs:pmapdebug (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/alpha/
pmap.c 173 int pmapdebug = PDB_PARANOIA; variable in typeref:typename:int
1270 if (pmapdebug & (PDB_FOLLOW|PDB_BOOTSTRAP))
1559 if (pmapdebug & PDB_FOLLOW)
1615 if (pmapdebug & (PDB_FOLLOW|PDB_CREATE))
1671 if (pmapdebug & PDB_FOLLOW)
1716 if (pmapdebug & PDB_FOLLOW)
1742 if (pmapdebug & (PDB_FOLLOW|PDB_REMOVE|PDB_PROTECT))
1957 if ((pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) ||
1958 (prot == VM_PROT_NONE && (pmapdebug & PDB_REMOVE)))
2036 if (pmapdebug & (PDB_FOLLOW|PDB_PROTECT)
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 162 int pmapdebug = PDB_PARANOIA; variable in typeref:typename:int
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;
    [all...]
  /src/sys/arch/powerpc/oea/
pmap.c 189 #if defined(DEBUG) || defined(PMAPDEBUG)
190 #define pmapdebug PMAPNAME(debug) macro
405 #if defined(DEBUG) || defined(PMAPDEBUG)
418 unsigned int pmapdebug = 0; variable in typeref:typename:unsigned int
421 # define DPRINTFN(n, x, ...) do if (pmapdebug & PMAPDEBUG_ ## n) printf(x, __VA_ARGS__); while (0)
1560 if ((pmapdebug & PMAPDEBUG_PVOENTER) &&
1962 #if defined(DEBUG) || defined(PMAPDEBUG)
1963 if (pmapdebug & PMAPDEBUG_ENTER)
1965 else if (pmapdebug & PMAPDEBUG_EXEC)
2978 if (pmapdebug && npgs > 1)
    [all...]
  /src/sys/arch/sparc64/sparc64/
pmap.c 335 int pmapdebug = 0; variable in typeref:typename:int
336 //int pmapdebug = 0 | PDB_CTX_ALLOC | PDB_ACTIVATE;
340 #define BDPRINTF(n, f) if (pmapdebug & (n)) prom_printf f
341 #define DPRINTF(n, f) if (pmapdebug & (n)) printf f
347 #define pmapdebug 0 macro
448 if (pmapdebug & PDB_BOOT1)
466 pmapdebug |= PDB_BOOT|PDB_BOOT1;
469 pmapdebug |= PDB_BOOT1;
811 if (pmapdebug & PDB_BOOT1) {
845 if (pmapdebug & PDB_BOOT)
    [all...]
  /src/sys/arch/sparc/sparc/
pmap.c 170 int pmapdebug = 0; variable in typeref:typename:int
172 if (pmapdebug & (level)) \
4810 if ((pmapdebug & PDB_SANITYCHK) &&
4987 if ((pmapdebug & PDB_SANITYCHK) &&
5051 if ((pmapdebug & PDB_CHANGEPROT) ||
5052 (pmapdebug & PDB_REMOVE && prot == VM_PROT_NONE))
5360 if ((pmapdebug & PDB_CHANGEPROT) ||
5361 (pmapdebug & PDB_REMOVE && prot == VM_PROT_NONE))

Completed in 22 milliseconds