sim, arch: Add support for invalidating TLBs when draining
Review Request #1532 - Created Nov. 2, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9358:cef3413ee9ca --------------------------- sim, 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.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Perhaps add a comment to make doxygen happy (why don't we just call flushAll?) | Andreas Hansson | Nov. 6, 2012, 6:40 p.m. | Open |
With the addition of a comment it looks good to me
-
src/sim/tlb.hh (Diff revision 1) -
Perhaps add a comment to make doxygen happy (why don't we just call flushAll?)
Ship It!
