Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/kernel/
Dsys_m68k.c83 case FLUSH_CACHE_INSN: in cache_flush_040()
136 case FLUSH_CACHE_INSN: in cache_flush_040()
193 case FLUSH_CACHE_INSN: in cache_flush_040()
247 case FLUSH_CACHE_INSN: in cache_flush_060()
296 case FLUSH_CACHE_INSN: in cache_flush_060()
355 case FLUSH_CACHE_INSN: in cache_flush_060()
412 if (cache & FLUSH_CACHE_INSN) in sys_cacheflush()
428 if (cache & FLUSH_CACHE_INSN) in sys_cacheflush()
/linux-4.1.27/arch/m68k/include/uapi/asm/
Dcachectl.h11 #define FLUSH_CACHE_INSN 2 /* Flush instruction cache */ macro