Searched refs:FLUSH_SCOPE_ALL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dcachectl.h8 #define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */ macro
/linux-4.1.27/arch/m68k/kernel/
H A Dsys_m68k.c73 case FLUSH_SCOPE_ALL: cache_flush_040()
239 case FLUSH_SCOPE_ALL: cache_flush_060()
381 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || sys_cacheflush()
385 if (scope == FLUSH_SCOPE_ALL) { sys_cacheflush()
444 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) sys_cacheflush()
445 scope=FLUSH_SCOPE_ALL; sys_cacheflush()

Completed in 96 milliseconds