Searched refs:NULL (Results 451 - 475 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/arch/arm/
H A Dinterrupts.hh83 Interrupts(Params * p) : SimObject(p), cpu(NULL)
H A Dfaults.hh298 const char *_mnemonic = NULL,
305 ExceptionClass _overrideEc, const char *_mnemonic = NULL) :
296 UndefinedInstruction(ExtMachInst _machInst, bool _unknown, const char *_mnemonic = NULL, bool _disabled = false) argument
304 UndefinedInstruction(ExtMachInst _machInst, uint32_t _iss, ExceptionClass _overrideEc, const char *_mnemonic = NULL) argument
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h424 return NULL; // No suspended process.
557 tlm::tlm_extension_base *clone() const { return NULL; }
1020 return NULL; // No suspended process.
1153 tlm::tlm_extension_base *clone() const { return NULL; }
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc80 tlm_extension_registry *tlm_extension_registry::instance_ = NULL;
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc343 (GPUCoalescerRequest*) NULL));
358 (GPUCoalescerRequest*) NULL));
876 if (pkt != NULL && pkt->req->hasContextId()) {
1159 assert(port != NULL);
/gem5/src/sim/
H A Dsystem.hh500 return NULL;
H A Dsyscall_emul.cc1420 struct sockaddr sa, *sap = NULL;
1440 if (sap != NULL) {
1547 BufferArg *nameBuf = NULL;
1560 BufferArg *iovBuf = NULL;
1564 iovecBuf[i] = NULL;
1589 BufferArg *controlBuf = NULL;
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh185 retryPkt = NULL;
186 memDepViolator = NULL;
341 memDepViolator = NULL;
877 memDepViolator = NULL;
/gem5/src/cpu/
H A Dbase.hh51 // Before we do anything else, check if this build is the NULL ISA,
229 return NULL;
/gem5/src/base/stats/
H A Dtext.cc100 : mystream(false), stream(NULL), descriptions(false)
105 : mystream(false), stream(NULL), descriptions(false)
111 : mystream(false), stream(NULL), descriptions(false)
152 return stream != NULL && stream->good();
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc76 req.pkt = NULL;
142 a.pkt = NULL;
884 const WalkCache::Entry *walk_ep = NULL;
940 const IPACache::Entry *ipa_ep = NULL;
964 const WalkCache::Entry *walk_ep = NULL;
1291 a.pkt = NULL;
/gem5/src/arch/alpha/
H A Dtlb.cc167 TlbEntry *retval = NULL;
183 if (retval == NULL) {
/gem5/src/arch/x86/
H A Ddecoder.cc154 instBytes->si = NULL;
697 return NULL;
H A Dinterrupts.cc278 if (cpu != NULL && cpu->cpuId() != newCPU->cpuId()) {
608 pendingIPIs(0), cpu(NULL),
H A Disa.cc412 NULL);
/gem5/src/cpu/minor/
H A Dfetch1.cc299 * as Complete/packet == NULL */
339 request->packet = NULL;
568 response->packet = NULL;
/gem5/src/cpu/simple/
H A Datomic.cc462 if (data == NULL) {
722 traceData = NULL;
/gem5/ext/dsent/model/electrical/
H A DDemuxTreeDeserializer.cc65 return NULL;
H A DMultiplexer.cc62 return NULL;
H A DSeparableAllocator.cc61 return NULL;
/gem5/ext/dsent/model/network/
H A DElectricalMesh.cc85 return NULL;
/gem5/ext/mcpat/
H A Darray.cc100 uca_org_t* temp_res = NULL;
H A Dbasic_components.cc89 : xml_data(NULL), name("") {
H A Dcachearray.cc93 uca_org_t* temp_res = NULL;
/gem5/src/cpu/testers/rubytest/
H A DCheck.cc288 assert(data != NULL);

Completed in 69 milliseconds

<<11121314151617181920>>