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

  /src/sys/arch/sun2/sun2/
pmap.c 187 #ifdef PMAP_DEBUG
188 int pmap_debug = 0; variable
191 #endif /* PMAP_DEBUG */
241 #ifdef PMAP_DEBUG
246 #else /* PMAP_DEBUG */
248 #endif /* PMAP_DEBUG */
388 #ifdef PMAP_DEBUG
393 #endif /* PMAP_DEBUG */
500 #ifdef PMAP_DEBUG
501 if (pmap_debug & PMD_CONTEXT
    [all...]
  /src/sys/arch/sun68k/sun68k/
pmap_sunmmu.c 280 #ifdef PMAP_DEBUG
281 int pmap_debug = 0; variable
284 #endif /* PMAP_DEBUG */
342 #ifdef PMAP_DEBUG
347 #else /* PMAP_DEBUG */
349 #endif /* PMAP_DEBUG */
502 #ifdef PMAP_DEBUG
507 #endif /* PMAP_DEBUG */
614 #ifdef PMAP_DEBUG
615 if (pmap_debug & PMD_CONTEXT
    [all...]
  /src/sys/arch/sun3/sun3x/
pmap.c 153 #ifdef PMAP_DEBUG
157 * breakpoints. When this code is compiled with PMAP_DEBUG mode defined, the
172 int pmap_debug = 0; variable
173 #define DPRINT(args) if (pmap_debug) printf args
180 #endif /* PMAP_DEBUG */
381 #ifdef PMAP_DEBUG
394 #ifdef PMAP_DEBUG
425 #ifdef PMAP_DEBUG
440 #ifdef PMAP_DEBUG
459 #ifdef PMAP_DEBUG
    [all...]
  /src/sys/arch/aarch64/aarch64/
fault.c 48 #if defined(PMAP_DEBUG)
pmap.c 2762 #ifdef PMAP_DEBUG
2936 #endif /* PMAP_DEBUG */
  /src/sys/arch/sparc64/sparc64/
pmap.c 303 #if defined(DEBUG) && !defined(PMAP_DEBUG)
304 #define PMAP_DEBUG
307 #ifdef PMAP_DEBUG
1680 #ifdef PMAP_DEBUG
1946 #ifdef PMAP_DEBUG
2199 #ifdef PMAP_DEBUG
  /src/sys/uvm/pmap/
pmap.c 2710 #ifdef PMAP_DEBUG
2878 #endif /* PMAP_DEBUG */
  /src/sys/arch/m68k/m68k/
pmap_68k.c 4602 #ifdef PMAP_DEBUG
4858 #endif /* PMAP_DEBUG */

Completed in 50 milliseconds