.. |
isa
|
Calling syscalls from within the trap instruction's invoke method won't work because apparently you need an xc for that and not a tc. Cleaned up the TrapInstruction fault in light of this.
|
2006-11-03 14:40:35 -05:00 |
linux
|
Finished changing how stat structures are translated, fixed the handling of various ids as LiveProcess parameters.
|
2006-09-17 03:00:55 -04:00 |
solaris
|
Finished changing how stat structures are translated, fixed the handling of various ids as LiveProcess parameters.
|
2006-09-17 03:00:55 -04: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
|
Basic work towards supporting ASIs properly
|
2006-09-30 03:03:58 -04:00 |
asi.hh
|
Fixed a comment
|
2006-11-03 01:15:31 -05:00 |
faults.cc
|
Calling syscalls from within the trap instruction's invoke method won't work because apparently you need an xc for that and not a tc. Cleaned up the TrapInstruction fault in light of this.
|
2006-11-03 14:40:35 -05:00 |
faults.hh
|
The normal spill and fill faults only need to behave specially in SE.
|
2006-11-07 05:40:48 -05:00 |
floatregfile.cc
|
fixes so that M5 will compile under solaris
|
2006-11-04 21:41:01 -05:00 |
floatregfile.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 |
interrupts.hh
|
Stub for SPARC interrupt handling object.
|
2006-11-06 18:30:28 -05:00 |
intregfile.cc
|
fixes so that M5 will compile under solaris
|
2006-11-04 21:41:01 -05:00 |
intregfile.hh
|
Add an integer microcode register.
|
2006-10-29 01:58:37 -05:00 |
isa_traits.hh
|
Add an integer microcode register.
|
2006-10-29 01:58:37 -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
|
Make things compile in SE again.
|
2006-11-03 14:42:12 -05:00 |
miscregfile.hh
|
Move around misc reg code
|
2006-11-03 10:54:34 -05:00 |
process.cc
|
Implemented the SPARC fill and spill handlers.
|
2006-10-25 17:49:41 -04:00 |
process.hh
|
Implemented the SPARC fill and spill handlers.
|
2006-10-25 17:49:41 -04:00 |
regfile.cc
|
Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register file functions to not take faults
|
2006-11-01 16:44:45 -05:00 |
regfile.hh
|
Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register file functions to not take faults
|
2006-11-01 16:44:45 -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
|
Added in alot of missing source files.
|
2006-11-07 05:40:06 -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
|
Compilation fixes.
|
2006-11-03 11:03:03 -05:00 |
system.hh
|
Added a stub implementation of fixFuncEventAddr to get past linker errors.
|
2006-11-07 05:41:23 -05:00 |
tlb.cc
|
Stubs for SPARC's tlbs
|
2006-11-08 00:32:40 -05:00 |
tlb.hh
|
Stubs for SPARC's tlbs
|
2006-11-08 00:32:40 -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
|
Use a PowerOnReset to initialize the cpu.
|
2006-11-03 14:41:27 -05:00 |
vtophys.cc
|
Gutted out the old Alpha stuff.
|
2006-11-03 11:05:13 -05:00 |
vtophys.hh
|
Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh.
|
2006-06-06 17:32:21 -04:00 |