summaryrefslogtreecommitdiff
path: root/src/sim/faults.hh
AgeCommit message (Expand)Author
2018-12-04base, sim: Add missing destructorsNikos Nikoleris
2015-07-20syscall_emul: [patch 13/22] add system call retry capabilityBrandon Potter
2015-07-20style: [patch 12/22] fix preliminary style issues for subsequent fault patchBrandon Potter
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-09-27arch: Use const StaticInstPtr references where possibleAndreas Hansson
2011-11-18SE/FS: Get rid of includes of config/full_system.hh.Gabe Black
2011-09-27Faults: Make the generic faults more consistent between SE and FS.Gabe Black
2011-09-19Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault.Gabe Black
2011-09-13LSQ: Only trigger a memory violation with a load/load if the value changes.Ali Saidi
2011-04-15includes: sort all includesNathan Binkert
2011-02-03Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.Gabe Black
2011-01-31Fault: Move the definition of NoFault from faults.hh to fault.hh.Gabe Black
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2010-08-23Faults: Get rid of some commented out code in sim/faults.hh.Gabe Black
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-07-18Make name, isMachineCheckFault, and isAlignmentFault const.Gabe Black
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt