Searched refs:NULL (Results 251 - 275 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/sim/
H A Dinit.cc76 EmbeddedPython *EmbeddedPython::importer = NULL;
77 PyObject *EmbeddedPython::importerModule = NULL;
278 v_argv.emplace_back(Py_DecodeLocale(_argv[i], NULL), &PyMem_RawFree);
291 if (module == NULL)
/gem5/src/arch/power/
H A Dstacktrace.hh87 return tc != NULL;
/gem5/src/cpu/pred/
H A D2bit_local.cc96 assert(bp_history == NULL);
/gem5/src/arch/arm/tracers/
H A Dtarmac_base.hh127 const StaticInstPtr _macroStaticInst = NULL);
/gem5/src/cpu/minor/
H A Ddecode.cc88 return (head.isBubble() ? NULL : &(inputBuffer[tid].front()));
90 return NULL;
160 StaticInstPtr parent_static_inst = NULL;
255 insts_in = NULL;
H A Dfetch2.cc100 return NULL;
289 line_in = NULL;
343 /* The generated instruction. Leave as NULL if no instruction
345 MinorDynInstPtr dyn_inst = NULL;
513 line_in = NULL;
520 line_in = NULL;
525 line_in = NULL;
/gem5/src/mem/
H A DXBar.py102 snoop_filter = Param.SnoopFilter(NULL, "Selected snoop filter")
H A Dexternal_master.cc56 externalPort(NULL),
H A Dxbar.cc137 waitingForPeer(NULL), releaseEvent([this]{ releaseLayer(); }, name())
174 if (state == BUSY || waitingForPeer != NULL) {
211 assert(waitingForPeer == NULL);
241 if (waitingForPeer == NULL)
243 } else if (waitingForPeer == NULL && drainState() == DrainState::Draining) {
291 assert(waitingForPeer != NULL);
299 waitingForPeer = NULL;
/gem5/src/mem/cache/tags/
H A DTags.py128 indexing_policy = NULL
/gem5/src/mem/ruby/system/
H A DVIPERCoalescer.cc221 assert(m_mandatory_q_ptr != NULL);
252 assert(m_mandatory_q_ptr != NULL);
280 assert(m_mandatory_q_ptr != NULL);
296 assert(m_mandatory_q_ptr != NULL);
/gem5/src/mem/ruby/profiler/
H A DAccessTraceForAddress.hh46 m_sharing(0), m_histogram_ptr(NULL)
/gem5/src/arch/generic/
H A Dtlb.hh133 * call. For architectures that do not have a table walker, NULL
137 * @return A pointer to the walker port or NULL if not present
139 virtual Port* getTableWalkerPort() { return NULL; }
/gem5/src/arch/x86/
H A Dtlb.cc70 tlb[x].trieHandle = NULL;
92 tlb[lru].trieHandle = NULL;
136 tlb[i].trieHandle = NULL;
155 tlb[i].trieHandle = NULL;
167 entry->trieHandle = NULL;
296 // Check for a NULL segment selector.
433 return TLB::translate(req, tc, NULL, mode, delayedResponse, false);
489 if (tlb[x].trieHandle != NULL)
/gem5/src/arch/sparc/
H A Disa.cc66 tickCompare = NULL;
67 sTickCompare = NULL;
68 hSTickCompare = NULL;
172 if (tickCompare != NULL && sTickCompare != NULL && hSTickCompare != NULL)
684 ThreadContext *tc = NULL;
685 BaseCPU *cpu = NULL;
770 ThreadContext *tc = NULL;
771 BaseCPU *cpu = NULL;
[all...]
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc154 if (entry == NULL ||
185 data_ptr = NULL;
208 data_ptr = NULL;
241 if (entry != NULL) {
304 m_cache[cacheSet][loc] = NULL;
328 if (loc == -1) return NULL;
339 if (loc == -1) return NULL;
385 if (m_cache[set][loc] != NULL) {
402 if (m_cache[i][j] != NULL) {
437 if (m_cache[i][j] != NULL) {
[all...]
/gem5/src/dev/net/
H A Dethertap.cc95 : SimObject(p), buflen(p->bufsz), dump(p->dump), event(NULL),
96 interface(NULL),
158 event = NULL;
218 packetBuffer.front() = NULL;
252 TapListener(EtherTapStub *t, int p) : event(NULL), tap(t), port(p) {}
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc80 retryPkt(NULL),
120 if (retryPkt == NULL) {
223 if (retryPkt == NULL) {
299 assert(retryPkt != NULL);
306 retryPkt = NULL;
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc403 // NULL C string.
405 const char* p = NULL;
406 EXPECT_EQ("NULL", Print(p));
438 // NULL wide C string.
440 const wchar_t* p = NULL;
441 EXPECT_EQ("NULL", Print(p));
460 p = NULL;
461 EXPECT_EQ("NULL", Print(p));
468 p = NULL;
469 EXPECT_EQ("NULL", Prin
[all...]
/gem5/src/cpu/checker/
H A Dcpu_impl.hh97 DynInstPtr boundaryInst = NULL;
110 inst = NULL;
120 boundaryInst = NULL;
189 inst = NULL;
197 unverifiedReq = NULL;
274 unverifiedInst = NULL;
300 microcodeRom.fetchMicroop(pcState.microPC(), NULL);
434 unverifiedInst = NULL;
441 unverifiedInst = NULL;
/gem5/ext/dsent/model/
H A DElectricalModel.cc60 m_input_ports_ = NULL;
61 m_output_ports_ = NULL;
62 m_net_references_ = NULL;
63 m_drivers_ = NULL;
64 m_driver_multipliers_ = NULL;
65 m_nets_ = NULL;
66 m_loads_ = NULL;
67 m_net_references_ = NULL;
68 m_event_infos_ = NULL;
792 ASSERT(downstream_model_ != NULL, "[Erro
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h276 /*enabler*/ = NULL)
298 return message_.get() != NULL ? message_->c_str() : "";
321 if (message_.get() == NULL)
474 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
656 // Returns the name of the parameter type, or NULL if this is not a typed
659 if (type_param_.get() != NULL)
661 return NULL;
664 // Returns the text representation of the value parameter, or NULL if this
667 if (value_param_.get() != NULL)
669 return NULL;
272 AssertionResult( const T& success, typename internal::EnableIf< !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* = NULL) argument
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_caches.cc182 const Entry *result = NULL;
192 if (result != NULL)
205 if (result == NULL)
215 const Entry *result = NULL;
232 if (result == NULL)
461 const Entry *result = NULL;
471 if (result != NULL)
484 if (result == NULL)
660 const Entry *result = NULL;
670 if (result != NULL)
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h90 // for type T, which is NULL when T is a raw pointer type, 0 when T is
138 static T* Get() { return NULL; }
221 producer_ = NULL;
225 static bool IsSet() { return producer_ != NULL; }
237 return producer_ == NULL ?
284 address_ = NULL;
288 static bool IsSet() { return address_ != NULL; }
300 return address_ == NULL ?
319 typename DefaultValue<T>::ValueProducer* DefaultValue<T>::producer_ = NULL;
323 T* DefaultValue<T&>::address_ = NULL;
[all...]
/gem5/ext/libelf/
H A D_libelf.h35 #ifndef NULL
36 #define NULL ((void *) 0) macro
86 Elf *e_parent; /* non-NULL for archive members */

Completed in 27 milliseconds

<<11121314151617181920>>