#include <tlb.hh>
Definition at line 66 of file tlb.hh.
◆ TlbTestInterface()
gem5::ArmISA::TlbTestInterface::TlbTestInterface |
( |
| ) |
|
|
inline |
◆ ~TlbTestInterface()
virtual gem5::ArmISA::TlbTestInterface::~TlbTestInterface |
( |
| ) |
|
|
inlinevirtual |
◆ translationCheck()
Check if a TLB translation should be forced to fail.
- Parameters
-
req | Request requiring a translation. |
is_priv | Access from a privileged mode (i.e., not EL0) |
mode | Access type |
domain | Domain type |
◆ walkCheck()
Check if a page table walker access should be forced to fail.
- Parameters
-
req | walk request bearing a valid phys address |
va | Virtual address that initiated the walk |
is_secure | Access from secure state |
is_priv | Access from a privileged mode (i.e., not EL0) |
mode | Access type |
domain | Domain type |
lookup_level | Page table walker level |
The documentation for this class was generated from the following file: