commit | e256cb02b2feea49429a295ad60716e1a8392a24 | [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 | 988152c606cdad26cb96162bcccbc4b035129a17 [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>