Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arc/lib/
H A Dcache.c160 #define OP_FLUSH BIT(1) macro
161 #define OP_FLUSH_N_INV (OP_FLUSH | OP_INV)
282 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in __slc_entire_op()
338 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in __slc_rgn_op()
601 if (op & OP_FLUSH) /* flush / flush-n-inv both wait */ in __after_dc_op()
665 __dc_line_op(start, end - start, OP_FLUSH); in flush_dcache_range()
668 __slc_rgn_op(start, end - start, OP_FLUSH); in flush_dcache_range()
692 __dc_entire_op(OP_FLUSH); in flush_dcache_all()
695 __slc_entire_op(OP_FLUSH); in flush_dcache_all()
/openbmc/linux/arch/arc/mm/
H A Dcache.c166 #define OP_FLUSH 0x2 macro
404 if (op & OP_FLUSH) { in __after_dc_op()
573 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in slc_op_rgn()
632 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in slc_op_line()
668 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in slc_entire_op()
776 __dc_line_op_k(start, sz, OP_FLUSH); in __dma_cache_wback_l1()
797 __dc_line_op_k(start, sz, OP_FLUSH); in __dma_cache_wback_slc()
798 slc_op(start, sz, OP_FLUSH); in __dma_cache_wback_slc()