Searched refs:semihosting (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dsystem.hh150 ArmSemihosting *const semihosting; member in class:ArmSystem
285 bool haveSemihosting() const { return semihosting != nullptr; }
H A Dsystem.cc47 #include "arch/arm/semihosting.hh"
81 semihosting(p->semihosting),
285 return sys->semihosting->call64(tc, op, param);
293 return sys->semihosting->call32(tc, op, param);
H A DArmSystem.py94 semihosting = Param.ArmSemihosting(NULL, variable in class:ArmSystem
95 "Enable support for the Arm semihosting by settings this parameter")

Completed in 8 milliseconds