Searched refs:ct (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h356 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \
357 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
375 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \
376 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
394 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \
395 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
415 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \
416 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
440 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \
441 GMOCK_RESULT_(tn, __VA_ARGS__) ct Metho
[all...]
/gem5/tests/testing/
H A Dtests.py261 ct = config_tuple
265 self.config_tuple = ct
270 ct.category, ct.mode, ct.workload,
271 "ref", ct.isa, ct.os, ct.config)
/gem5/src/arch/sparc/
H A Dtlb.cc383 TLB::writeSfsr(bool write, ContextType ct, bool se, FaultTypes ft, int asi)
392 sfsr |= ct << 4;
409 TLB::writeSfsr(Addr a, bool write, ContextType ct,
412 DPRINTF(TLB, "TLB: Fault: A=%#x w=%d ct=%d ft=%d asi=%d\n",
413 a, (int)write, ct, ft, asi);
414 TLB::writeSfsr(write, ct, se, ft, asi);
455 ContextType ct;
464 ct = Nucleus;
468 ct = Primary;
482 writeSfsr(false, ct, fals
614 ContextType ct = Primary; local
[all...]
H A Dtlb.hh146 void writeSfsr(bool write, ContextType ct,
191 void writeSfsr(Addr a, bool write, ContextType ct,
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp51 ct = sc_get_current_process_handle();
102 sc_process_handle ct, t, m, ct2, t2; member in struct:Top
242 ct.disable();
525 ct.suspend();
532 ct.resume();
539 ct.disable();
546 ct.enable();
553 ct.sync_reset_on();
560 ct.sync_reset_off();
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh512 ADD_FIELD32(ct,4,8); // collision threshold

Completed in 20 milliseconds