index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
sparc
/
faults.hh
Age
Commit message (
Expand
)
Author
2011-11-18
SE/FS: Get rid of includes of config/full_system.hh.
Gabe Black
2011-10-13
SPARC: Narrow the scope of #if FULL_SYSTEM in SPARC's faults.
Gabe Black
2011-09-27
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
Gabe Black
2011-09-19
Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault.
Gabe Black
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-11-11
SPARC: Clean up some historical style issues.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-07-18
Make name, isMachineCheckFault, and isAlignmentFault const.
Gabe Black
2007-03-07
Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...
Gabe Black
2007-03-03
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-28
Make trap instructions always generate TrapInstruction Fault objects which ca...
Gabe Black
2007-01-08
some formatting changes, and update how I do bitfields for HPSTATE and PSTATE...
Lisa Hsu
2007-01-05
set the softint appropriately on an timer compare interrupt
Ali Saidi
2006-11-08
Sorted faults by the trap type constant, expanded their names, added in new f...
Gabe Black
2006-11-08
Fix for slightly mangled merge.
Gabe Black
2006-11-08
Merge zeep.eecs.umich.edu:/home/gblack/m5/newmem
Gabe Black
2006-11-08
Major clean up of the fault code.
Gabe Black
2006-11-07
The normal spill and fill faults only need to behave specially in SE.
Gabe Black
2006-11-03
Calling syscalls from within the trap instruction's invoke method won't work ...
Gabe Black
2006-11-03
Add an invoke function for PowerOnReset
Gabe Black
2006-10-25
Implemented the SPARC fill and spill handlers.
Gabe Black
2006-06-26
add syscall emulation page table fault so we can allocate more stack pages
Ali Saidi
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt