gem5
|
#include "arch/arm/vtophys.hh"
#include <string>
#include "arch/arm/faults.hh"
#include "arch/arm/table_walker.hh"
#include "arch/arm/tlb.hh"
#include "base/chunk_generator.hh"
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "mem/fs_translating_port_proxy.hh"
Go to the source code of this file.
Functions | |
static std::pair< bool, Addr > | try_translate (ThreadContext *tc, Addr addr) |
|
static |
Definition at line 68 of file vtophys.cc.
References ThreadContext::getDTBPtr(), ThreadContext::getITBPtr(), Request::getPaddr(), NoFault, BaseTLB::Read, and ArmISA::TLB::translateFunctional().
Referenced by ArmISA::virtvalid(), and ArmISA::vtophys().