summaryrefslogtreecommitdiff
path: root/arch/alpha/faults.hh
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-14Moved the UnimpFault to be globalGabe Black
2006-04-06fixes for newmemAli Saidi
2006-04-06fixes for new memory systemAli Saidi
2006-03-28Make Alpha ItbFault methods abstract instead of calling panic()Steve Reinhardt
2006-03-28Move TLB faults into the normal Fault code. The TLB no longer fills in IPRs ...Kevin Lim
2006-03-07Some clean up work with faults.Gabe Black
2006-03-01Got rid of the multiple inheritance in the Fault classes, and the base Machin...Gabe Black
2006-03-01Cleaned up some of the Fault system.Gabe Black
2006-03-01Changed the name of the fault's invocation method from ev5_trap to invoke.Gabe Black
2006-03-01moved ev5_trap fully into the fault class.Gabe Black
2006-02-28Cleaned up and slightly reorganized the Fault class heirarchy.Gabe Black
2006-02-27Changed ev5_trap from a function of the execution context to a function of th...Gabe Black
2006-02-27Moved the _stat for MachineCheckFault and AlignmentFault into the isa specifi...Gabe Black
2006-02-27Put the Alpha faults into the AlphaISA namespaceGabe Black
2006-02-27MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t...Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-21Made Addr a global typeGabe Black
2006-02-19Reapplied changes which were undone by a pullGabe Black
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2005-06-05Many files:Steve Reinhardt
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2003-10-07Import changesetSteve Raasch