gem5/sim
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
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
builder.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
param.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
param.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
serialize.cc Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
serialize.hh Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
sim_events.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
sim_object.hh fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
stat_control.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stat_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stats.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.hh implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
universe.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00