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

  /src/sys/arch/sun3/sun3/
cache.h 40 #define IC_CLR 0x0008 /* clear entire instruction cache */
51 #define CACHE_ON (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
52 #define CACHE_OFF (DC_CLR|IC_CLR)
54 #define IC_CLEAR (DC_WA|DC_BE|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
  /src/sys/arch/m68k/include/
cpu.h 68 #define IC_CLR 0x0008 /* clear entire instruction cache */
96 #define CACHE_ON (DC_WA|DC_BE|DC_CLR|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)
97 #define CACHE_OFF (DC_CLR|IC_CLR)
99 #define IC_CLEAR (DC_WA|DC_BE|DC_ENABLE|IC_BE|IC_CLR|IC_ENABLE)

Completed in 12 milliseconds