Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
A Dsys_sh.c62 if ((op <= 0) || (op > (CACHEFLUSH_D_PURGE|CACHEFLUSH_I))) in sys_cacheflush()
79 switch (op & CACHEFLUSH_D_PURGE) { in sys_cacheflush()
86 case CACHEFLUSH_D_PURGE: in sys_cacheflush()
/linux/arch/sh/include/uapi/asm/
A Dcachectl.h9 #define CACHEFLUSH_D_PURGE 0x3 /* writeback and invalidate */ macro
17 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */

Completed in 4 milliseconds