Searched refs:DC_WA (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sun3/sun3/
H A Dcache.h49 #define DC_WA 0x2000 /* write allocate */ macro
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)
/netbsd-current/sys/arch/news68k/include/
H A Dcpu.h67 #define CACHE_ON (DC_WA|DC_CLR|DC_ENABLE|IC_CLR|IC_ENABLE)
69 #define IC_CLEAR (DC_WA|DC_ENABLE|IC_CLR|IC_ENABLE)
70 #define DC_CLEAR (DC_WA|DC_CLR|DC_ENABLE|IC_ENABLE)
/netbsd-current/sys/arch/m68k/include/
H A Dcpu.h77 #define DC_WA 0x2000 /* write allocate */ macro
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 90 milliseconds