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

/gem5/src/mem/
H A Ddramsim2.cc52 wrapper(p->deviceConfigFile, p->systemConfigFile, p->filePath,
61 wrapper.clockPeriod(), wrapper.queueSize());
69 wrapper.setCallbacks(read_cb, write_cb);
74 &DRAMSim2Wrapper::printStats>(wrapper);
89 if (system()->cacheLineSize() != wrapper.burstSize())
91 wrapper.burstSize(), system()->cacheLineSize());
142 wrapper.tick();
146 if (retryReq && nbrOutstanding() < wrapper.queueSize()) {
151 schedule(tickEvent, curTick() + wrapper
[all...]
H A Ddramsim2.hh92 * The actual DRAMSim2 wrapper
94 DRAMSim2Wrapper wrapper; member in class:DRAMSim2
107 * Keep track of when the wrapper is started.
/gem5/ext/pybind11/tools/
H A Dmkdoc.py161 wrapper = textwrap.TextWrapper()
162 wrapper.expand_tabs = True
163 wrapper.replace_whitespace = True
164 wrapper.drop_whitespace = True
165 wrapper.width = 70
166 wrapper.initial_indent = wrapper.subsequent_indent = ''
181 wrapped = wrapper.fill(re.sub(r'\s+', ' ', y).strip())
184 wrapper.initial_indent = \
185 wrapper
[all...]
/gem5/src/python/m5/stats/
H A D__init__.py93 def wrapper(url): function in function:_url_factory.decorator
128 all_factories.append((wrapper, schemes, enable))
131 factories[scheme] = wrapper if enable else None
132 return wrapper
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh145 sc_gem5::TlmInitiatorWrapper<BITWIDTH> wrapper; member in class:sc_gem5::Gem5ToTlmBridge
H A Dtlm_to_gem5.hh128 sc_gem5::TlmTargetWrapper<BITWIDTH> wrapper; member in class:sc_gem5::TlmToGem5Bridge
H A Dgem5_to_tlm.cc466 wrapper(socket, std::string(name()) + ".tlm", InvalidPortID),
480 return wrapper;
H A Dtlm_to_gem5.cc462 return wrapper;
474 wrapper(socket, std::string(name()) + ".tlm", InvalidPortID),
/gem5/ext/testlib/
H A Dhelper.py134 argument is returned without a wrapper. This saves space and improves
164 def wrapper(*args, **kwds): function in function:cacheresult
173 return wrapper
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h516 auto wrapper = reinterpret_cast<instance *>(inst.ptr()); local
517 wrapper->owned = false;
518 void *&valueptr = values_and_holders(wrapper).begin()->value_ptr();
524 wrapper->owned = true;
530 wrapper->owned = false;
539 wrapper->owned = true;
550 wrapper->owned = true;
555 wrapper->owned = false;
563 tinfo->init_instance(wrapper, existing_holder);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h585 // wrapper type.
600 explicit Impl(const linked_ptr<R>& wrapper) argument
601 : performed_(false), wrapper_(wrapper) {}
1191 // Creates a reference wrapper for the given L-value. If necessary,
/gem5/src/python/m5/
H A Dparams.py1340 wrapper = 'struct' if cls.wrapper_is_struct else 'namespace'
1355 $wrapper $wrapper_name {

Completed in 44 milliseconds