73     Request req(0, addr, 64, 0x40, -1, 0, 0);
 
ThreadContext is the external interface to all thread state for anything outside of the CPU...
 
virtual TheISA::TLB * getDTBPtr()=0
 
bool translateFunctional(ThreadContext *tc, Addr vaddr, Addr &paddr)
Do a functional lookup on the TLB (for debugging) and don't modify any internal state. 
 
virtual TheISA::TLB * getITBPtr()=0