Searched refs:OP_INV (Results 1 – 3 of 3) sorted by relevance
159 #define OP_INV BIT(0) macro161 #define OP_FLUSH_N_INV (OP_FLUSH | OP_INV)289 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __slc_entire_op()343 if (op & OP_INV) in __slc_rgn_op()523 __slc_entire_op(OP_INV); in invalidate_icache_all()568 aux_cmd = cacheop & OP_INV ? ARC_AUX_DC_IVDL : ARC_AUX_DC_FLDL; in __dcache_line_loop()591 if (op == OP_INV) in __before_dc_op()614 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()647 __dc_line_op(start, end - start, OP_INV); in invalidate_dcache_range()650 __slc_rgn_op(start, end - start, OP_INV); in invalidate_dcache_range()[all …]
165 #define OP_INV 0x1 macro199 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()259 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()393 if (op & OP_INV) in __before_dc_op()430 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()578 if (op & OP_INV) in slc_op_rgn()639 cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in slc_op_line()675 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in slc_entire_op()771 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_l1()791 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_slc()[all …]
50 OP_INV, enumerator601 case OP_INV: in altera_execute()