summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-08Panic if any CMT registers are accessedAli Saidi
2007-03-08Fixed an off-by-one error.Gabe Black
2007-03-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-08Fix up the SPARC initial stack frame to match an actual 32 bit process.Gabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Merge zizzer:/bk/newmemAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Fill out a stub version of the vtophys header file.Gabe Black
2007-03-05Add in NumGDBRegs so the constructor to the base class can get all it's argum...Gabe Black
2007-03-05Reorganize the floating point register file a little.Gabe Black
2007-03-05Add some new source files.Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black
2007-03-05Added missing include.Gabe Black
2007-03-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Stub implementation for x86.Gabe Black
2007-03-05Stub implementation for x86Gabe Black
2007-03-05Added fault generation functions. I would still like to see these go away. Th...Gabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-05Added in a missing include.Gabe Black
2007-03-05Filled in a stub header file for setting the result of a syscall.Gabe Black
2007-03-05Filled in a stub header file for a stacktrace object. I'm still not sure what...Gabe Black
2007-03-05Filled in a stub header file for remote gdbGabe Black
2007-03-05Correct a typoGabe Black
2007-03-05Make the constructor (and all the other functions) publicGabe Black
2007-03-05Various touch upsGabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alp...Gabe Black
2007-03-05x86 register file includes.Gabe Black
2007-03-05Include the x86 specific traits file.Gabe Black
2007-03-05Stub x86 Fault class which just panics.Gabe Black
2007-03-05A new file for x86 specific parameters. This could be implemented as a sim ob...Gabe Black
2007-03-05Add in a declaration of class Checkpoint rather than expecting it to come fro...Gabe Black
2007-03-05Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-03-03Filled in with basic x86 stuff. Some things are missing, wrong, or nonsensica...Gabe Black
2007-03-03Filled in with basic x86 information. Some things are missing, wrong, or non-...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black
2007-03-03Implement the _llseek syscall. It's Linux only, so we'll actually use the lse...Gabe Black
2007-03-03Fix some issues with 32 bit processes.Gabe Black
2007-03-02make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...Ali Saidi
2007-03-02Forgot to commit this new file last earlier.Gabe Black
2007-02-28Make the m5 psuedo instructions use the BasicOperate formatGabe Black
2007-02-28Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black