summaryrefslogtreecommitdiff
path: root/src/arch/arm/faults.cc
AgeCommit message (Collapse)Author
2010-06-02ARM: Track the current ISA mode using the PC.Gabe Black
2009-11-10ARM: Implement fault classes.Gabe Black
Implement some fault classes using the curriously recurring template pattern, similar to SPARCs.
2009-07-08Registers: Eliminate the ISA defined RegFile class.Gabe Black
2009-04-05arm: add ARM support to M5Stephen Hines