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

/gem5/src/arch/arm/
H A Dfaults.hh225 virtual bool routeToMonitor(ThreadContext *tc) const = 0;
258 virtual bool routeToMonitor(ThreadContext *tc) const override {
471 bool routeToMonitor(ThreadContext *tc) const override;
499 bool routeToMonitor(ThreadContext *tc) const override;
523 bool routeToMonitor(ThreadContext *tc) const override;
537 bool routeToMonitor(ThreadContext *tc) const override;
577 bool routeToMonitor(ThreadContext *tc) const override;
H A Dfaults.cc436 if (ArmSystem::haveSecurity(tc) && routeToMonitor(tc)) {
1055 if ((tranMethod == ArmFault::VmsaTran) && this->routeToMonitor(tc)) {
1268 PrefetchAbort::routeToMonitor(ThreadContext *tc) const function in class:ArmISA::PrefetchAbort
1329 DataAbort::routeToMonitor(ThreadContext *tc) const function in class:ArmISA::DataAbort
1431 Interrupt::routeToMonitor(ThreadContext *tc) const function in class:ArmISA::Interrupt
1470 FastInterrupt::routeToMonitor(ThreadContext *tc) const function in class:ArmISA::FastInterrupt
1557 SystemError::routeToMonitor(ThreadContext *tc) const function in class:ArmISA::SystemError

Completed in 13 milliseconds