summaryrefslogtreecommitdiff
path: root/src/arch/generic
AgeCommit message (Expand)Author
2011-09-27Faults: Add in generic faults that work like panics, warns, etc.Gabe Black
2011-07-02ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.Gabe Black
2011-07-02ISA: Use readBytes/writeBytes for all instruction level memory operations.Gabe Black
2011-06-28arch: print next upc correctlyNilay Vaish
2011-06-19cpus/isa: add a != operator for pcstateKorey Sewell
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-02-13X86: Define fault objects to carry debug messages.Gabe Black
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black