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

  /src/sys/arch/alpha/alpha/
pmap.c 173 int pmapdebug = PDB_PARANOIA; variable
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...]
machdep.c 892 extern int pmapdebug;
893 int opmapdebug = pmapdebug;
895 pmapdebug = 0;
933 pmapdebug = opmapdebug;
  /src/sys/arch/acorn32/doc/
bootoptions 70 pmapdebug= Specify pmap debug level
  /src/sys/arch/cesfic/cesfic/
machdep.c 228 extern int pmapdebug;
229 int opmapdebug = pmapdebug;
231 pmapdebug = 0;
254 pmapdebug = opmapdebug;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 163 int pmapdebug = PDB_PARANOIA; variable
165 #define PMAP_DPRINTF(l, x) if (pmapdebug & (l)) printf x
975 if ((pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) ||
976 (prot == VM_PROT_NONE && (pmapdebug & PDB_REMOVE)))
1420 if ((pmapdebug & (PDB_CACHE|PDB_PVDUMP)) ==
1427 if ((pmapdebug & PDB_WIRING) && pmap != pmap_kernel())
1645 if (pmapdebug & PDB_FOLLOW)
1652 if (pmapdebug & PDB_FOLLOW)
1749 if (pmapdebug & (PDB_PTPAGE|PDB_COLLECT)) {
1752 opmapdebug = pmapdebug;
    [all...]
  /src/sys/arch/atari/atari/
machdep.c 183 extern int pmapdebug;
184 int opmapdebug = pmapdebug;
189 pmapdebug = 0;
213 pmapdebug = opmapdebug;
  /src/sys/arch/emips/emips/
machdep.c 440 extern int pmapdebug; /* XXX */
441 int opmapdebug = pmapdebug;
443 pmapdebug = 0;
469 pmapdebug = opmapdebug;
  /src/sys/arch/next68k/next68k/
machdep.c 336 extern int pmapdebug;
337 int opmapdebug = pmapdebug;
339 pmapdebug = 0;
366 pmapdebug = opmapdebug;
  /src/sys/arch/virt68k/virt68k/
machdep.c 273 extern int pmapdebug;
274 int opmapdebug = pmapdebug;
276 pmapdebug = 0;
306 pmapdebug = opmapdebug;
  /src/sys/arch/hp300/hp300/
machdep.c 353 extern int pmapdebug;
354 int opmapdebug = pmapdebug;
356 pmapdebug = 0;
386 pmapdebug = opmapdebug;
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 478 extern int pmapdebug;
479 int opmapdebug = pmapdebug;
481 pmapdebug = 0;
522 pmapdebug = opmapdebug;
  /src/sys/arch/news68k/news68k/
machdep.c 226 extern int pmapdebug;
227 int opmapdebug = pmapdebug;
229 pmapdebug = 0;
264 pmapdebug = opmapdebug;
  /src/sys/arch/sparc64/sparc64/
pmap.c 335 int pmapdebug = 0; variable
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...]
copy.S 927 set pmapdebug, %o4
1140 set pmapdebug, %o4
machdep.c 181 extern int pmapdebug;
182 int opmapdebug = pmapdebug;
187 pmapdebug = 0;
199 pmapdebug = opmapdebug;
locore.s 5496 set _C_LABEL(pmapdebug), %o1
5592 set _C_LABEL(pmapdebug), %o1
5985 set pmapdebug, %o3
5987 ! movrz %o1, -1, %o3 ! Print on either pmapdebug & PDB_DEMAP or ctx == 0
6039 set pmapdebug, %o3
6041 ! movrz %o1, -1, %o3 ! Print on either pmapdebug & PDB_DEMAP or ctx == 0
6995 set pmapdebug, %o4
7053 set pmapdebug, %o4
7998 .comm _C_LABEL(pmapdebug), 4
  /src/sys/arch/amiga/amiga/
machdep.c 217 extern int pmapdebug;
218 int opmapdebug = pmapdebug;
226 pmapdebug = 0;
259 pmapdebug = opmapdebug;
  /src/sys/arch/x68k/x68k/
machdep.c 293 extern int pmapdebug;
294 int opmapdebug = pmapdebug;
296 pmapdebug = 0;
324 pmapdebug = opmapdebug;
  /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
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/sparc/sparc/
machdep.c 160 extern int pmapdebug;
161 int opmapdebug = pmapdebug;
169 pmapdebug = 0;
328 pmapdebug = opmapdebug;
pmap.c 170 int pmapdebug = 0; variable
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))
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 50 set pmapdebug, %o4

Completed in 107 milliseconds