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

  /src/sys/arch/mips/include/
cachectl.h 46 #define DCACHE 0x02 /* writeback and invalidate D-cache */
47 #define BCACHE (ICACHE|DCACHE) /* invalidate both caches, as above */
  /src/sys/arch/mips/mips/
sys_machdep.c 108 case DCACHE:
140 if (whichcache & DCACHE) {

Completed in 13 milliseconds