Lines Matching refs:cacheop
179 static inlined_cachefunc void __dc_entire_op(const int cacheop);
562 const int cacheop) in __dcache_line_loop() argument
568 aux_cmd = cacheop & OP_INV ? ARC_AUX_DC_IVDL : ARC_AUX_DC_FLDL; in __dcache_line_loop()
605 static inlined_cachefunc void __dc_entire_op(const int cacheop) in __dc_entire_op() argument
612 __before_dc_op(cacheop); in __dc_entire_op()
614 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
621 __after_dc_op(cacheop); in __dc_entire_op()
625 const int cacheop) in __dc_line_op() argument
630 __before_dc_op(cacheop); in __dc_line_op()
631 __dcache_line_loop(paddr, sz, cacheop); in __dc_line_op()
632 __after_dc_op(cacheop); in __dc_line_op()