38 #ifndef __ARCH_X86_BIOS_INTELMP_HH__ 39 #define __ARCH_X86_BIOS_INTELMP_HH__ 45 #include "enums/X86IntelMPAddressType.hh" 46 #include "enums/X86IntelMPInterruptType.hh" 47 #include "enums/X86IntelMPPolarity.hh" 48 #include "enums/X86IntelMPRangeList.hh" 49 #include "enums/X86IntelMPTriggerMode.hh" 55 struct X86IntelMPBaseConfigEntryParams;
56 struct X86IntelMPExtConfigEntryParams;
59 struct X86IntelMPConfigTableParams;
60 struct X86IntelMPFloatingPointerParams;
63 struct X86IntelMPBusParams;
64 struct X86IntelMPIOAPICParams;
65 struct X86IntelMPIOIntAssignmentParams;
66 struct X86IntelMPLocalIntAssignmentParams;
67 struct X86IntelMPProcessorParams;
70 struct X86IntelMPAddrSpaceMappingParams;
71 struct X86IntelMPBusHierarchyParams;
72 struct X86IntelMPCompatAddrSpaceModParams;
89 typedef X86IntelMPFloatingPointerParams
Params;
118 typedef X86IntelMPBaseConfigEntryParams
Params;
132 typedef X86IntelMPExtConfigEntryParams
Params;
147 typedef X86IntelMPConfigTableParams
Params;
170 typedef X86IntelMPProcessorParams
Params;
231 Enums::X86IntelMPInterruptType _interruptType,
232 Enums::X86IntelMPPolarity polarity,
233 Enums::X86IntelMPTriggerMode
trigger,
235 uint8_t _sourceBusID, uint8_t _sourceBusIRQ,
236 uint8_t _destApicID, uint8_t _destApicIntIn) :
238 interruptType(_interruptType), flags(0),
239 sourceBusID(_sourceBusID), sourceBusIRQ(_sourceBusIRQ),
240 destApicID(_destApicID), destApicIntIn(_destApicIntIn)
250 typedef X86IntelMPIOIntAssignmentParams
Params;
259 typedef X86IntelMPLocalIntAssignmentParams
Params;
268 typedef X86IntelMPAddrSpaceMappingParams
Params;
284 typedef X86IntelMPBusHierarchyParams
Params;
299 typedef X86IntelMPCompatAddrSpaceModParams
Params;
uint8_t writeOutString(PortProxy &proxy, Addr addr, std::string str, int length)
X86IntelMPBaseConfigEntryParams Params
X86IntelMPBusHierarchyParams Params
X86IntelMPFloatingPointerParams Params
uint8_t writeOutField(PortProxy &proxy, Addr addr, T val)
X86IntelMPProcessorParams Params
void setTableAddr(Addr addr)
void replaceBits(T &val, int first, int last, B bit_val)
A convenience function to replace bits first to last of val with bit_val in place.
X86IntelMPCompatAddrSpaceModParams Params
std::vector< BaseConfigEntry * > baseEntries
Addr writeOut(PortProxy &proxy, Addr addr)
X86IntelMPLocalIntAssignmentParams Params
static const char signature[]
X86IntelMPExtConfigEntryParams Params
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
X86IntelMPConfigTableParams Params
FloatingPointer(Params *p)
This object is a proxy for a port or other object which implements the functional response protocol...
X86IntelMPAddrSpaceMappingParams Params
X86IntelMPIOIntAssignmentParams Params
This is exposed globally, independent of the ISA.
std::vector< ExtConfigEntry * > extEntries
X86IntelMPBusParams Params
IntAssignment(X86IntelMPBaseConfigEntryParams *p, Enums::X86IntelMPInterruptType _interruptType, Enums::X86IntelMPPolarity polarity, Enums::X86IntelMPTriggerMode trigger, uint8_t _type, uint8_t _sourceBusID, uint8_t _sourceBusIRQ, uint8_t _destApicID, uint8_t _destApicIntIn)
Abstract superclass for simulation objects.
X86IntelMPIOAPICParams Params