Searched refs:LinuxArmSystem (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/linux/
H A Dsystem.hh54 #include "params/LinuxArmSystem.hh"
59 class LinuxArmSystem : public GenericArmSystem class in inherits:GenericArmSystem
87 LinuxArmSystem(Params *p);
88 ~LinuxArmSystem();
H A Dsystem.cc65 LinuxArmSystem::LinuxArmSystem(Params *p) function in class:LinuxArmSystem
106 LinuxArmSystem::initState()
218 LinuxArmSystem::~LinuxArmSystem()
229 LinuxArmSystem *
232 return new LinuxArmSystem(this);
236 LinuxArmSystem::startup()
264 LinuxArmSystem::mapPid(ThreadContext *tc, uint32_t pid)
280 LinuxArmSystem
[all...]
/gem5/src/arch/arm/
H A DArmSystem.py165 class LinuxArmSystem(GenericArmSystem): class in inherits:GenericArmSystem
166 type = 'LinuxArmSystem'
/gem5/configs/example/arm/
H A Ddevices.py187 class SimpleSystem(LinuxArmSystem):
/gem5/configs/common/
H A DFSConfig.py217 self = LinuxArmSystem()

Completed in 11 milliseconds