summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-02-28The "hostname" variable isn't used in the process classes. It should be remov...Gabe Black
2007-02-24Merge zizzer:/bk/newmemAli Saidi
2007-02-24make m5 readfile work on solaris... we can have a solaris regression soon!Ali Saidi
2007-02-23Ali and I both made the same change and we only need it once. I liked mine a ...Gabe Black
2007-02-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-02-22Make the m5 pseudo instructions only work in FS. Also, make sure any undefine...Gabe Black