Searched refs:readfile (Results 1 - 12 of 12) sorted by relevance

/gem5/tests/long/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/long/fs/80.solaris-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/quick/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/configs/boot/
H A Dhack_back_ckpt.rcS47 /sbin/m5 readfile > /tmp/runscript
/gem5/tests/gem5/fs/linux/arm/
H A Drun.py73 system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/src/sim/
H A DSystem.py111 readfile = Param.String("", "file to read startup script from") variable in class:System
H A Dpseudo_inst.hh72 uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
H A Dpseudo_inst.cc175 return readfile(tc, args[0], args[1], args[2]);
491 readfile(ThreadContext *tc, Addr vaddr, uint64_t len, uint64_t offset) function in namespace:PseudoInst
493 DPRINTF(PseudoInst, "PseudoInst::readfile(0x%x, 0x%x, 0x%x)\n",
496 panicFsOnlyPseudoInst("readfile");
500 const string &file = tc->getSystemPtr()->params()->readfile;
/gem5/configs/example/arm/
H A Dstarter_fs.py110 readfile=args.script)
H A Dfs_bigLITTLE.py124 readfile=bootscript)
/gem5/configs/common/
H A DFSConfig.py92 self.readfile = mdesc.script()
158 self.readfile = mdesc.script()
223 self.readfile = mdesc.script()
409 self.readfile = mdesc.script()
505 self.readfile = mdesc.script()
/gem5/configs/example/
H A Dfs.py133 test_sys.readfile = options.script

Completed in 9 milliseconds