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

/gem5/src/arch/riscv/
H A Dpagetable.cc55 SERIALIZE_SCALAR(C1);
74 UNSERIALIZE_SCALAR(C1);
H A Dpagetable.hh66 uint8_t C1; // Cache Coherency Bits (3 bits) member in struct:RiscvISA::PTE
H A Dtlb.cc173 ((pte.PFN1 <<6) | (pte.C1 << 3) |
/gem5/src/arch/mips/
H A Dpagetable.cc55 SERIALIZE_SCALAR(C1);
74 UNSERIALIZE_SCALAR(C1);
H A Dpagetable.hh66 uint8_t C1; // Cache Coherency Bits (3 bits) member in struct:MipsISA::PTE
H A Dtlb.cc171 ((pte.PFN1 <<6) | (pte.C1 << 3) |
/gem5/src/arch/power/
H A Dpagetable.cc59 SERIALIZE_SCALAR(C1);
78 UNSERIALIZE_SCALAR(C1);
H A Dpagetable.hh135 uint8_t C1; // Cache Coherency Bits (3 bits) member in struct:PowerISA::PTE
/gem5/src/systemc/tests/systemc/communication/sc_event_queue/test01/
H A Dtest01.cpp55 sc_clock C1 ("C1", 20, SC_NS);
62 S1.Clock(C1);
/gem5/ext/pybind11/tests/
H A Dtest_operator_overloading.cpp50 class C1 { }; class
53 int operator+(const C1 &, const C1 &) { return 11; }
55 int operator+(const C2 &, const C1 &) { return 21; }
56 int operator+(const C1 &, const C2 &) { return 12; }
117 py::class_<C1>(m, "C1")
124 .def("__add__", [](const C2& c2, const C1& c1) { return c2 + c1; })
125 .def("__radd__", [](const C2& c2, const C1& c1) { return c1 + c2; });
H A Dtest_multiple_inheritance.cpp210 struct C1 : public virtual B { int c1; }; struct in inherits:B
211 struct D : public C0, public C1 { int d; };
216 py::class_<C1, B>(m, "C1")
217 .def("c1", [](C1 *self) { return self; });
218 py::class_<D, C0, C1>(m, "D")
H A Dtest_operator_overloading.py66 c1, c2 = m.C1(), m.C2()
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_blast/
H A Dpr-207_blast.cpp61 const sig_char& C1,
72 c1(C1),
56 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_mem/
H A Dpr-207_mem.cpp60 const sig_char& C1,
71 c1(C1),
55 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_rf/
H A Dpr-207_rf.cpp60 const sig_char& C1,
71 c1(C1),
55 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp101 struct C1: virtual public sc_interface //// Combining channel and interface in one class DOULOS015 struct in inherits:sc_interface
178 sc_port<C1> p1;
196 sc_port<C1> p1;
229 void Modb::funny() { C1 c1; C2 c2; C3 c3; }
273 C1 c1;

Completed in 18 milliseconds