gem5
v21.1.0.0
|
#include <string>
#include "base/logging.hh"
#include "cpu/null_static_inst.hh"
#include "cpu/thread_context.hh"
#include "sim/faults.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::GenericISA | |
Typedefs | |
using | gem5::GenericISA::M5WarnFault = M5WarnFaultBase< M5DebugFault > |
using | gem5::GenericISA::M5WarnOnceFault = M5WarnFaultBase< M5DebugOnceFault< M5WarnFault > > |
using | gem5::GenericISA::M5HackFault = M5HackFaultBase< M5DebugFault > |
using | gem5::GenericISA::M5HackOnceFault = M5HackFaultBase< M5DebugOnceFault< M5HackFault > > |
using | gem5::GenericISA::M5InformFault = M5InformFaultBase< M5DebugFault > |
using | gem5::GenericISA::M5InformOnceFault = M5InformFaultBase< M5DebugOnceFault< M5InformFault > > |