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

/gem5/src/arch/arm/
H A Dsystem.hh285 bool haveSemihosting() const { return semihosting != nullptr; } function in class:ArmSystem
341 static bool haveSemihosting(ThreadContext *tc);
H A Dsystem.cc275 ArmSystem::haveSemihosting(ThreadContext *tc) function in class:ArmSystem
277 return FullSystem && getArmSystem(tc)->haveSemihosting();

Completed in 7 milliseconds