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

  /src/sys/arch/sun2/include/
pmap.h 89 * (PMAP_OBIO << PG_MOD_SHIFT) == PGT_OBIO
92 #define PMAP_OBIO 0x04 /* tells pmap_enter to use PG_OBIO */
  /src/sys/arch/sun3/include/
pmap3.h 84 * (PMAP_OBIO << PG_MOD_SHIFT) == PGT_OBIO
87 #define PMAP_OBIO 0x04 /* tells pmap_enter to use PG_OBIO */
pmap3x.h 72 #define PMAP_OBIO 0x00 /* unused */
  /src/sys/arch/sparc/include/
pmap.h 213 #define PMAP_OBIO 1 /* tells pmap_enter to use PG_OBIO */

Completed in 12 milliseconds