summaryrefslogtreecommitdiff
path: root/src/arch/power/vtophys.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-10-16 05:06:39 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-10-16 05:06:39 -0700
commit5ee3f586bfe6ac76229aa17b2f8aefdaefe22c61 (patch)
tree4878dc881eb8f298881344338679187e204a2443 /src/arch/power/vtophys.hh
parentbaae510b56c4c4ac844663c878d960787f78425d (diff)
downloadgem5-5ee3f586bfe6ac76229aa17b2f8aefdaefe22c61.tar.xz
Power: Add a stub implementation for vtophys in SE and FS.
Diffstat (limited to 'src/arch/power/vtophys.hh')
-rw-r--r--src/arch/power/vtophys.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/power/vtophys.hh b/src/arch/power/vtophys.hh
index 7371f38a6..a2582b296 100644
--- a/src/arch/power/vtophys.hh
+++ b/src/arch/power/vtophys.hh
@@ -44,6 +44,9 @@ class FunctionalPort;
namespace PowerISA {
+Addr vtophys(Addr vaddr);
+Addr vtophys(ThreadContext *tc, Addr vaddr);
+
inline Addr
PteAddr(Addr a)
{