Lines Matching refs:pfx
530 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
531 static inline void extra##blast_##pfx##cache##lsize(void) \
545 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
556 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
592 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
593 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
615 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
616 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
638 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \
639 static inline void protected_blast_##pfx##cache##_range(unsigned long start,\
679 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ argument
680 static inline void blast_##pfx##cache##lsize##_node(long node) \