Searched refs:tf (Results 76 - 86 of 86) sorted by relevance

1234

/gem5/src/systemc/core/
H A Dscheduler.cc487 for (auto tf: traceFiles)
488 tf->trace(delta);
/gem5/tests/gem5/
H A Dfixture.py311 with tarfile.open(self.filename) as tf:
312 tf.extractall(self.path)
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp1230 sc_simcontext::add_trace_file( sc_trace_file* tf )
1232 m_trace_files.push_back( tf );
1237 sc_simcontext::remove_trace_file( sc_trace_file* tf )
1240 std::remove( m_trace_files.begin(), m_trace_files.end(), tf )
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp1899 sc_trace_file *tf = new wif_trace_file(name); local
1900 return tf;
1905 sc_close_wif_trace_file( sc_trace_file* tf )
1907 wif_trace_file* wif_tf = static_cast<wif_trace_file*>(tf);
H A Dsc_vcd_trace.cpp2164 sc_trace_file * tf = new vcd_trace_file(name); local
2165 return tf;
2169 sc_close_vcd_trace_file( sc_trace_file* tf )
2171 vcd_trace_file* vcd_tf = static_cast<vcd_trace_file*>(tf);
/gem5/src/arch/x86/regs/
H A Dmisc.hh571 Bitfield<8> tf; // Trap Flag member in namespace:X86ISA
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h932 sc_trace( p->tf, read(), p->name );
1195 sc_trace( p->tf, read(), p->name );
H A Dscx_signal_uint.h988 sc_trace( p->tf, read(), p->name );
1253 sc_trace( p->tf, read(), p->name );
H A Dscx_signal_signed.h1114 sc_trace( p->tf, read(), p->name );
1377 sc_trace( p->tf, read(), p->name );
H A Dscx_signal_unsigned.h1110 sc_trace( p->tf, read(), p->name );
1373 sc_trace( p->tf, read(), p->name );
/gem5/ext/mcpat/cacti/
H A Dtechnology.cc2653 double tf = rd * c_load; local
2654 g_tp.kinv = horowitz(0, tf, 0.5, 0.5, RISE);
2659 tf = rd * c_load;
2660 g_tp.FO4 = horowitz(0, tf, 0.5, 0.5, RISE);

Completed in 69 milliseconds

1234