Searched refs:X86System (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/x86/linux/
H A Dsystem.hh50 class LinuxX86System : public X86System
H A Dsystem.cc55 : X86System(p), commandLine(p->boot_osflags), e820Table(p->e820_table)
66 X86System::initState();
/gem5/src/arch/x86/
H A DX86System.py46 class X86System(System): class in inherits:System
47 type = 'X86System'
61 class LinuxX86System(X86System):
H A Dsystem.hh47 #include "params/X86System.hh"
77 class X86System : public System class in inherits:System
81 X86System(Params *p);
82 ~X86System();
H A Dsystem.cc49 #include "params/X86System.hh"
54 X86System::X86System(Params *p) : function in class:X86System
107 X86System::initState()
314 X86System::writeOutSMBiosTable(Addr header,
332 X86System::writeOutMPTable(Addr fp,
358 X86System::~X86System()
363 X86System *
366 return new X86System(thi
[all...]
/gem5/configs/common/
H A DFSConfig.py500 self = X86System()

Completed in 6 milliseconds