summaryrefslogtreecommitdiff
path: root/src/arch/alpha
AgeCommit message (Expand)Author
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-02-28The "hostname" variable isn't used in the process classes. It should be remov...Gabe Black
2007-02-21Merge zizzer:/bk/newmemAli Saidi
2007-02-21add pseduo instruction support for sparcAli Saidi
2007-02-21Fix compile issues on gcc 4.1.x related to namespaces.Nathan Binkert
2007-02-21#include needed for compileNathan Binkert
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2007-02-12Merge zizzer:/bk/newmemAli Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-12Move store conditional result checking from SimpleAtomicCpu writeSteve Reinhardt
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26eliminate cpu checkInterrupts bool, it is redundant and unnecessary.Lisa Hsu
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-08pagetable.hh:Lisa Hsu
2006-12-28Implement a stub nnpc for alpha that is read only as npc+4.Gabe Black
2006-12-28Fixed NumMiscArchRegs. This is still a magic number, and it should be set aut...Gabe Black
2006-12-20Fixes to get ALPHA_FS and ALPHA_SE to compile again.Gabe Black
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-15tlb.cc:Lisa Hsu
2006-12-13fix MiscRegFile::readRegWithEffect, which neglected the MISCREGS.Lisa Hsu
2006-12-06Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg...Gabe Black
2006-12-06Added a flattenIntIndex function for Alpha.Gabe Black
2006-12-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-11-29Merge zizzer:/bk/newmemAli Saidi
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-24Add no-op versions of ivlb and ivle back in for backwards compatibility.Steve Reinhardt
2006-11-20Fix typo.Kevin Lim
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-12Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-11-12Make setRegWithEffect do something in SE mode.Steve Reinhardt
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10Actually finished moving the register file stuff around.Gabe Black
2006-11-10Moved the Alpha float regfile into it's own regfile and got rid of constants....Gabe Black
2006-11-10Split out alpha integer register file into it's own files.Gabe Black
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black
2006-11-08Make a function to say how big gdbregs is in bytes vs. regs.Gabe Black
2006-11-08Move the check to see if you're in user mode into the isa directory.Gabe Black
2006-11-08Put the ProcessInfo and StackTrace objects into the ISA namespaces.Gabe Black
2006-11-07Force remote gdb code to use signal numbers and not ISA specific trap numbers.Gabe Black
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Broke remote_gdb into a base class and architecture specific derived classes.Gabe Black
2006-11-07Moved the idle event out of system_events.hh. The skipFuncEvent can be made I...Gabe Black
2006-11-07Moved the switched version of kernel_stats.hh back to kern, and moved the bas...Gabe Black