gem5
|
#include "kern/linux/printk.hh"
#include <sys/types.h>
#include <algorithm>
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "sim/arguments.hh"
Go to the source code of this file.
Functions | |
void | Printk (stringstream &out, Arguments args) |
void Printk | ( | stringstream & | out, |
Arguments | args | ||
) |
Definition at line 46 of file printk.cc.
References ArmISA::c, ArmISA::format, ArmISA::len, ArmISA::mask, ArmISA::n, MipsISA::p, ArmISA::rd, ArmISA::s, and ArmISA::width.
Referenced by Linux::DebugPrintkEvent::process().