gem5/arch
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
..
alpha Add a functional port that is used to load the original binaries in FS 2006-03-30 18:06:00 -05:00
mips Use op_decl instead of op_src_decl + op_dest_decl in .isa templates. 2006-03-28 22:32:08 -05:00
sparc Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
isa_parser.py Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
isa_specific.hh Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu 2006-03-14 18:28:51 -05:00
SConscript Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00