Searched refs:dm (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_modules.cpp63 auto dm = py::module("dummy");
66 py::class_<Dupe1>(dm, "Dupe1");
67 py::class_<Dupe2>(dm, "Dupe2");
68 dm.def("dupe1_factory", []() { return Dupe1(); });
69 py::exception<DupeException>(dm, "DupeException");
72 py::class_<Dupe1>(dm, "Dupe1");
76 dm.def("Dupe1", []() { return Dupe1(); });
80 py::class_<Dupe3>(dm, "dupe1_factory");
84 py::exception<Dupe3>(dm, "Dupe2");
88 dm
[all...]
/gem5/src/mem/slicc/symbols/
H A DType.py207 for dm in self.data_members.values():
208 if not dm.type.isPrimitive:
209 code('#include "mem/ruby/protocol/$0.hh"', dm.type.c_ident)
231 for dm in self.data_members.values():
232 ident = dm.ident
233 if "default" in dm:
235 code('m_$ident = ${{dm["default"]}}; // default for this field')
236 elif "default" in dm.type:
238 tid = dm.type.c_ident
239 code('m_$ident = ${{dm
[all...]
/gem5/src/dev/
H A Dmc146818.hh142 Bitfield<2> dm; /// 0 = BCD, 1 = Binary coded time member in class:MC146818
H A Dmc146818.cc81 if (!stat_regB.dm) {
107 stat_regB.dm = bcd ? 0 : 1;
196 if (stat_regB.dm) {
/gem5/src/arch/mips/
H A Ddt_constants.hh42 Bitfield<30> dm; member in namespace:MipsISA

Completed in 9 milliseconds