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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dcachectl.h8 #define FLUSH_SCOPE_ALL 0 /* Flush the whole cache -- superuser only */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dcachectl.h8 #define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsys_m68k.c237 case FLUSH_SCOPE_ALL:
403 case FLUSH_SCOPE_ALL:
546 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL ||
550 if (scope == FLUSH_SCOPE_ALL) {
605 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL)
606 scope=FLUSH_SCOPE_ALL;

Completed in 86 milliseconds