commit | 94561dd5268d139b721561166cbce94170701c2c | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <Andreas.Sandberg@arm.com> | Mon Jan 07 13:05:40 2013 -0500 |
committer | Andreas Sandberg <Andreas.Sandberg@arm.com> | Mon Jan 07 13:05:40 2013 -0500 |
tree | 2e534ce3e0cdf0a9bbdec41978ef3bb775eb2929 | |
parent | d44f2f611ff51941a8702a33a0bc57d7f574e462 [diff] |
arch: Add support for invalidating TLBs when draining This patch adds support for the memInvalidate() drain method. TLB flushing is requested by calling the virtual flushAll() method on the TLB. Note: This patch renames invalidateAll() to flushAll() on x86 and SPARC to make the interface consistent across all supported architectures.