Lines Matching refs:pfx
558 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
559 static inline void extra##blast_##pfx##cache##lsize(void) \
568 __##pfx##flush_prologue \
574 __##pfx##flush_epilogue \
577 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
582 __##pfx##flush_prologue \
589 __##pfx##flush_epilogue \
592 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
602 __##pfx##flush_prologue \
608 __##pfx##flush_epilogue \
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) \
638 __##pfx##flush_prologue \
645 __##pfx##flush_epilogue \
659 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
660 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
667 __##pfx##flush_prologue \
676 __##pfx##flush_epilogue \
686 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \
687 static inline void protected_blast_##pfx##cache##_range(unsigned long start,\
694 __##pfx##flush_prologue \
712 __##pfx##flush_epilogue \