Searched refs:OP_INV (Results 1 – 3 of 3) sorted by relevance
25 #define OP_INV 0x1 macro49 if (op == OP_INV) { in __before_slc_op()75 if (op == OP_INV) in __after_slc_op()87 aux_cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in __slc_line_loop()105 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __slc_entire_op()339 aux_cmd = cacheop & OP_INV ? ARC_AUX_DC_IVDL : ARC_AUX_DC_FLDL; in __cache_line_loop()363 if (op == OP_INV) { in __before_dc_op()382 if (op == OP_INV) in __after_dc_op()391 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()418 __dc_line_op(start, end - start, OP_INV); in invalidate_dcache_range()[all …]
202 #define OP_INV 0x1 macro260 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v2()305 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()376 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()512 if (op & OP_INV) in __before_dc_op()549 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()697 if (op & OP_INV) in slc_op_rgn()758 cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in slc_op_line()794 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in slc_entire_op()880 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_l1()[all …]
50 OP_INV, enumerator604 case OP_INV: in altera_execute()