Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/
Dsys_sh.c61 if ((op <= 0) || (op > (CACHEFLUSH_D_PURGE|CACHEFLUSH_I))) in sys_cacheflush()
78 switch (op & CACHEFLUSH_D_PURGE) { in sys_cacheflush()
85 case CACHEFLUSH_D_PURGE: in sys_cacheflush()
/linux-2.6.39/arch/sh/include/asm/
Dcachectl.h8 #define CACHEFLUSH_D_PURGE 0x3 /* writeback and invalidate */ macro
16 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */