Home
last modified time | relevance | path

Searched refs:CACHEFLUSH_D_WB (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sh/include/asm/
Dcachectl.h7 #define CACHEFLUSH_D_WB 0x2 /* write back (without invalidate) */ macro
/linux-2.6.39/arch/sh/kernel/
Dsys_sh.c82 case CACHEFLUSH_D_WB: in sys_cacheflush()