Searched refs:BaseConfigEntry (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/bios/
H A Dintelmp.hh117 class BaseConfigEntry : public SimObject class in namespace:X86ISA::IntelMP
128 BaseConfigEntry(Params * p, uint8_t _type);
160 std::vector<BaseConfigEntry *> baseEntries;
169 class Processor : public BaseConfigEntry
186 class Bus : public BaseConfigEntry
200 class IOAPIC : public BaseConfigEntry
216 class IntAssignment : public BaseConfigEntry
239 BaseConfigEntry(p, _type),
H A Dintelmp.cc162 X86ISA::IntelMP::BaseConfigEntry::writeOut(PortProxy& proxy,
170 X86ISA::IntelMP::BaseConfigEntry::BaseConfigEntry(Params * p, uint8_t _type) : function in class:X86ISA::IntelMP::BaseConfigEntry
220 vector<BaseConfigEntry *>::iterator baseEnt;
267 BaseConfigEntry::writeOut(proxy, addr, checkSum);
280 X86ISA::IntelMP::Processor::Processor(Params * p) : BaseConfigEntry(p, 0),
304 BaseConfigEntry::writeOut(proxy, addr, checkSum);
310 X86ISA::IntelMP::Bus::Bus(Params * p) : BaseConfigEntry(p, 1),
324 BaseConfigEntry::writeOut(proxy, addr, checkSum);
332 X86ISA::IntelMP::IOAPIC::IOAPIC(Params * p) : BaseConfigEntry(
[all...]

Completed in 6 milliseconds