commit | 5d7a24d6462389ab5a1ac3baa800659155e81329 | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Wed Mar 21 15:58:48 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Wed Mar 21 17:06:44 2018 +0300 |
tree | 033b54d0ed41533840c1d1da7fbb9032e34c3df9 | |
parent | c4ef14d2cc06ca7cca7e1484b5d9a8b1decb02ac [diff] |
ARC: Cache: Add support for FLUSH_N_INV D$ operations As of today __dc_line_op() and __dc_entire_op() support only separate flush (OP_FLUSH) and invalidate (OP_INV) operations. Add support of combined flush and invalidate (OP_FLUSH_N_INV) operation which we planing to use in subsequent patches. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>