Lines Matching refs:IntelMP

70 const char X86ISA::IntelMP::FloatingPointer::signature[] = "_MP_";
111 X86ISA::IntelMP::FloatingPointer::writeOut(PortProxy& proxy, Addr addr)
150 X86ISA::IntelMP::FloatingPointer::FloatingPointer(Params * p) :
155 X86ISA::IntelMP::FloatingPointer *
158 return new X86ISA::IntelMP::FloatingPointer(this);
162 X86ISA::IntelMP::BaseConfigEntry::writeOut(PortProxy& proxy,
170 X86ISA::IntelMP::BaseConfigEntry::BaseConfigEntry(Params * p, uint8_t _type) :
175 X86ISA::IntelMP::ExtConfigEntry::writeOut(PortProxy& proxy,
185 X86ISA::IntelMP::ExtConfigEntry::ExtConfigEntry(Params * p,
190 const char X86ISA::IntelMP::ConfigTable::signature[] = "PCMP";
193 X86ISA::IntelMP::ConfigTable::writeOut(PortProxy& proxy, Addr addr)
250 X86ISA::IntelMP::ConfigTable::ConfigTable(Params * p) : SimObject(p),
257 X86ISA::IntelMP::ConfigTable *
260 return new X86ISA::IntelMP::ConfigTable(this);
264 X86ISA::IntelMP::Processor::writeOut(
280 X86ISA::IntelMP::Processor::Processor(Params * p) : BaseConfigEntry(p, 0),
294 X86ISA::IntelMP::Processor *
297 return new X86ISA::IntelMP::Processor(this);
301 X86ISA::IntelMP::Bus::writeOut(
310 X86ISA::IntelMP::Bus::Bus(Params * p) : BaseConfigEntry(p, 1),
314 X86ISA::IntelMP::Bus *
317 return new X86ISA::IntelMP::Bus(this);
321 X86ISA::IntelMP::IOAPIC::writeOut(
332 X86ISA::IntelMP::IOAPIC::IOAPIC(Params * p) : BaseConfigEntry(p, 2),
339 X86ISA::IntelMP::IOAPIC *
342 return new X86ISA::IntelMP::IOAPIC(this);
346 X86ISA::IntelMP::IntAssignment::writeOut(
359 X86ISA::IntelMP::IOIntAssignment::IOIntAssignment(Params * p) :
365 X86ISA::IntelMP::IOIntAssignment *
368 return new X86ISA::IntelMP::IOIntAssignment(this);
371 X86ISA::IntelMP::LocalIntAssignment::LocalIntAssignment(Params * p) :
377 X86ISA::IntelMP::LocalIntAssignment *
380 return new X86ISA::IntelMP::LocalIntAssignment(this);
384 X86ISA::IntelMP::AddrSpaceMapping::writeOut(
395 X86ISA::IntelMP::AddrSpaceMapping::AddrSpaceMapping(Params * p) :
401 X86ISA::IntelMP::AddrSpaceMapping *
404 return new X86ISA::IntelMP::AddrSpaceMapping(this);
408 X86ISA::IntelMP::BusHierarchy::writeOut(
422 X86ISA::IntelMP::BusHierarchy::BusHierarchy(Params * p) :
430 X86ISA::IntelMP::BusHierarchy *
433 return new X86ISA::IntelMP::BusHierarchy(this);
437 X86ISA::IntelMP::CompatAddrSpaceMod::writeOut(
447 X86ISA::IntelMP::CompatAddrSpaceMod::CompatAddrSpaceMod(Params * p) :
455 X86ISA::IntelMP::CompatAddrSpaceMod *
458 return new X86ISA::IntelMP::CompatAddrSpaceMod(this);