Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
A Dsys_m68k.c74 case FLUSH_SCOPE_ALL: in cache_flush_040()
240 case FLUSH_SCOPE_ALL: in cache_flush_060()
382 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush()
386 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush()
446 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush()
447 scope=FLUSH_SCOPE_ALL; in sys_cacheflush()
/linux/arch/m68k/include/uapi/asm/
A Dcachectl.h9 #define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */ macro

Completed in 4 milliseconds