Searched refs:NULL (Results 476 - 500 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/cpu/o3/
H A Dthread_context.hh87 CheckerCPU *getCheckerCpuPtr() override { return NULL; }
H A Dcpu.cc129 isa(numThreads, NULL),
156 checker = NULL;
315 this->thread[tid] = new Thread(this, 0, NULL);
329 Process* dummy_proc = NULL;
H A Dinst_queue_impl.hh76 inst = NULL;
965 (*inst_it).second = NULL;
1317 (*ns_inst_it).second = NULL;
H A Drob_impl.hh556 return NULL;
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc368 return NULL;
/gem5/system/alpha/console/
H A Dconsole.c98 ulong envp; /* NULL */
183 NULL, /* 000: physical self-reference */
525 kargv[kargc] = NULL; /* just to be sure; doesn't seem to be used */
732 JToKern((char *)bootadr, (ulong)rpb_percpu, free_pfn, kargc, kargv, NULL);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h356 // 'ostream_ptr' is not NULL, or the behavior is undefined.
407 if (p == NULL) {
408 *os << "NULL";
805 if (str == NULL) {
806 *os << "NULL";
825 if (str == NULL) {
826 *os << "NULL";
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc946 if (pch == NULL) {
1012 regRecord.valueHi = strtoull(buf, NULL, 16);
1015 regRecord.valueLo = strtoull(buf, NULL, 16);
/gem5/src/dev/net/
H A Di8254xGBe.cc61 : EtherDevice(p), etherInt(NULL), cpa(NULL),
827 wbOut(0), moreToWb(false), wbAlignment(0), pktPtr(NULL),
1493 pktPtr = NULL;
1818 pktPtr = NULL;
1947 pktPtr = NULL;
2154 txPacket = NULL;
H A Dns_gige.cc102 txPacket(0), rxPacket(0), txPacketBufPtr(NULL), rxPacketBufPtr(NULL),
112 rxDmaData(NULL), rxDmaAddr(0), rxDmaLen(0),
113 txDmaData(NULL), txDmaAddr(0), txDmaLen(0),
/gem5/src/base/
H A Dstatistics.hh840 proxy(NULL)
887 bool check() const { return proxy != NULL; }
1127 return storage != NULL;
1376 return storage != NULL;
1988 storage(NULL)
2035 return storage != NULL;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh104 void sc_proxy_out_of_bounds(const char *msg=NULL, int64 val=0);
1241 sc_proxy_out_of_bounds(NULL, n);
1251 sc_proxy_out_of_bounds(NULL, n);
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc116 void *hnewp = NULL;
1272 return NULL;
1281 return NULL;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h550 return m_error != NULL;
589 // of the SystemC object hierarchy, or NULL.
/gem5/src/dev/storage/
H A Ddisk_image.cc184 : DiskImage(p), filename(p->image_file), child(p->child), table(NULL)
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp301 srand(time(NULL));
/gem5/src/dev/arm/
H A Dhdlcd.cc89 imgFormat(p->frame_format), pic(NULL), conv(PixelConverter::rgba8888_le), variable
H A Dsmmu_v3.cc373 SMMUAction a = runProcessAtomic(&commandExecutor, NULL);
377 runProcessTiming(&commandExecutor, NULL);
/gem5/src/arch/mips/linux/
H A Dprocess.cc507 return NULL;
/gem5/src/arch/power/linux/
H A Dprocess.cc460 return NULL;
/gem5/src/dev/
H A Ddma_device.cc166 RequestPtr req = NULL;
/gem5/src/mem/
H A Ddram_ctrl.hh680 * If not a split packet (common case), this is set to NULL
740 bankId(bank_id), addr(_addr), size(_size), burstHelper(NULL),
H A Dcomm_monitor.cc428 if (received_state == NULL)
/gem5/src/sim/
H A Dsystem.cc157 if (kernel == NULL)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h184 typename U::policy::element_type>::value>::type* = NULL)
285 typename OtherPolicy::element_type>::value>::type* = NULL)
181 sc_direct_access(const U&, typename sc_meta::enable_if<sc_meta::is_more_const< type, typename U::policy::element_type>::value>::type* = NULL) argument
282 sc_vector_iter( const sc_vector_iter<OtherElement, OtherPolicy>& it , typename sc_meta::enable_if<sc_meta::is_more_const< element_type, typename OtherPolicy::element_type>::value>::type* = NULL) argument

Completed in 93 milliseconds

<<11121314151617181920>>