summaryrefslogtreecommitdiff
path: root/src/arch/arm/vtophys.hh
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2010-10-01 16:03:27 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2010-10-01 16:03:27 -0500
commit521d68c82a2399bfe32f282aa58708103369b99c (patch)
treee1856347d34b43c3064cfbc898f92284527616d2 /src/arch/arm/vtophys.hh
parent518b5e5b1c71259ce0badc29f98db46a73c59442 (diff)
downloadgem5-521d68c82a2399bfe32f282aa58708103369b99c.tar.xz
ARM: Implement functional virtual to physical address translation
for debugging and program introspection.
Diffstat (limited to 'src/arch/arm/vtophys.hh')
-rw-r--r--src/arch/arm/vtophys.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/vtophys.hh b/src/arch/arm/vtophys.hh
index 16d8c7ceb..12b4846ed 100644
--- a/src/arch/arm/vtophys.hh
+++ b/src/arch/arm/vtophys.hh
@@ -46,6 +46,7 @@ namespace ArmISA {
Addr vtophys(Addr vaddr);
Addr vtophys(ThreadContext *tc, Addr vaddr);
+ bool virtvalid(ThreadContext *tc, Addr vaddr);
};
#endif // __ARCH_ARM_VTOPHYS_H__