Age | Commit message (Collapse) | Author |
|
This change also adjusts the TlbEntry class so that it stores the number of
address bits wide a page is rather than its size in bytes. In other words,
instead of storing 4K for a 4K page, it stores 12. 12 is easy to turn into 4K,
but it's a little harder going the other way.
|
|
|
|
At the same time, rename the trace flags to debug flags since they
have broader usage than simply tracing. This means that
--trace-flags is now --debug-flags and --trace-help is now --debug-help
|
|
|
|
Calls walker to look up virt. to phys. page mapping
|
|
|
|
--HG--
extra : convert_revision : fb973bcf13648876d5691231845dd47a2be50f01
|