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 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...]
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 234 extern int pmapdebug;
235 int opmapdebug = pmapdebug;
237 pmapdebug = 0;
260 pmapdebug = opmapdebug;
  /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/atari/atari/
machdep.c 181 extern int pmapdebug;
182 int opmapdebug = pmapdebug;
188 pmapdebug = 0;
212 pmapdebug = opmapdebug;
  /src/sys/arch/emips/emips/
machdep.c 430 extern int pmapdebug; /* XXX */
431 int opmapdebug = pmapdebug;
433 pmapdebug = 0;
461 pmapdebug = opmapdebug;
  /src/sys/arch/next68k/next68k/
machdep.c 279 extern int pmapdebug;
280 int opmapdebug = pmapdebug;
282 pmapdebug = 0;
309 pmapdebug = opmapdebug;
  /src/sys/arch/virt68k/virt68k/
machdep.c 251 extern int pmapdebug;
252 int opmapdebug = pmapdebug;
254 pmapdebug = 0;
284 pmapdebug = opmapdebug;
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 431 extern int pmapdebug;
432 int opmapdebug = pmapdebug;
434 pmapdebug = 0;
475 pmapdebug = opmapdebug;
  /src/sys/arch/hp300/hp300/
machdep.c 290 extern int pmapdebug;
291 int opmapdebug = pmapdebug;
293 pmapdebug = 0;
323 pmapdebug = opmapdebug;
  /src/sys/arch/news68k/news68k/
machdep.c 207 extern int pmapdebug;
208 int opmapdebug = pmapdebug;
210 pmapdebug = 0;
238 pmapdebug = opmapdebug;
  /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...]
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 5484 set _C_LABEL(pmapdebug), %o1
5580 set _C_LABEL(pmapdebug), %o1
5973 set pmapdebug, %o3
5975 ! movrz %o1, -1, %o3 ! Print on either pmapdebug & PDB_DEMAP or ctx == 0
6027 set pmapdebug, %o3
6029 ! movrz %o1, -1, %o3 ! Print on either pmapdebug & PDB_DEMAP or ctx == 0
6983 set pmapdebug, %o4
7041 set pmapdebug, %o4
7986 .comm _C_LABEL(pmapdebug), 4
  /src/sys/arch/x68k/x68k/
machdep.c 268 extern int pmapdebug;
269 int opmapdebug = pmapdebug;
271 pmapdebug = 0;
299 pmapdebug = opmapdebug;
  /src/sys/arch/amiga/amiga/
machdep.c 217 extern int pmapdebug;
218 int opmapdebug = pmapdebug;
226 pmapdebug = 0;
259 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 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/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 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))
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 50 set pmapdebug, %o4

Completed in 93 milliseconds