From dd60902152321a698682e4f53e29e4043ff321e5 Mon Sep 17 00:00:00 2001 From: "Timothy M. Jones" Date: Fri, 12 Feb 2010 19:53:19 +0000 Subject: Power ISA: Add an alignment fault to Power ISA and check alignment in TLB. --- src/arch/power/tlb.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/power/tlb.hh') diff --git a/src/arch/power/tlb.hh b/src/arch/power/tlb.hh index 8b6c7233d..1794de626 100644 --- a/src/arch/power/tlb.hh +++ b/src/arch/power/tlb.hh @@ -156,6 +156,8 @@ class TLB : public BaseTLB // static helper functions... really static bool validVirtualAddress(Addr vaddr); static Fault checkCacheability(RequestPtr &req); + Fault translateInst(RequestPtr req, ThreadContext *tc); + Fault translateData(RequestPtr req, ThreadContext *tc, bool write); Fault translateAtomic(RequestPtr req, ThreadContext *tc, Mode mode); void translateTiming(RequestPtr req, ThreadContext *tc, Translation *translation, Mode mode); -- cgit v1.2.3