Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/asm/
Dcachectl.h6 #define CACHEFLUSH_D_INVAL 0x1 /* invalidate (without write back) */ macro
/linux-2.6.39/arch/sh/kernel/
Dsys_sh.c79 case CACHEFLUSH_D_INVAL: in sys_cacheflush()