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

/gem5/src/arch/arm/
H A Dfaults.hh226 virtual bool routeToHyp(ThreadContext *tc) const { return false; } function in class:ArmISA::ArmFault
313 bool routeToHyp(ThreadContext *tc) const override;
331 bool routeToHyp(ThreadContext *tc) const override;
362 bool routeToHyp(ThreadContext *tc) const override;
472 bool routeToHyp(ThreadContext *tc) const override;
500 bool routeToHyp(ThreadContext *tc) const override;
524 bool routeToHyp(ThreadContext *tc) const override;
538 bool routeToHyp(ThreadContext *tc) const override;
560 bool routeToHyp(ThreadContext *tc) const override;
578 bool routeToHyp(ThreadContex
[all...]
H A Dfaults.cc439 } else if (ArmSystem::haveVirtualization(tc) && routeToHyp(tc)) {
794 UndefinedInstruction::routeToHyp(ThreadContext *tc) const function in class:ArmISA::UndefinedInstruction
866 SupervisorCall::routeToHyp(ThreadContext *tc) const function in class:ArmISA::SupervisorCall
1008 SupervisorTrap::routeToHyp(ThreadContext *tc) const function in class:ArmISA::SupervisorTrap
1280 PrefetchAbort::routeToHyp(ThreadContext *tc) const function in class:ArmISA::PrefetchAbort
1341 DataAbort::routeToHyp(ThreadContext *tc) const function in class:ArmISA::DataAbort
1443 Interrupt::routeToHyp(ThreadContext *tc) const function in class:ArmISA::Interrupt
1482 FastInterrupt::routeToHyp(ThreadContext *tc) const function in class:ArmISA::FastInterrupt
1530 PCAlignmentFault::routeToHyp(ThreadContext *tc) const function in class:ArmISA::PCAlignmentFault
1566 SystemError::routeToHyp(ThreadContex function in class:ArmISA::SystemError
1585 SoftwareBreakpoint::routeToHyp(ThreadContext *tc) const function in class:ArmISA::SoftwareBreakpoint
[all...]

Completed in 12 milliseconds