Searched refs:command (Results 26 - 48 of 48) sorted by relevance

12

/gem5/util/m5/
H A Dm5.c64 char *command = "unspecified"; variable
386 command = argv[1];
393 if (strcmp(command, mainfuncs[i].name) != 0)
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp276 // no command line parameters //
310 char command; local
311 fin >> command; local
313 if((command != 'R') && (command != 'W')) break;
325 test_a_conversion(command, *txns[i], fin);
/gem5/ext/testlib/
H A Dhelper.py48 def log_call(logger, command, *popenargs, **kwargs):
50 Calls the given process and automatically logs the command and output.
61 if isinstance(command, str):
62 cmdstr = command
64 cmdstr = ' '.join(command)
67 logger.trace('Logging call to command: %s' % cmdstr)
79 p = subprocess.Popen(command, *popenargs, **kwargs)
H A Dmain.py199 # TODO Add results command for listing previous results.
327 # 'do' the given command.
328 result = globals()['do_'+config.config.command]()
/gem5/src/dev/storage/
H A Dide_ctrl.hh88 BMICommandReg command; member in struct:IdeController::Channel::BMIRegs
H A Dide_disk.cc253 panic("Invalid IDE command register offset: %#x\n", offset);
306 cmdReg.command = *data;
310 panic("Invalid IDE command register offset: %#x\n", offset);
637 switch (cmdReg.command) {
726 panic("Unsupported ATA command: %#x\n", cmdReg.command);
862 if (cmdReg.command == WDCC_IDENTIFY ||
863 cmdReg.command == ATAPI_IDENTIFY_DEVICE) {
1069 DPRINTF(IdeDisk, "Disk still busy aborting previous DMA command\n");
1131 SERIALIZE_SCALAR(cmdReg.command);
[all...]
H A Dide_disk.hh137 uint8_t command; member in struct:CommandReg
224 /** Number of bytes in command data transfer */
226 /** Number of bytes left in command data transfer */
/gem5/util/pbs/
H A Dpbs.py167 self.command = ' '.join(self.cmd + [ self.script ])
177 self.command = ' '.join(cmd)
H A Dsend.py84 -e only echo pbs command info, don't actually send the job
278 print 'PBS Command: %s' % qsub.command
/gem5/src/dev/arm/
H A Dhdlcd.hh251 CommandReg command; /**< Command register */ member in class:HDLcd
269 bool enabled() const { return command.enable; }
/gem5/src/dev/net/
H A Dsinic.hh225 void command(uint32_t command);
H A Dsinic.cc220 assert(config.command & PCI_CMD_MSE);
305 assert(config.command & PCI_CMD_MSE);
344 command(pkt->getLE<uint32_t>());
623 Device::command(uint32_t command) argument
625 if (command & Regs::Command_Intr)
628 if (command & Regs::Command_Reset)
H A Dns_gige.hh65 uint32_t command; member in struct:dp_regs
H A Dns_gige.cc221 reg = regs.command;
434 regs.command = reg;
2033 SERIALIZE_SCALAR(regs.command);
2198 UNSERIALIZE_SCALAR(regs.command);
/gem5/util/batch/
H A Dsend.py83 -e only echo pbs command info, don't actually send the job
289 print 'cwd: %s' % qsub.command
290 print 'PBS Command: %s' % qsub.command
/gem5/src/dev/pci/
H A Dpcireg.h62 uint16_t command; member in struct:PCIConfig::__anon62
103 // some pci command reg bitfields
H A Ddevice.cc91 config.command = htole(p->Command);
339 config.command = pkt->getLE<uint8_t>();
406 config.command = pkt->getLE<uint32_t>();
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py37 environments and command line flags.
96 # The command line flag for specifying the test filters.
99 # The command line flag for including disabled tests.
114 # The command line flag to tell Google Test to output the list of tests it
218 def RunWithSharding(total_shards, shard_index, command):
223 return InvokeWithModifiedEnv(extra_env, RunAndExtractTestList, command)
229 """Tests the env variable or the command line flag to filter tests."""
280 # Next, tests using the command line flag.
341 # Construct the command line.
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py21 Diff options are passed to the diff command of the underlying system.
541 def RunShellWithReturnCode(command, print_output=False,
543 """Executes a command and returns the output from stdout and the return code.
546 command: Command to execute.
554 logging.info("Running %s", command)
555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
577 def RunShell(command, silent_ok=False, universal_newlines=True,
579 data, retcode = RunShellWithReturnCode(command, print_output,
582 ErrorExit("Got error status from %s:\n%s" % (command, data))
584 ErrorExit("No output from %s" % command)
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py21 Diff options are passed to the diff command of the underlying system.
541 def RunShellWithReturnCode(command, print_output=False,
543 """Executes a command and returns the output from stdout and the return code.
546 command: Command to execute.
554 logging.info("Running %s", command)
555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
577 def RunShell(command, silent_ok=False, universal_newlines=True,
579 data, retcode = RunShellWithReturnCode(command, print_output,
582 ErrorExit("Got error status from %s:\n%s" % (command, data))
584 ErrorExit("No output from %s" % command)
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h280 // when copying back the data array on a read command
292 // Copy back the data array for a read command only
381 void set_command(const tlm_command command) {m_command = command;} argument
466 /* - m_byte_enable_length : For a read or a write command, the target */
/gem5/tests/
H A Dtests.py103 slashes. The test names emitted by this command can be fed
104 into the run command.
112 with this command: tests.py list arm/*/fs""")
148 Available tests can be listed using the 'list' sub-command
153 formats. See the help for the show command for more details
216 command is typically used with the output from a single test
237 can be reformatted using this command. It's typically used
238 with the show command to merge multiple test results into one
320 The list sub-command (e.g., "test.py list arm/quick") produces
321 a list of tests tuples that can be used by the run command
[all...]
/gem5/src/mem/
H A Ddram_ctrl.cc834 // time we need to issue a column command to be seamless
898 // col-to-col command requirements
987 // Respect the row-to-column command delay for both read and write cmds
1145 // respect any constraints on the command (e.g. tRCD or tCCD)
1150 // the command; need minimum of tBURST between commands
1268 // DRAMPower trace command to be written
1272 MemCommand::cmds command = (mem_cmd == "RD") ? MemCommand::RD :
1275 // Update bus state to reflect when previous command was issued
1281 dram_pkt->rankRef.cmdList.push_back(Command(command, dram_pkt->bank,
1290 // if auto-precharge push a PRE command a
[all...]

Completed in 56 milliseconds

12