Searched refs:NULL (Results 276 - 300 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/ext/mcpat/
H A Dbus_interconnect.cc49 : McPATComponent(_xml_data), link_bus(NULL), interface_ip(*interface_ip_) {
178 link_bus = NULL;
H A Dmemoryctrl.cc321 : McPATComponent(_xml_data), frontendBuffer(NULL), readBuffer(NULL),
322 writeBuffer(NULL), MC_arb(NULL), interface_ip(*interface_ip_),
594 MC_arb = NULL;
598 frontendBuffer = NULL;
602 readBuffer = NULL;
606 writeBuffer = NULL;
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.cc70 assert(m_topology_ptr != NULL);
87 assert(m_switches[src] != NULL);
/gem5/src/sim/
H A Dstat_control.cc267 if (dumpEvent != NULL && (period == 0 || dumpEvent->scheduled())) {
295 if (dumpEvent != NULL &&
H A Dinsttracer.hh153 const StaticInstPtr _macroStaticInst = NULL)
261 const StaticInstPtr macroStaticInst = NULL) = 0;
150 InstRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dclock_domain.hh132 assert(c != NULL);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext_int.h45 // P = pointer to process message is for, or NULL in which case the
144 if ( thread_h->next_runnable() != NULL )
158 if ( active_p == NULL )
/gem5/src/base/loader/
H A Decoff_object.cc61 return NULL;
86 bss.fileImage = NULL;
H A Dsymtab.cc45 SymbolTable *debugSymbolTable = NULL;
/gem5/src/dev/net/
H A Dpktfifo.hh68 packet = NULL;
147 entry->packet = NULL;
/gem5/src/systemc/ext/core/
H A Dsc_event.hh221 virtual const sc_event &find_event(sc_interface *if_p=NULL) const = 0;
241 const sc_event &find_event(sc_interface *if_p=NULL) const override;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h152 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
178 void reset(T* ptr = NULL) { argument
H A Dgtest-port.h181 // GTEST_CAN_COMPARE_NULL - accepts untyped NULL in EXPECT_EQ().
1119 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} argument
1128 ptr_ = NULL;
1132 void reset(T* p = NULL) { argument
1276 inline void FlushInfoLog() { fflush(NULL); }
1375 const To to = NULL;
1381 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1453 nanosleep(&time, NULL);
1471 GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL));
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc52 r3_(TestPartResult::kFatalFailure, NULL, -1, "Failure!") {}
115 EXPECT_STREQ(NULL, r3_.file_name());
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh85 : staticInst(_staticInst), traceData(NULL), macroop(_macroop)
95 memData = NULL;
/gem5/src/cpu/o3/
H A Drename_map.cc56 : freeList(NULL), zeroReg(IntRegClass,0)
65 assert(freeList == NULL);
/gem5/src/mem/
H A Dpacket.hh408 SenderState() : predecessor(NULL) {}
496 * assumes the current sender state is not NULL. This should be
507 * is no sender state of type T, NULL is returned.
514 T *t = NULL;
516 while (t == NULL && sender_state != NULL) {
802 payloadDelay(0), senderState(NULL)
824 snoopDelay(0), payloadDelay(0), senderState(NULL)
1246 data = NULL;
1301 other->getPtr<uint8_t>() : NULL);
[all...]
/gem5/src/cpu/minor/
H A Ddyn_inst.cc78 MinorDynInstPtr MinorDynInst::bubbleInst = NULL;
232 "(invalid)" : staticInst->disassemble(0,NULL)),
/gem5/src/mem/ruby/structures/
H A DTBETable.hh114 return NULL;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp70 return NULL;
/gem5/src/mem/probes/
H A Dmem_trace.cc105 if (traceStream != NULL)
/gem5/src/base/
H A Dtrace.cc63 Logger *debug_logger = NULL;
85 warn("Trying to set debug logger to NULL\n");
/gem5/src/mem/ruby/system/
H A DRubySystem.hh73 assert(m_profiler != NULL);
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc51 for (; src != NULL; src = SkipComma(src)) {
/gem5/src/arch/alpha/linux/
H A Dsystem.cc155 printThreadEvent = NULL;

Completed in 37 milliseconds

<<11121314151617181920>>