Searched refs:cacheop (Results 1 – 1 of 1) sorted by relevance
203 unsigned long sz, const int cacheop) in __cache_line_loop() argument209 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() argument308 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() argument334 ctrl_reg = __before_dc_op(cacheop); in __dc_line_op()336 __cache_line_loop(paddr, vaddr, sz, cacheop); in __dc_line_op()[all …]