Home
last modified time | relevance | path

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

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