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

/gem5/src/sim/power/
H A Dthermal_entity.hh57 virtual LinearEquation getEquation(ThermalNode *tn, unsigned n,
H A Dthermal_domain.hh85 LinearEquation getEquation(ThermalNode * tn, unsigned n,
H A Dthermal_domain.cc113 ThermalDomain::getEquation(ThermalNode * tn, unsigned n, double step) const argument
117 if (tn == node)
H A Dthermal_model.hh75 LinearEquation getEquation(ThermalNode * tn, unsigned n,
99 LinearEquation getEquation(ThermalNode * tn, unsigned n,
128 LinearEquation getEquation(ThermalNode * tn, unsigned n,
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h332 // GMOCK_RESULT_(tn, F) expands to the result type of function type F.
337 #define GMOCK_RESULT_(tn, ...) \
338 tn ::testing::internal::Function<__VA_ARGS__>::Result
342 #define GMOCK_ARG_(tn, N, ...) \
343 tn ::testing::internal::Function<__VA_ARGS__>::Argument##N
347 #define GMOCK_MATCHER_(tn, N, ...) \
348 const ::testing::Matcher<GMOCK_ARG_(tn, N, __VA_ARGS__)>&
356 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \
357 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
360 tn
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh73 std::string tn(iface_type_name);
74 if (tn == typeid(sc_fifo_in_if<T>).name() ||
75 tn == typeid(sc_fifo_blocking_in_if<T>).name()) {
79 } else if (tn == typeid(sc_fifo_out_if<T>).name() ||
80 tn == typeid(sc_fifo_blocking_out_if<T>).name()) {
/gem5/src/cpu/
H A Dbase.hh298 virtual ThreadContext *getContext(int tn) { return threadContexts[tn]; } argument
/gem5/src/cpu/kvm/
H A Dbase.hh110 ThreadContext *getContext(int tn) override;
H A Dbase.cc589 BaseKvmCPU::getContext(int tn) argument
591 assert(tn == 0);

Completed in 17 milliseconds