gem5
v20.1.0.0
|
#include "arch/arm/miscregs.hh"
#include "arch/arm/pagetable.hh"
#include "arch/arm/types.hh"
#include "base/logging.hh"
#include "sim/faults.hh"
#include "sim/full_system.hh"
Go to the source code of this file.
Namespaces | |
ArmISA | |
Typedefs | |
typedef Addr | ArmISA::FaultOffset |
Functions | |
bool | ArmISA::getFaultVAddr (Fault fault, Addr &va) |
Returns true if the fault passed as a first argument was triggered by a memory access, false otherwise. More... | |