|
gem5
v19.0.0.0
|
#include "arch/arm/faults.hh"#include "arch/arm/insts/static_inst.hh"#include "arch/arm/system.hh"#include "arch/arm/utility.hh"#include "base/compiler.hh"#include "base/trace.hh"#include "cpu/base.hh"#include "cpu/thread_context.hh"#include "debug/Faults.hh"#include "sim/full_system.hh"Go to the source code of this file.
Namespaces | |
| ArmISA | |
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... | |