gem5/src/arch/alpha
2009-04-08 22:21:27 -07:00
..
freebsd Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
isa CPA: Add new object for gathering critical path annotations. 2009-02-26 19:29:17 -05:00
linux Get rid of 'using namespace' declarations in headers. 2009-03-05 17:15:31 -08:00
tru64 Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
AlphaInterrupts.py Turn Interrupts objects into SimObjects. Also, move local APIC state into x86's Interrupts object. 2008-10-12 09:09:56 -07:00
AlphaSystem.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
AlphaTLB.py tlb: Don't separate the TLB classes into an instruction TLB and a data TLB 2009-04-08 22:21:27 -07:00
aout_machdep.h 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
ecoff_machdep.h New directory structure: 2006-05-22 14:29:33 -04:00
ev5.cc CPA: Add code to automatically record function symbols as CPU executes. 2009-02-26 19:29:17 -05:00
ev5.hh gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
faults.cc flags: Change naming of functions to be clearer 2008-12-06 14:18:18 -08:00
faults.hh mem: update stuff for changes to Packet and Request 2008-11-10 11:51:17 -08:00
floatregfile.cc alpha: Need to include cstring so that g++ 4.3 works. 2008-09-29 07:15:30 -07:00
floatregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
idle_event.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
idle_event.hh Put kernel_stats back into arch. 2006-11-07 22:34:34 -05: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 style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
intregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
ipr.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
ipr.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07: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.cc alpha: Clean up namespace usage. 2008-09-27 21:03:47 -07:00
kernel_stats.hh stats: Fix all stats usages to deal with template fixes 2009-03-05 19:09:53 -08:00
kgdb.h Force remote gdb code to use signal numbers and not ISA specific trap numbers. 2006-11-07 23:40:54 -05:00
locked_mem.hh Add in Context IDs to the simulator. From now on, cpuId is almost never used, 2008-11-02 21:57:07 -05: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 misc: remove #include <cassert> from misc.hh since not everyone needs it. 2008-10-10 10:15:00 -07:00
miscregfile.hh ISA: Get rid of the get*RegName functions. 2009-02-25 10:22:31 -08:00
mmaped_ipr.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
osfpal.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
osfpal.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
pagetable.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07: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 style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -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 eventq: convert all usage of events to use the new API. 2008-10-09 04:58:24 -07:00
regfile.hh Get rid of old RegContext code. 2008-10-12 17:57:46 -07:00
remote_gdb.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
remote_gdb.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
SConscript Turn Interrupts objects into SimObjects. Also, move local APIC state into x86's Interrupts object. 2008-10-12 09:09:56 -07:00
SConsopts scons: Require SCons version 0.98.1 2009-02-09 20:10:14 -08:00
stacktrace.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
stacktrace.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
system.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
system.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
tlb.cc tlb: Don't separate the TLB classes into an instruction TLB and a data TLB 2009-04-08 22:21:27 -07:00
tlb.hh tlb: Don't separate the TLB classes into an instruction TLB and a data TLB 2009-04-08 22:21:27 -07:00
types.hh Get rid of old RegContext code. 2008-10-12 17:57:46 -07: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 gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
vtophys.cc style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
vtophys.hh style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00