Searched refs:NULL (Results 501 - 525 of 528) sorted by relevance

<<2122

/gem5/ext/dsent/model/network/
H A DElectricalClos.cc85 return NULL;
H A DPhotonicClos.cc90 return NULL;
/gem5/ext/mcpat/cacti/
H A Dnuca.cc493 nuca_org_t *res = NULL;
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh148 typename ::sc_gem5::enable_if<SC_RPTYPE_(Cond)>::type * = NULL
/gem5/src/dev/arm/
H A Dpl111.cc68 vnc(p->vnc), bmp(&fb), pic(NULL),
H A Dgic_v3_its.cc140 a.pkt = NULL;
/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc98 ASSERT_TRUE(cwd_without_drive != NULL);
/gem5/src/cpu/o3/
H A Ddecode_impl.hh408 DynInstPtr inst = NULL;
H A Diew_impl.hh541 toCommit->mispredictInst[tid] = NULL;
668 DynInstPtr inst = NULL;
/gem5/src/cpu/
H A Dsimple_thread.hh204 CheckerCPU *getCheckerCpuPtr() override { return NULL; }
H A Dbase.cc134 interrupts(p->interrupts), profileEvent(NULL),
/gem5/src/arch/alpha/linux/
H A Dprocess.cc620 return NULL;
/gem5/src/mem/
H A Ddram_ctrl.cc428 BurstHelper* burst_helper = NULL;
469 if (pktCount > 1 && burst_helper == NULL) {
506 if (burst_helper != NULL)
739 dram_pkt->burstHelper = NULL;
/gem5/src/cpu/checker/
H A Dcpu.hh629 : CheckerCPU(p), updateThisCycle(false), unverifiedInst(NULL)
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc689 // The empty range of NULL pointers should also be okay.
690 int* const null_int = NULL;
763 if (result_listener->stream() != NULL) {
H A Dgmock-spec-builders_test.cc1988 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2002 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2045 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2051 "\\(false, 5, \"Hi\", NULL, @.+ "
H A Dgmock-more-actions_test.cc336 EXPECT_EQ(23, a2.Perform(make_tuple(20, 3, true, static_cast<int*>(NULL))));
/gem5/src/dev/net/
H A Dsinic.cc85 cpuPendingIntr(false), intrEvent(0), interface(NULL)
721 VirtualReg *vnic = NULL;
/gem5/src/arch/arm/linux/
H A Dprocess.cc1703 return NULL;
1711 return NULL;
/gem5/src/arch/arm/
H A Disa.cc63 system(NULL),
714 bool haveTimer = (system->getGenericTimer() != NULL);
/gem5/ext/mcpat/
H A Dcacheunit.cc63 CacheArray* arrayPtr = NULL;
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc232 { 0, NUM_INTREGS, NULL }
/gem5/src/arch/x86/
H A Dprocess.cc194 return NULL;
898 // A sentry NULL void pointer at the top of the stack.
/gem5/src/mem/cache/
H A Dcache.cc630 assert(blk != NULL);
/gem5/src/python/m5/
H A Dparams.py224 return NULL
1790 # Special class for NULL pointers. Note the special check in
1836 NULL = NullSimObject() variable
2190 'NextEthernetAddr', 'NULL',

Completed in 99 milliseconds

<<2122