Home
last modified time | relevance | path

Searched refs:OP_INV (Results 1 – 1 of 1) sorted by relevance

/arch/arc/mm/
Dcache.c190 #define OP_INV 0x1 macro
249 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v2()
291 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()
361 aux_cmd = cacheop & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()
454 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
583 if (op & OP_INV) in slc_op()
671 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_l1()
691 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_slc()
692 slc_op(start, sz, OP_INV); in __dma_cache_inv_slc()