Home
last modified time | relevance | path

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

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