Lines Matching refs:lsize
579 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
580 static inline void extra##blast_##pfx##cache##lsize(void) \
592 for (addr = start; addr < end; addr += lsize * 32) \
593 cache##lsize##_unroll32(addr|ws, indexop); \
598 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
606 cache##lsize##_unroll32(start, hitop); \
607 start += lsize * 32; \
613 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
626 for (addr = start; addr < end; addr += lsize * 32) \
627 cache##lsize##_unroll32(addr|ws, indexop); \
653 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
654 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
662 cache##lsize##_unroll32_user(start, hitop); \
663 start += lsize * 32; \
684 unsigned long lsize = cpu_##desc##_line_size(); \
685 unsigned long addr = start & ~(lsize - 1); \
686 unsigned long aend = (end - 1) & ~(lsize - 1); \
694 addr += lsize; \
711 unsigned long lsize = cpu_##desc##_line_size(); \
712 unsigned long addr = start & ~(lsize - 1); \
713 unsigned long aend = (end - 1) & ~(lsize - 1); \
722 addr += lsize; \
729 addr += lsize; \