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

  /src/sys/arch/sun3/sun3x/
pmap.c 151 #ifdef PMAP_DEBUG
155 * breakpoints. When this code is compiled with PMAP_DEBUG mode defined, the
170 int pmap_debug = 0; variable in typeref:typename:int
171 #define DPRINT(args) if (pmap_debug) printf args
178 #endif /* PMAP_DEBUG */
386 #ifdef PMAP_DEBUG
399 #ifdef PMAP_DEBUG
430 #ifdef PMAP_DEBUG
445 #ifdef PMAP_DEBUG
464 #ifdef PMAP_DEBUG
    [all...]
  /src/sys/arch/sun2/sun2/
pmap.c 182 #ifdef PMAP_DEBUG
183 int pmap_debug = 0; variable in typeref:typename:int
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 192 #ifdef PMAP_DEBUG
193 int pmap_debug = 0; variable in typeref:typename:int
196 #endif /* PMAP_DEBUG */
252 #ifdef PMAP_DEBUG
257 #else /* PMAP_DEBUG */
259 #endif /* PMAP_DEBUG */
405 #ifdef PMAP_DEBUG
410 #endif /* PMAP_DEBUG */
517 #ifdef PMAP_DEBUG
518 if (pmap_debug & PMD_CONTEXT
    [all...]

Completed in 13 milliseconds