gem5
v20.1.0.0
|
#include <functional>
#include <string>
#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 | Linux::DebugPrintk< Base > |
class | Linux::DmesgDump |
Dump the guest kernel's dmesg buffer to a file in gem5's output directory and print a warning. More... | |
class | Linux::KernelPanic |
Dump the guest kernel's dmesg buffer to a file in gem5's output directory and panic. More... | |
class | Linux::SkipUDelay< Base > |
A class to skip udelay() and related calls in the kernel. More... | |
Namespaces | |
Linux | |
Functions | |
void | Linux::onUDelay (ThreadContext *tc, uint64_t div, uint64_t mul) |