diff options
Diffstat (limited to 'src/arch/arm/faults.hh')
-rw-r--r-- | src/arch/arm/faults.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/arm/faults.hh b/src/arch/arm/faults.hh index 645a461fe..3f61bc722 100644 --- a/src/arch/arm/faults.hh +++ b/src/arch/arm/faults.hh @@ -137,6 +137,10 @@ class ArmFault : public FaultBase SSE, // DataAbort: Syndrome Sign Extend SRT, // DataAbort: Syndrome Register Transfer CM, // DataAbort: Cache Maintenance/Address Translation Op + OFA, // DataAbort: Override fault Address. This is needed when + // the abort is triggered by a CMO. The faulting address is + // then the address specified in the register argument of the + // instruction and not the cacheline address (See FAR doc) // AArch64 only SF, // DataAbort: width of the accessed register is SixtyFour |