Searched defs:cacheop (Results 1 – 2 of 2) sorted by relevance
100 static inline void __slc_entire_op(const int cacheop) in __slc_entire_op()116 const int cacheop) in __slc_line_op()123 #define __slc_entire_op(cacheop) argument124 #define __slc_line_op(paddr, sz, cacheop) argument324 const int cacheop) in __cache_line_loop()386 static inline void __dc_entire_op(const int cacheop) in __dc_entire_op()402 const int cacheop) in __dc_line_op()409 #define __dc_entire_op(cacheop) argument410 #define __dc_line_op(paddr, sz, cacheop) argument
28 #define cacheop(kva, size, linesize, op) \ macro