Searched refs:Config (Results 1 - 16 of 16) sorted by relevance

/gem5/src/dev/arm/
H A Da9scu.hh55 Config = 0x04, enumerator in enum:A9SCU::__anon128
H A Da9scu.cc64 case Config:
/gem5/src/dev/virtio/
H A Dblock.hh86 struct Config { struct in class:VirtIOBlock
89 Config config;
H A Dconsole.hh82 struct Config { struct in class:VirtIOConsole
88 Config config;
H A Dconsole.cc47 : VirtIODeviceBase(params, ID_CONSOLE, sizeof(Config), F_SIZE),
68 Config cfg_out;
H A Dblock.cc47 : VirtIODeviceBase(params, ID_BLOCK, sizeof(Config), 0),
64 Config cfg_out;
H A Dfs9p.hh125 struct Config { struct in class:VirtIO9PBase
131 std::unique_ptr<Config> config;
H A Dfs9p.cc119 sizeof(Config) + params->tag.size(),
123 config.reset((Config *)
/gem5/ext/dsent/
H A DDSENT.h55 const std::map<String, String> &Config,
/gem5/src/dev/net/
H A Dsinic.cc339 case Regs::Config:
593 uint32_t changed = regs.Config ^ newconf;
597 regs.Config = newconf;
600 cpuIntrEnable = regs.Config & Regs::Config_IntEn;
610 txEnable = regs.Config & Regs::Config_TxEn;
616 rxEnable = regs.Config & Regs::Config_RxEn;
639 regs.Config = 0;
641 regs.Config |= Config_RxThread;
643 regs.Config |= Config_TxThread;
645 regs.Config |
[all...]
H A Dsinicreg.hh64 __SINIC_REG32(Config, 0x00) // 32: configuration register
90 // Config register bits
188 { 4, true, true, "Config" },
H A Dsinic.hh109 uint32_t Config; // 0x00 member in struct:Sinic::Device::__anon134
/gem5/ext/googletest/googletest/
H A DMakefile.am136 xcode/Config/DebugProject.xcconfig \
137 xcode/Config/FrameworkTarget.xcconfig \
138 xcode/Config/General.xcconfig \
139 xcode/Config/ReleaseProject.xcconfig \
140 xcode/Config/StaticLibraryTarget.xcconfig \
141 xcode/Config/TestTarget.xcconfig \
/gem5/src/python/m5/
H A Dmain.py191 from IPython.config.loader import Config
194 cfg = Config()
/gem5/src/mem/ruby/system/
H A DRubyPort.cc45 #include "debug/Config.hh"
490 DPRINTF(Config, "outstanding count %d\n", outstandingCount());
/gem5/ext/pybind11/tools/
H A Dmkdoc.py250 cindex.Config.set_library_path(os.path.dirname(libclang))

Completed in 23 milliseconds