Lines Matching refs:OP_INV
191 #define OP_INV 0x1 macro
249 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v2()
294 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()
365 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()
501 if (op & OP_INV) in __before_dc_op()
538 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
686 if (op & OP_INV) in slc_op_rgn()
747 cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in slc_op_line()
783 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in slc_entire_op()
869 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_l1()
889 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_slc()
890 slc_op(start, sz, OP_INV); in __dma_cache_inv_slc()