Lines Matching refs:lsize
558 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
559 static inline void extra##blast_##pfx##cache##lsize(void) \
571 for (addr = start; addr < end; addr += lsize * 32) \
572 cache##lsize##_unroll32(addr|ws, indexop); \
577 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
585 cache##lsize##_unroll32(start, hitop); \
586 start += lsize * 32; \
592 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
605 for (addr = start; addr < end; addr += lsize * 32) \
606 cache##lsize##_unroll32(addr|ws, indexop); \
632 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
633 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
641 cache##lsize##_unroll32_user(start, hitop); \
642 start += lsize * 32; \
663 unsigned long lsize = cpu_##desc##_line_size(); \
664 unsigned long addr = start & ~(lsize - 1); \
665 unsigned long aend = (end - 1) & ~(lsize - 1); \
673 addr += lsize; \
690 unsigned long lsize = cpu_##desc##_line_size(); \
691 unsigned long addr = start & ~(lsize - 1); \
692 unsigned long aend = (end - 1) & ~(lsize - 1); \
701 addr += lsize; \
708 addr += lsize; \