gem5/arch/alpha
Ali Saidi 5936c79ba0 Add a functional port that is used to load the original binaries in FS
SE mode now has a port that goes to whatever toplevel mem object the
CPU sees that does the appropriate translation for syscall emulation

SConscript:
    translating port is a syscall emu only source
arch/alpha/system.cc:
base/loader/object_file.cc:
base/loader/object_file.hh:
    Use the new functional port to write the binaries into memory
cpu/cpu_exec_context.cc:
cpu/cpu_exec_context.hh:
cpu/simple/cpu.cc:
    We aren't always going to be writing straight to memory with syscalls
    support writing to a cache
mem/port.hh:
    Add a simple unidirectional functional port that panics on any incoming requests
mem/translating_port.hh:
    make translating port inherit from the simple port
sim/system.cc:
sim/system.hh:
    Add a functional port that is used to load the original binaries

--HG--
extra : convert_revision : 9096866d0b23e3aceea68394abb76e63c0f8fd8d
2006-03-30 18:06:00 -05:00
..
freebsd Merge ktlim@zizzer:/bk/m5 2006-03-05 00:34:54 -05:00
isa Use op_decl instead of op_src_decl + op_dest_decl in .isa templates. 2006-03-28 22:32:08 -05:00
linux Remove "using namespace std" from global declarations. 2006-03-29 16:05:26 -05:00
tru64 add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
aout_machdep.h Many files: 2005-06-05 05:16:00 -04:00
arguments.cc Make TranslatingPort be a type of Port rather than something special 2006-03-30 15:59:49 -05:00
arguments.hh Many files: 2005-06-05 05:16:00 -04:00
ecoff_machdep.h Many files: 2005-06-05 04:21:22 -04:00
ev5.cc Fixes for full system compiling. 2006-03-30 10:42:55 -05:00
ev5.hh Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. 2006-02-19 02:34:37 -05:00
faults.cc Move TLB faults into the normal Fault code. The TLB no longer fills in IPRs through its own fault() method; this is handled by the fault's invoke() methods. 2006-03-28 18:01:01 -05:00
faults.hh Make Alpha ItbFault methods abstract instead of calling panic() 2006-03-28 22:30:43 -05:00
isa_traits.hh move stuff around so PageShift is defined before it is needed 2006-03-29 17:37:25 -05:00
osfpal.cc Many files: 2005-06-05 05:16:00 -04:00
osfpal.hh Many files: 2005-06-05 05:16:00 -04:00
process.cc add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
process.hh add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
regfile.hh Merge m5.eecs.umich.edu:/bk/newmem 2006-03-14 16:08:32 -05:00
SConscript no more common syscall emulation, now common for everyone 2006-03-09 15:42:09 -05:00
stacktrace.cc Updates for the quiesceEvent that was added to the XC. 2006-03-07 19:59:12 -05:00
stacktrace.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
system.cc Add a functional port that is used to load the original binaries in FS 2006-03-30 18:06:00 -05:00
system.hh First cut at moving alpha specefic stuff out of /sim/system* into 2006-03-03 14:24:15 -05:00
tlb.cc page_table.cc is a syscall only kinda thing 2006-03-29 18:42:53 -05:00
tlb.hh page_table.cc is a syscall only kinda thing 2006-03-29 18:42:53 -05:00
types.hh Fixups towards compiling. 2006-03-16 13:58:50 -05:00
utility.hh Fixed up after a hand merge. 2006-03-14 16:39:59 -05:00
vtophys.cc Steps towards setting up the infrastructure to allow the new CPU model to work in full system mode. 2006-03-04 15:18:40 -05:00
vtophys.hh Made Addr a global type 2006-02-21 03:38:21 -05:00