Searched refs:C0 (Results 1 - 15 of 15) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_test.cpp47 C0. write( 0);
53 C0. write( 0);
67 C0.write(0x0);
74 C0.write(0x1);
88 C0.write(0x0);
95 C0.write(0x0);
110 C0.write(0x0);
117 C0.write(0x1);
131 C0.write(0x0);
137 C0
[all...]
H A Da2901.cpp49 sig1 RAM0, RAM3, Q0, Q3, C0, OEbar; local
60 I, Aadd, Badd, D, RAM0, RAM3, Q0, Q3, C0, OEbar,
65 I, Aadd, Badd, D, RAM0, RAM3, Q0, Q3, C0, OEbar )
H A Da2901_alu.h51 const sig1& C0; local
89 C0( C0_ ),
104 sensitive << C0; local
H A Da2901_test.h72 sig1& C0; local
123 C0( C0_ ),
132 C0.write( 0 );
H A Da2901_alu.cpp56 result = R_ext_v + S_ext_v + C0.read();
/gem5/src/arch/riscv/
H A Dpagetable.cc51 SERIALIZE_SCALAR(C0);
70 UNSERIALIZE_SCALAR(C0);
H A Dpagetable.hh60 uint8_t C0; // Cache Coherency Bits - Even member in struct:RiscvISA::PTE
H A Dtlb.cc171 ((pte.PFN0 << 6) | (pte.C0 << 3) |
/gem5/src/arch/mips/
H A Dpagetable.cc51 SERIALIZE_SCALAR(C0);
70 UNSERIALIZE_SCALAR(C0);
H A Dpagetable.hh60 uint8_t C0; // Cache Coherency Bits - Even member in struct:MipsISA::PTE
H A Dtlb.cc169 ((pte.PFN0 << 6) | (pte.C0 << 3) |
/gem5/src/arch/power/
H A Dpagetable.cc55 SERIALIZE_SCALAR(C0);
74 UNSERIALIZE_SCALAR(C0);
H A Dpagetable.hh129 uint8_t C0; // Cache Coherency Bits - Even member in struct:PowerISA::PTE
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp85 struct C0: sc_module, virtual sc_interface //// Combining channel and interface in one class DOULOS015 struct in inherits:sc_module,sc_interface
91 SC_CTOR(C0)
177 sc_port<C0> p0;
195 sc_port<C0> p0;
272 C0 c0;
/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp209 struct C0 : public virtual B { int c0; }; struct in inherits:B
211 struct D : public C0, public C1 { int d; };
214 py::class_<C0, B>(m, "C0")
215 .def("c0", [](C0 *self) { return self; });
218 py::class_<D, C0, C1>(m, "D")

Completed in 24 milliseconds