Searched refs:config (Results 51 - 71 of 71) sorted by relevance

123

/gem5/util/m5/
H A DMakefile.aarch6467 LUA_HEADER_INCLUDE=$(shell pkg-config --cflags lua51) -I/usr/include/x86_64-linux-gnu
/gem5/tests/
H A Dtests.py145 system, and a config name separate by slashes. For example:
191 config = ClassicConfig(*test_name.split("/"))
192 out_dir = os.path.join(out_base, "/".join(config))
194 ClassicTest(args.gem5, out_dir, config,
/gem5/util/streamline/
H A Dm5stats2streamline.py52 # NOTE: this is NOT the gem5 config.ini file.
54 # <gem5 run folder>: Path to gem5 run folder (must contain config.ini,
88 util/streamline. NOTE: this is NOT the gem5 config.ini \
92 help="Path to gem5 run folder (must contain config.ini, \
131 # Parse gem5 config.ini file to determine some system configurations.
137 print "Parsing gem5 config.ini file..."
140 config = ConfigParser()
141 if not config.read(config_file):
142 print "ERROR: config file '", config_file, "' not found"
145 if config
[all...]
/gem5/ext/testlib/
H A Dresult.py33 from config import config
147 base = config.result_path
H A Dhandlers.py51 from config import config, constants
/gem5/util/ccdrv/
H A Ddevtime.c34 #include <linux/config.h>
/gem5/src/dev/virtio/
H A Dfs9p.cc123 config.reset((Config *)
125 config->len = htov_legacy(params->tag.size());
126 memcpy(config->tag, params->tag.c_str(), params->tag.size());
139 readConfigBlob(pkt, cfgOffset, (uint8_t *)config.get());
H A Dfs9p.hh131 std::unique_ptr<Config> config; member in class:VirtIO9PBase
H A Dpci.cc52 config.subsystemID = htole(vio.deviceId);
/gem5/src/python/m5/
H A Dmain.py69 from . import config
126 option("--dump-config", metavar="FILE", default="config.ini",
128 option("--json-config", metavar="FILE", default="config.json",
130 option("--dot-config", metavar="FILE", default="config.dot",
132 option("--dot-dvfs-config", metavar="FILE", default=None,
161 # load the options.py config file to allow people to set their own
163 options_file = config
[all...]
/gem5/src/dev/storage/
H A Dide_ctrl.cc68 // PCI config space registers
142 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
143 bmEnabled = (config.command & htole(PCI_CMD_BME));
321 panic("Write of unimplemented PCI config. register: %x\n", offset);
359 DPRINTF(IdeCtrl, "Writing to PCI Command val: %#x\n", config.command);
360 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
361 bmEnabled = (config.command & htole(PCI_CMD_BME));
576 // Serialize config registers
619 // Unserialize config registers
/gem5/tests/gem5/
H A Dverifier.py35 from testlib.config import constants
/gem5/src/dev/net/
H A Dns_gige.cc46 #include "config/the_isa.hh"
159 panic("Device specific PCI config space not implemented!\n");
166 if (config.data[offset] & PCI_CMD_IOSE)
227 reg = regs.config;
479 regs.config &= CFGR_LNKSTS | CFGR_SPDSTS | CFGR_DUPSTS |
483 regs.config |= reg & ~(CFGR_LNKSTS | CFGR_SPDSTS | CFGR_DUPSTS |
961 regs.config = (CFGR_LNKSTS | CFGR_TBI_EN | CFGR_MODE_1000);
1044 bool is64bit = (bool)(regs.config & CFGR_M64ADDR);
1471 bool is64bit = (bool)(regs.config & CFGR_M64ADDR);
2034 SERIALIZE_SCALAR(regs.config);
[all...]
H A Dns_gige.hh66 uint32_t config; member in struct:dp_regs
H A Dsinic.cc45 #include "config/the_isa.hh"
220 assert(config.command & PCI_CMD_MSE);
305 assert(config.command & PCI_CMD_MSE);
/gem5/src/python/m5/util/
H A Djobfile.py132 config = options[0]._config
134 if opt._config != config:
138 self._config = config
193 print('config: %s' % self._config.name)
259 print('config: %s' % self._config.name)
289 print('config: %s' % self._config.name)
/gem5/tests/testing/
H A Dtests.py55 "config",
271 "ref", ct.isa, ct.os, ct.config)
361 # /(quick|long)/(fs|se)/workload/ref/arch/guest/config/
/gem5/src/arch/sparc/
H A Dtlb.cc1331 uint64_t config; local
1335 config = c0_config;
1338 config = cX_config;
1344 int page_size = (ps == Ps0) ? bits(config, 2,0) : bits(config,10,8);
/gem5/ext/googletest/googlemock/
H A DMakefile.am11 DISTCLEANFILES = scripts/gmock-config
/gem5/src/dev/arm/
H A Dsmmu_v3_defs.hh191 Bitfield<3, 1> config; member in struct:StreamTableEntry
H A Dsmmu_v3_transl.cc587 switch (ste.dw0.config) {
605 panic("Bad or unimplemented STE config %d\n",
606 ste.dw0.config);
625 // Now fetch stage 1 config.

Completed in 47 milliseconds

123