Lines Matching refs:cacheop
203 unsigned long sz, const int cacheop) in __cache_line_loop() argument
209 if (cacheop == OP_INV_IC) { in __cache_line_loop()
217 aux_cmd = cacheop & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop()
303 static inline void __dc_entire_op(const int cacheop) in __dc_entire_op() argument
308 ctrl_reg = __before_dc_op(cacheop); in __dc_entire_op()
310 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
317 __after_dc_op(cacheop, ctrl_reg); in __dc_entire_op()
327 unsigned long sz, const int cacheop) in __dc_line_op() argument
334 ctrl_reg = __before_dc_op(cacheop); in __dc_line_op()
336 __cache_line_loop(paddr, vaddr, sz, cacheop); in __dc_line_op()
338 __after_dc_op(cacheop, ctrl_reg); in __dc_line_op()
345 #define __dc_entire_op(cacheop) argument
346 #define __dc_line_op(paddr, vaddr, sz, cacheop) argument
347 #define __dc_line_op_k(paddr, sz, cacheop) argument