Searched refs:hitop (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/mips/include/asm/ |
| D | r4kcache.h | 530 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 551 cache##lsize##_unroll32(start, hitop); \ 592 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument 599 cache##lsize##_unroll32_user(start, hitop); \ 615 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument 624 prot##cache_op(hitop, addr); \ 638 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \ 648 protected_cachee_op(hitop, addr); \ 655 protected_cache_op(hitop, addr); \ 679 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ argument
|