gem5/src/arch/sparc
Ali Saidi 92c5a5c8cb More changes to get SPARC fs closer. Now at 1.2M cycles before difference
configs/common/FSConfig.py:
    seperate the hypervisor memory and the guest0 memory. In reality we're going to need a better way to do this at some point. Perhaps auto generating the hv-desc image based on the specified config.
src/arch/sparc/isa/decoder.isa:
    change reads/writes to the [hs]tick(cmpr) registers to use readmiscregwitheffect
src/arch/sparc/miscregfile.cc:
    For niagra stick and tick are aliased to one value (if we end up doing mps we might not want this).
    Use instruction count from cpu rather than cycles because that is what legion does
    we can change it back after were done with legion
src/base/bitfield.hh:
    add a new function mbits() that just masks off bits of interest but doesn't shift
src/cpu/base.cc:
src/cpu/base.hh:
    add instruction count to cpu
src/cpu/exetrace.cc:
src/cpu/m5legion_interface.h:
    compare instruction count between legion and m5 too
src/cpu/simple/atomic.cc:
    change asserts of packet success to if panics wrapped with NDEBUG defines
    so we can get some more useful information when we have a bad address
src/dev/isa_fake.cc:
src/dev/isa_fake.hh:
src/python/m5/objects/Device.py:
    expand isa fake a bit more having data for each size request, the ability to have writes update the data and to warn on accesses
src/python/m5/objects/System.py:
    convert some tabs to spaces
src/python/m5/objects/T1000.py:
    add more fake devices for each l1 bank and each memory controller

--HG--
extra : convert_revision : 8024ae07b765a04ff6f600e5875b55d8a7d3d276
2006-12-04 00:54:40 -05:00
..
isa More changes to get SPARC fs closer. Now at 1.2M cycles before difference 2006-12-04 00:54:40 -05:00
linux Implement current working directory for LiveProcesses 2006-11-16 12:43:11 -08:00
solaris Implement current working directory for LiveProcesses 2006-11-16 12:43:11 -08:00
arguments.cc Replaced getArg with a SPARC implementation. 2006-11-08 00:32:04 -05:00
arguments.hh Replaced getArg with a SPARC implementation. 2006-11-08 00:32:04 -05:00
asi.cc first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
asi.hh Add support for mmapped iprs to atomic cpu 2006-11-29 17:11:10 -05:00
faults.cc Set the pstate.priv bit to 1 in hyperpriveleged mode. The description in the manual of what happens during a trap says it should be 0, and other places say it doesn't matter. 2006-11-20 18:07:58 -05:00
faults.hh Sorted faults by the trap type constant, expanded their names, added in new faults for ua2005, and commented out ones which are apparently dropped. 2006-11-08 10:27:38 -05:00
floatregfile.cc fixes so that M5 will compile under solaris 2006-11-04 21:41:01 -05:00
floatregfile.hh Moved some constants from isa_traits.hh to the reg file headers. 2006-11-22 23:49:44 -05:00
interrupts.hh interrupts.hh: 2006-11-14 12:59:57 -05:00
intregfile.cc Fix an include problem. 2006-11-24 14:00:00 -05:00
intregfile.hh Moved some constants from isa_traits.hh to the reg file headers. 2006-11-22 23:49:44 -05:00
isa_traits.hh Fixes to get compilation. 2006-11-29 17:59:42 -05: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
miscregfile.cc More changes to get SPARC fs closer. Now at 1.2M cycles before difference 2006-12-04 00:54:40 -05:00
miscregfile.hh Fixes to get compilation. 2006-11-29 17:59:42 -05:00
mmaped_ipr.hh Add support for mmapped iprs to atomic cpu 2006-11-29 17:11:10 -05:00
pagetable.cc first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
pagetable.hh Fixes to get compilation. 2006-11-29 17:59:42 -05:00
process.cc Initial changes to get O3 working with SPARC 2006-11-24 22:06:33 -05:00
process.hh Implement current working directory for LiveProcesses 2006-11-16 12:43:11 -08:00
regfile.cc Initial changes to get O3 working with SPARC 2006-11-24 22:06:33 -05:00
regfile.hh first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
remote_gdb.cc Changed the getReg and setReg functions so that they work like netbsd. Apparently, gdb expects to do single stepping on its own, so those functions panic for SPARC. acc still needs to be implemented. 2006-11-08 02:13:47 -05:00
remote_gdb.hh Changed the getReg and setReg functions so that they work like netbsd. Apparently, gdb expects to do single stepping on its own, so those functions panic for SPARC. acc still needs to be implemented. 2006-11-08 02:13:47 -05:00
SConscript first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
sparc_traits.hh Moved some constants from isa_traits.hh to the reg file headers. 2006-11-22 23:49:44 -05:00
stacktrace.cc Put the ProcessInfo and StackTrace objects into the ISA namespaces. 2006-11-08 00:52:04 -05:00
stacktrace.hh Put the ProcessInfo and StackTrace objects into the ISA namespaces. 2006-11-08 00:52:04 -05:00
syscallreturn.hh Set both xcc.c and icc.c on return from a syscall. 2006-08-29 16:07:22 -04:00
system.cc Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
system.hh Add in rom/rams for the nvram, hypervisor description, and partition description. 2006-11-20 17:59:35 -05:00
tlb.cc Add TLB Dprintfs 2006-11-29 20:32:43 -05:00
tlb.hh Add support for mmapped iprs to atomic cpu 2006-11-29 17:11:10 -05:00
tlb_map.hh first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
types.hh Pushed most of constants.hh back into isa_traits.hh and regfile.hh and created a seperate file for the syscallreturn class. 2006-08-11 19:43:10 -04:00
ua2005.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
utility.hh fix endian issues with condition codes 2006-11-10 20:17:42 -05:00
vtophys.cc Gutted out the old Alpha stuff. 2006-11-03 11:05:13 -05:00
vtophys.hh first cut at a sparc tlb 2006-11-23 01:42:57 -05:00