Searched refs:hitop (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/ |
D | r4kcache.h | 579 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 606 cache##lsize##_unroll32(start, hitop); \ 653 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument 662 cache##lsize##_unroll32_user(start, hitop); \ 680 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument 691 prot##cache_op(hitop, addr); \ 707 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \ 719 protected_cachee_op(hitop, addr); \ 726 protected_cache_op(hitop, addr); \
|