Searched refs:IntelMP (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/bios/
H A Dintelmp.cc70 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
[all...]
H A Dintelmp.hh85 namespace IntelMP namespace in namespace:X86ISA
313 } //IntelMP
/gem5/src/arch/x86/
H A Dsystem.hh56 namespace IntelMP namespace in namespace:X86ISA
94 X86ISA::IntelMP::FloatingPointer * mpFloatingPointer;
95 X86ISA::IntelMP::ConfigTable * mpConfigTable;
H A DX86System.py42 from m5.objects.IntelMP import X86IntelMPFloatingPointer, X86IntelMPConfigTable

Completed in 6 milliseconds