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

  /src/sys/arch/sun2/sun2/
pmap.c 182 #ifdef PMAP_DEBUG
183 int pmap_debug = 0; variable
186 #endif /* PMAP_DEBUG */
245 #ifdef PMAP_DEBUG
250 #else /* PMAP_DEBUG */
252 #endif /* PMAP_DEBUG */
396 #ifdef PMAP_DEBUG
401 #endif /* PMAP_DEBUG */
508 #ifdef PMAP_DEBUG
509 if (pmap_debug & PMD_CONTEXT
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 191 #ifdef PMAP_DEBUG
192 int pmap_debug = 0; variable
195 #endif /* PMAP_DEBUG */
251 #ifdef PMAP_DEBUG
256 #else /* PMAP_DEBUG */
258 #endif /* PMAP_DEBUG */
404 #ifdef PMAP_DEBUG
409 #endif /* PMAP_DEBUG */
516 #ifdef PMAP_DEBUG
517 if (pmap_debug & PMD_CONTEXT
    [all...]
  /src/sys/arch/sun3/sun3x/
pmap.c 150 #ifdef PMAP_DEBUG
154 * breakpoints. When this code is compiled with PMAP_DEBUG mode defined, the
169 int pmap_debug = 0; variable
170 #define DPRINT(args) if (pmap_debug) printf args
177 #endif /* PMAP_DEBUG */
385 #ifdef PMAP_DEBUG
398 #ifdef PMAP_DEBUG
429 #ifdef PMAP_DEBUG
444 #ifdef PMAP_DEBUG
463 #ifdef PMAP_DEBUG
    [all...]

Completed in 36 milliseconds