gem5/cpu/o3
Gabe Black 10c79efe55 Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA.
SConscript:
    The new faults.cc file in sim allocates the system wide faults. When these faults are generated through a function interface in the ISA, this file may go away.
arch/alpha/alpha_memory.cc:
    Changed Fault to Fault * and took the underscores out of fault names.
arch/alpha/alpha_memory.hh:
    Changed Fault to Fault *. Also, added an include for the alpha faults.
arch/alpha/ev5.cc:
    Changed the fault_addr array into a fault_addr function. Once all of the faults can be expected to have the same type, fault_addr can go away completely and the info it provided will come from the fault itself. Also, Fault was changed to Fault *, and underscores were taken out of fault names.
arch/alpha/isa/decoder.isa:
    Changed Fault to Fault * and took the underscores out fault names.
arch/alpha/isa/fp.isa:
    Changed Fault to Fault *, and took the underscores out of fault names.
arch/alpha/isa/main.isa:
    Changed Fault to Fault *, removed underscores from fault names, and made an include of the alpha faults show up in all the generated files.
arch/alpha/isa/mem.isa:
    Changed Fault to Fault * and removed underscores from fault names.
arch/alpha/isa/unimp.isa:
arch/alpha/isa/unknown.isa:
cpu/exec_context.hh:
cpu/ozone/cpu.hh:
cpu/simple/cpu.cc:
dev/alpha_console.cc:
dev/ide_ctrl.cc:
dev/isa_fake.cc:
dev/pciconfigall.cc:
dev/pcidev.cc:
dev/pcidev.hh:
dev/tsunami_cchip.cc:
dev/tsunami_io.cc:
dev/tsunami_pchip.cc:
    Changed Fault to Fault *, and removed underscores from fault names.
arch/alpha/isa_traits.hh:
    Changed the include of arch/alpha/faults.hh to sim/faults.hh, since the alpha faults weren't needed.
cpu/base_dyn_inst.cc:
    Changed Fault to Fault *, and removed underscores from fault names. This file probably shouldn't use the Unimplemented Opcode fault.
cpu/base_dyn_inst.hh:
    Changed Fault to Fault * and took the underscores out of the fault names.
cpu/exec_context.cc:
cpu/o3/alpha_dyn_inst.hh:
cpu/o3/alpha_dyn_inst_impl.hh:
cpu/o3/fetch.hh:
dev/alpha_console.hh:
dev/baddev.hh:
dev/ide_ctrl.hh:
dev/isa_fake.hh:
dev/ns_gige.hh:
dev/pciconfigall.hh:
dev/sinic.hh:
dev/tsunami_cchip.hh:
dev/tsunami_io.hh:
dev/tsunami_pchip.hh:
dev/uart.hh:
dev/uart8250.hh:
    Changed Fault to Fault *.
cpu/o3/alpha_cpu.hh:
    Changed Fault to Fault *, removed underscores from fault names.
cpu/o3/alpha_cpu_impl.hh:
    Changed Fault to Fault *, removed underscores from fault names, and changed the fault_addr array to the fault_addr function. Once all faults are from the ISA, this function will probably go away.
cpu/o3/commit_impl.hh:
cpu/o3/fetch_impl.hh:
dev/baddev.cc:
    Changed Fault to Fault *, and removed underscores from the fault names.
cpu/o3/regfile.hh:
    Added an include for the alpha specific faults which will hopefully go away once the ipr stuff is moved, changed Fault to Fault *, and removed the underscores from fault names.
cpu/simple/cpu.hh:
    Changed Fault to Fault *
dev/ns_gige.cc:
    Changed Fault to Fault *, and removdd underscores from fault names.
dev/sinic.cc:
    Changed Fault to Fault *, and removed the underscores from fault names.
dev/uart8250.cc:
    Chanted Fault to Fault *, and removed underscores from fault names.
kern/kernel_stats.cc:
    Removed underscores from fault names, and from NumFaults.
kern/kernel_stats.hh:
    Changed the predeclaration of Fault from an enum to a class, and changd the "fault" function to work with the classes instead of the enum. Once there are no system wide faults anymore, this code will simplify back to something like it was originally.
sim/faults.cc:
    This allocates the system wide faults.
sim/faults.hh:
    This declares the system wide faults.
sim/syscall_emul.cc:
sim/syscall_emul.hh:
    Removed the underscores from fault names.

--HG--
rename : arch/alpha/faults.cc => sim/faults.cc
rename : arch/alpha/faults.hh => sim/faults.hh
extra : convert_revision : 253d39258237333ae8ec4d8047367cb3ea68569d
2006-02-16 01:22:51 -05:00
..
2bit_local_pred.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
2bit_local_pred.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
alpha_cpu.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_cpu.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
alpha_cpu_builder.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
alpha_cpu_impl.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
alpha_dyn_inst.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_dyn_inst.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
alpha_dyn_inst_impl.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
alpha_impl.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
alpha_params.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
bpred_unit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
bpred_unit.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
bpred_unit_impl.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
btb.cc Change base/intmath.{cc,hh} to follow m5 style. 2005-12-23 13:32:31 -05:00
btb.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
comm.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
commit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
commit.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
commit_impl.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
cpu.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
cpu.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
cpu_policy.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
decode.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
decode.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
decode_impl.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
fetch.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
fetch.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
fetch_impl.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
free_list.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
free_list.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
iew.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
iew.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
iew_impl.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
inst_queue.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
inst_queue.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
inst_queue_impl.hh fix problems on darwin/*BSD for syscall emulation mode 2006-02-10 14:21:32 -05:00
mem_dep_unit.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
mem_dep_unit.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
mem_dep_unit_impl.hh shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
ras.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
ras.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
regfile.hh Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
rename.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
rename.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rename_impl.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
rename_map.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
rename_map.hh Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
rob.cc Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rob.hh Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
rob_impl.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
sat_counter.cc Many files: 2005-06-05 05:16:00 -04:00
sat_counter.hh Many files: 2005-06-05 05:16:00 -04:00
store_set.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
store_set.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
tournament_pred.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
tournament_pred.hh Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00