Home
last modified time | relevance | path

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

/linux/arch/sh/include/uapi/asm/
H A Dcachectl.h8 #define CACHEFLUSH_D_WB 0x2 /* write back (without invalidate) */ macro
/linux/arch/sh/kernel/
H A Dsys_sh.c83 case CACHEFLUSH_D_WB: in sys_cacheflush()