gem5
|
#include "kern/linux/helpers.hh"
#include "arch/isa_traits.hh"
#include "config/the_isa.hh"
#include "cpu/thread_context.hh"
#include "mem/fs_translating_port_proxy.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
struct | DmesgEntry |
Functions | |
static int | dumpDmesgEntry (const uint8_t *base, const uint8_t *end, std::ostream &os) |
Variables | |
struct DmesgEntry | M5_ATTR_PACKED |
|
static |
Definition at line 58 of file helpers.cc.
References X86ISA::base, ccprintf(), X86ISA::de, ArmISA::e, BigEndianGuest::gtoh(), DmesgEntry::len, DmesgEntry::text_len, DmesgEntry::ts_nsec, and warn.
struct DmesgEntry M5_ATTR_PACKED |