hitop             530 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra)	\
hitop             551 arch/mips/include/asm/r4kcache.h 		cache##lsize##_unroll32(start, hitop);			\
hitop             592 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \
hitop             599 arch/mips/include/asm/r4kcache.h 		cache##lsize##_unroll32_user(start, hitop);             \
hitop             615 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra)	\
hitop             624 arch/mips/include/asm/r4kcache.h 		prot##cache_op(hitop, addr);				\
hitop             638 arch/mips/include/asm/r4kcache.h #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop)		\
hitop             648 arch/mips/include/asm/r4kcache.h 			protected_cachee_op(hitop, addr);		\
hitop             655 arch/mips/include/asm/r4kcache.h 			protected_cache_op(hitop, addr);		\
hitop             679 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize)	\