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

  /src/sys/arch/sun3/sun3/
cache.h 37 #define IC_ENABLE 0x0001 /* enable instruction cache */
51 #define CACHE_ON (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
54 #define IC_CLEAR (DC_WA|DC_BE|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
55 #define DC_CLEAR (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_ENABLE)
  /src/sys/arch/m68k/include/
cpu.h 65 #define IC_ENABLE 0x0001 /* enable instruction cache */
96 #define CACHE_ON (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
99 #define IC_CLEAR (DC_WA|DC_BE|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
100 #define DC_CLEAR (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_ENABLE)

Completed in 14 milliseconds