Searched refs:hitop (Results 1 – 1 of 1) sorted by relevance
/arch/mips/include/asm/ |
D | r4kcache.h | 558 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 585 cache##lsize##_unroll32(start, hitop); \ 632 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument 641 cache##lsize##_unroll32_user(start, hitop); \ 659 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument 670 prot##cache_op(hitop, addr); \ 686 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \ 698 protected_cachee_op(hitop, addr); \ 705 protected_cache_op(hitop, addr); \
|