Home
last modified time | relevance | path

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

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