Searched refs:mc (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_copy_move.cpp147 auto &mc = ConstructorStats::get<MoveOrCopyInt>();
148 mc.move_assignments = mc.move_constructions = mc.copy_assignments = mc.copy_constructions = 0;
154 d["MoveOrCopyInt"] = py::cast(mc, py::return_value_policy::reference);
H A Dtest_stl_binders.py160 mc = m.MapStringDoubleConst()
161 mc['a'] = 10
162 mc['b'] = 20.5
163 assert str(mc) == "MapStringDoubleConst{a: 10, b: 20.5}"
/gem5/src/dev/pci/
H A Dpcireg.h247 uint16_t mc; /* 0 msie; member in struct:MSICAP::__anon64
H A Ddevice.cc133 msicap.mc = p->MSICAPMsgCtrl;
437 paramOut(cp, csprintf("msicap.mc"), uint16_t(msicap.mc));
509 paramIn(cp, csprintf("msicap.mc"), tmp16);
510 msicap.mc = tmp16;

Completed in 10 milliseconds