Lines Matching refs:pfx
207 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \
208 static inline void extra##blast_##pfx##cache##lsize(void) \
223 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
234 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
271 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \
272 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
294 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \
295 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
317 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \
318 static inline void protected_blast_##pfx##cache##_range(unsigned long start,\
358 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \
359 static inline void blast_##pfx##cache##lsize##_node(long node) \