Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c162 #define OP_INV BIT(0) macro
164 #define OP_FLUSH_N_INV (OP_FLUSH | OP_INV)
391 if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __slc_entire_op()
445 if (op & OP_INV) in __slc_rgn_op()
626 __slc_entire_op(OP_INV); in invalidate_icache_all()
671 aux_cmd = cacheop & OP_INV ? ARC_AUX_DC_IVDL : ARC_AUX_DC_FLDL; in __dcache_line_loop()
694 if (op == OP_INV) in __before_dc_op()
717 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op()
750 __dc_line_op(start, end - start, OP_INV); in invalidate_dcache_range()
753 __slc_rgn_op(start, end - start, OP_INV); in invalidate_dcache_range()
[all …]

Completed in 3 milliseconds