.. |
freebsd
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
isa
|
Got rid of obsolete ivlb and ivle psuedo instructions.
|
2006-11-06 19:09:23 -05:00 |
linux
|
Moved the idle event out of system_events.hh. The skipFuncEvent can be made ISA independent by making it use the #define for branch delay slots (and NNPC)
|
2006-11-07 05:38:33 -05:00 |
tru64
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
aout_machdep.h
|
Updated Authors from bk prs info
|
2006-05-31 19:26:56 -04:00 |
arguments.cc
|
Took the Alpha prefix off of AlphaArguments, and made sure it was being used from TheISA:: rather than AlphaISA::
|
2006-11-06 18:28:10 -05:00 |
arguments.hh
|
Took the Alpha prefix off of AlphaArguments, and made sure it was being used from TheISA:: rather than AlphaISA::
|
2006-11-06 18:28:10 -05:00 |
ecoff_machdep.h
|
New directory structure:
|
2006-05-22 14:29:33 -04:00 |
ev5.cc
|
Moved the switched version of kernel_stats.hh back to kern, and moved the base kernel_stats to base_kernel_stats
|
2006-11-07 05:36:54 -05:00 |
ev5.hh
|
Updated Authors from bk prs info
|
2006-05-31 19:26:56 -04:00 |
faults.cc
|
Got rid of "inPalMode". Some places are still effectively checking if they are in PAL mode, however.
|
2006-11-03 04:25:33 -05:00 |
faults.hh
|
Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes
|
2006-08-15 04:46:51 -04:00 |
interrupts.hh
|
Got rid of "inPalMode". Some places are still effectively checking if they are in PAL mode, however.
|
2006-11-03 04:25:33 -05:00 |
ipr.cc
|
Made the old name refer to the miscreg index to prevent having to change code all over the place.
|
2006-10-31 16:36:45 -05:00 |
ipr.hh
|
Fix stupid typo
|
2006-10-31 18:01:31 -05:00 |
isa_traits.hh
|
Make the IPRs use regular miscreg indexes, and make a table or two to find the miscreg index of a specific IPR.
|
2006-10-31 16:02:28 -05:00 |
kgdb.h
|
Created seperate SConscript for the dev directory. Made subdirectories for Alpha and SPARC and put SConscripts in them.
|
2006-11-06 18:26:11 -05:00 |
locked_mem.hh
|
Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)
|
2006-10-08 10:53:24 -07:00 |
osfpal.cc
|
Updated Authors from bk prs info
|
2006-05-31 19:26:56 -04:00 |
osfpal.hh
|
Updated Authors from bk prs info
|
2006-05-31 19:26:56 -04:00 |
pagetable.hh
|
Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes
|
2006-08-15 04:46:51 -04:00 |
process.cc
|
Finished changing how stat structures are translated, fixed the handling of various ids as LiveProcess parameters.
|
2006-09-17 03:00:55 -04:00 |
process.hh
|
Finished changing how stat structures are translated, fixed the handling of various ids as LiveProcess parameters.
|
2006-09-17 03:00:55 -04: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
|
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.
|
2006-11-06 18:29:58 -05:00 |
remote_gdb.hh
|
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.
|
2006-11-06 18:29:58 -05:00 |
SConscript
|
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.
|
2006-11-06 18:29:58 -05:00 |
stacktrace.cc
|
add write/read functions that have endian conversions in them
|
2006-06-08 19:03:58 -04:00 |
stacktrace.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 |
syscallreturn.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 |
system.cc
|
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.
|
2006-11-06 18:29:58 -05:00 |
system.hh
|
fixes for gcc 4.1
|
2006-08-15 17:41:22 -04:00 |
tlb.cc
|
Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes more neutral names.
|
2006-10-31 02:08:44 -05:00 |
tlb.hh
|
Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes more neutral names.
|
2006-10-31 02:08:44 -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 |
utility.hh
|
Use ISA specific makeExtMI.
|
2006-11-02 13:11:38 -05:00 |
vtophys.cc
|
fix a bug in CopyStringOut. dprintk appears to work again.
|
2006-10-13 14:28:46 -04:00 |
vtophys.hh
|
Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes
|
2006-08-15 04:46:51 -04:00 |