Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/mm/
Dcache.c171 #define OP_INV 0x1 macro
230 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v2()
272 aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v3()
342 aux_cmd = cacheop & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; in __cache_line_loop_v4()
435 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
563 if (op & OP_INV) in slc_op()
643 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_l1()
663 __dc_line_op_k(start, sz, OP_INV); in __dma_cache_inv_slc()
664 slc_op(start, sz, OP_INV); in __dma_cache_inv_slc()
/linux-4.4.14/drivers/misc/altera-stapl/
Daltera.c64 OP_INV, enumerator
618 case OP_INV: in altera_execute()