Searched refs:cacheop (Results 1 – 1 of 1) sorted by relevance
179 static inlined_cachefunc void __dc_entire_op(const int cacheop);562 const int cacheop) in __dcache_line_loop() argument568 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() argument612 __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() argument630 __before_dc_op(cacheop); in __dc_line_op()631 __dcache_line_loop(paddr, sz, cacheop); in __dc_line_op()[all …]