gem5
|
#include <cassert>
#include <list>
#include <string>
#include "arch/x86/intmessage.hh"
#include "arch/x86/x86_traits.hh"
#include "mem/mem_object.hh"
#include "mem/mport.hh"
#include "params/X86IntLine.hh"
#include "params/X86IntSinkPin.hh"
#include "params/X86IntSourcePin.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | X86ISA::IntDevice |
class | X86ISA::IntDevice::IntSlavePort |
class | X86ISA::IntDevice::IntMasterPort |
class | X86ISA::IntSinkPin |
class | X86ISA::IntSourcePin |
class | X86ISA::IntLine |
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Typedefs | |
typedef std::list< int > | X86ISA::ApicList |