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

/gem5/src/arch/x86/linux/
H A Dsystem.hh48 #include "params/LinuxX86System.hh"
50 class LinuxX86System : public X86System class in inherits:X86System
58 LinuxX86System(Params *p);
59 ~LinuxX86System();
H A Dsystem.cc48 #include "params/LinuxX86System.hh"
54 LinuxX86System::LinuxX86System(Params *p) function in class:LinuxX86System
59 LinuxX86System::~LinuxX86System()
64 LinuxX86System::initState()
137 LinuxX86System *
140 return new LinuxX86System(this);
/gem5/src/arch/x86/
H A DX86System.py61 class LinuxX86System(X86System): class in inherits:X86System
62 type = 'LinuxX86System'
/gem5/configs/common/
H A DFSConfig.py611 self = LinuxX86System()

Completed in 7 milliseconds