gem5/arch/alpha
Nathan Binkert 6083c8280b implement the readfile pseudo instruction that will read
a realworld file.

arch/alpha/isa_desc:
arch/alpha/pseudo_inst.hh:
    implement the readfile pseudo instruction that will read a
    chunk of a realworld file.
arch/alpha/pseudo_inst.cc:
    implement the readfile pseudo instruction that will read a
    chunk of a realworld file.  The filename is a per system
    parameter and comes from the system itself.
kern/linux/linux_system.cc:
sim/system.hh:
    Create a per-system readfile parameter for use by the readfile
    pseudo instruction.  That way each system can get its own file.

--HG--
extra : convert_revision : 941b3a3e20702a6252b219ca66a6d90da2944c50
2004-07-01 18:03:05 -04:00
..
alpha_linux_process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
alpha_linux_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
alpha_memory.cc add asn when tracing tlb stuff 2004-06-30 14:51:40 -04:00
alpha_memory.hh pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
alpha_tru64_process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
alpha_tru64_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
aout_machdep.h Minor documentation tweaks. 2003-10-16 12:41:35 -07:00
arguments.cc cleanup 2003-10-13 16:14:28 -04:00
arguments.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
ecoff_machdep.h New loader structure. Expand Nate's ObjectFile to automatically detect file formats 2003-10-07 23:13:01 -07:00
ev5.cc fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
ev5.hh ifdefed ev5 vs. ev6 differences so Tlaser can work in the linux tree 2004-06-22 17:20:19 -04:00
faults.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
faults.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
isa_desc implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
isa_traits.hh pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
osfpal.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
osfpal.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pseudo_inst.cc implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
pseudo_inst.hh implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
vptr.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
vtophys.cc rename CopyData to CopyOut and implement CopyIn to copy data 2004-07-01 18:00:18 -04:00
vtophys.hh rename CopyData to CopyOut and implement CopyIn to copy data 2004-07-01 18:00:18 -04:00