Searched refs:TC (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/mips/
H A Dmt.hh117 template <class TC>
119 getVirtProcNum(TC *tc)
125 template <class TC>
127 getTargetThread(TC *tc)
133 template <class TC>
135 haltThread(TC *tc)
137 if (tc->status() == TC::Active) {
152 template <class TC>
154 restoreThread(TC *tc)
156 if (tc->status() != TC
[all...]
/gem5/src/arch/power/
H A Dutility.hh56 template <class TC>
57 void zeroRegisters(TC *tc);
/gem5/src/arch/x86/
H A Dutility.hh76 template <class TC>
77 void zeroRegisters(TC *tc);
127 * @param val New rflags value to store in TC
/gem5/src/arch/alpha/
H A Dutility.hh65 template <class TC>
66 void zeroRegisters(TC *tc);
/gem5/src/arch/sparc/
H A Dutility.hh69 template <class TC>
70 void zeroRegisters(TC *tc);
/gem5/src/arch/arm/
H A Dutility.hh102 template <class TC>
103 void zeroRegisters(TC *tc);
/gem5/src/cpu/checker/
H A Dthread_context.hh70 template <class TC>
74 CheckerThreadContext(TC *actual_tc,
83 TC *actualTC;
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh205 Bitfield<10> TC; member in class:Gicv3CPUInterface
H A Dgic_v3_cpu_interface.cc1437 ich_hcr_el2.TC = requested_ich_hcr_el2.TC;

Completed in 20 milliseconds