gem5/src/arch/sparc
Steve Reinhardt 307905095c Fix Num_Syscall_Descs check bug in non-x86 ISAs.
(See cset d35d2b28df38 for x86 fix.)
2009-02-28 20:14:22 -05:00
..
isa SPARC: Adjust a few instructions to not write registers in initiateAcc. 2009-02-25 10:16:04 -08:00
linux Fix Num_Syscall_Descs check bug in non-x86 ISAs. 2009-02-28 20:14:22 -05:00
solaris Fix Num_Syscall_Descs check bug in non-x86 ISAs. 2009-02-28 20:14:22 -05:00
asi.cc Panic if any CMT registers are accessed 2007-03-08 21:49:13 -05:00
asi.hh Panic if any CMT registers are accessed 2007-03-08 21:49:13 -05:00
faults.cc gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
faults.hh Address translation: Make the page table more flexible. 2007-08-26 20:33:57 -07:00
floatregfile.cc ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
floatregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
handlers.hh SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault ASI accesses work. 2007-08-13 16:02:47 -07:00
interrupts.cc Turn Interrupts objects into SimObjects. Also, move local APIC state into x86's Interrupts object. 2008-10-12 09:09:56 -07:00
interrupts.hh CPU: Add a setCPU function to the interrupt objects. 2009-01-25 20:29:03 -08:00
intregfile.cc ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
intregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
isa_traits.hh Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
kernel_stats.hh Put kernel_stats back into arch. 2006-11-07 22:34:34 -05:00
locked_mem.hh Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) 2006-10-08 10:53:24 -07:00
microcode_rom.hh CPU: Create a microcode ROM object in the CPU which is defined by the ISA. 2008-10-12 15:59:21 -07:00
miscregfile.cc ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
miscregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
mmaped_ipr.hh reogranize code to split off FS only misc regs with effect into their own file (reducing the number of if FULL_SYSTEM defines and includes) 2006-12-04 19:39:57 -05:00
pagetable.cc Make SPARC checkpointing work 2007-01-30 18:25:39 -05:00
pagetable.hh sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has been tested on Alpha, compiles for the rest but not tested. I don't see why it wouldn't work though. 2009-02-16 17:47:39 -05:00
predecoder.hh Predecoder: Clear out predecoder state on an ITLB fault. 2007-10-02 22:21:38 -07:00
process.cc Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
process.hh Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
regfile.cc SPARC: Add a traceflag for register windows. 2009-02-25 10:21:33 -08:00
regfile.hh ISA: Get rid of FlattenIntIndex function. 2009-02-25 10:22:09 -08:00
remote_gdb.cc arch: TheISA shouldn't really ever be used in the arch directory. 2008-09-27 21:03:46 -07:00
remote_gdb.hh SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff. 2007-10-02 18:24:24 -07:00
SConscript SPARC: Add a traceflag for register windows. 2009-02-25 10:21:33 -08:00
SConsopts Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
sparc_traits.hh style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
SparcInterrupts.py Turn Interrupts objects into SimObjects. Also, move local APIC state into x86's Interrupts object. 2008-10-12 09:09:56 -07:00
SparcSystem.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
SparcTLB.py TLB: Make all tlbs derive from a common base class in both python and C++. 2008-10-10 23:47:42 -07:00
stacktrace.cc arch: TheISA shouldn't really ever be used in the arch directory. 2008-09-27 21:03:46 -07:00
stacktrace.hh arch: TheISA shouldn't really ever be used in the arch directory. 2008-09-27 21:03:46 -07:00
system.cc Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
system.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
tlb.cc CPU: Implement translateTiming which defers to translateAtomic, and convert the timing simple CPU to use it. 2009-02-25 10:16:15 -08:00
tlb.hh CPU: Implement translateTiming which defers to translateAtomic, and convert the timing simple CPU to use it. 2009-02-25 10:16:15 -08:00
tlb_map.hh When nesting if statements, use braces to avoid ambiguous else clauses. 2008-09-26 08:18:57 -07:00
types.hh Get rid of old RegContext code. 2008-10-12 17:57:46 -07:00
ua2005.cc ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
utility.cc Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
utility.hh Arguments: Get rid of duplicate code for the Arguments class in each architecture. 2007-08-01 16:59:14 -04:00
vtophys.cc style: bring this file into M5 style, use the new pte translate function. 2008-09-26 08:18:55 -07:00
vtophys.hh implement vtophys and 32bit gdb support 2007-02-18 19:57:46 -05:00