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

/linux-master/arch/arc/mm/
H A Dcache.c165 #define OP_FLUSH 0x2 macro
403 if (op & OP_FLUSH) {
419 * @op = {OP_INV, OP_FLUSH, OP_FLUSH_N_INV}
572 if (!(op & OP_FLUSH)) /* i.e. OP_INV */
631 if (!(op & OP_FLUSH)) /* i.e. OP_INV */
667 if (!(op & OP_FLUSH)) /* i.e. OP_INV */
734 __dc_line_op_k(start, sz, OP_FLUSH);
755 __dc_line_op_k(start, sz, OP_FLUSH);
756 slc_op(start, sz, OP_FLUSH);

Completed in 381 milliseconds