Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/kernel/
Dsys_m68k_mm.c70 case FLUSH_SCOPE_ALL: in cache_flush_040()
236 case FLUSH_SCOPE_ALL: in cache_flush_060()
379 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush()
383 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush()
438 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush()
439 scope=FLUSH_SCOPE_ALL; in sys_cacheflush()
/linux-2.6.39/arch/m68k/include/asm/
Dcachectl.h8 #define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */ macro
/linux-2.6.39/arch/h8300/include/asm/
Dcachectl.h8 #define FLUSH_SCOPE_ALL 0 /* Flush the whole cache -- superuser only */ macro