gem5
v21.0.0.0
|
#include <string>
#include <vector>
#include "arch/x86/regs/misc.hh"
#include "arch/x86/regs/segment.hh"
#include "base/types.hh"
#include "cpu/thread_context.hh"
#include "params/X86FsWorkload.hh"
#include "sim/kernel_workload.hh"
Go to the source code of this file.
Classes | |
class | X86ISA::FsWorkload |
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
X86ISA::SMBios | |
X86ISA::IntelMP | |
Functions | |
void | X86ISA::installSegDesc (ThreadContext *tc, SegmentRegIndex seg, SegDescriptor desc, bool longmode) |