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

/gem5/src/arch/arm/
H A Dfaults.hh571 class SystemError : public ArmFaultVals<SystemError> class in namespace:ArmISA
574 SystemError();
629 template<> ArmFault::FaultVals ArmFaultVals<SystemError>::vals;
H A Dinterrupts.hh254 return std::make_shared<SystemError>();
H A Dfaults.cc279 template<> ArmFault::FaultVals ArmFaultVals<SystemError>::vals(
1546 SystemError::SystemError() function in class:ArmISA::SystemError
1550 SystemError::invoke(ThreadContext *tc, const StaticInstPtr &inst)
1557 SystemError::routeToMonitor(ThreadContext *tc) const
1566 SystemError::routeToHyp(ThreadContext *tc) const
1633 template class ArmFaultVals<SystemError>;

Completed in 14 milliseconds