gem5 v23.0.0.0
|
#include <functional>
#include <string>
#include "base/compiler.hh"
#include "base/trace.hh"
#include "debug/DebugPrintf.hh"
#include "kern/linux/printk.hh"
#include "kern/system_events.hh"
#include "mem/se_translating_port_proxy.hh"
#include "sim/guest_abi.hh"
Go to the source code of this file.
Classes | |
class | gem5::linux::DebugPrintk< ABI, Base > |
class | gem5::linux::DmesgDump |
Dump the guest kernel's dmesg buffer to a file in gem5's output directory and print a warning. More... | |
class | gem5::linux::KernelPanic |
Dump the guest kernel's dmesg buffer to a file in gem5's output directory and panic. More... | |
class | gem5::linux::SkipUDelay< ABI, Base > |
A class to skip udelay() and related calls in the kernel. More... | |
Namespaces | |
namespace | 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. | |
namespace | gem5::linux |
Functions | |
void | gem5::linux::onUDelay (ThreadContext *tc, uint64_t div, uint64_t mul, uint64_t time) |