summaryrefslogtreecommitdiff
path: root/src/arch/power/vtophys.hh
diff options
context:
space:
mode:
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)
{