Searched refs:nullptr (Results 226 - 250 of 327) sorted by relevance

1234567891011>>

/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc65 m_dequeue_callback = nullptr;
273 m_dequeue_callback = nullptr;
/gem5/src/arch/arm/
H A Dsemihosting.cc148 files.push_back(nullptr);
285 const char *mode = argv[2] < fmodes.size() ? fmodes[argv[2]] : nullptr;
688 return nullptr;
832 file(nullptr)
879 file = nullptr;
H A Dpmu.hh415 overflow64(false), sourceEvent(nullptr),
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh99 assert(req != nullptr);
150 pendingRequest(nullptr)
548 inst->completeAcc(nullptr);
769 if (req->senderState() == nullptr) {
973 assert(dynamic_cast<ReExec*>(inst->fault.get()) != nullptr ||
H A Drename_map.hh209 UnifiedRenameMap() : regFile(nullptr) {};
/gem5/src/mem/cache/
H A Dcache.cc183 blk = nullptr;
377 PacketPtr pf = nullptr;
494 return nullptr;
589 bool is_forward = (bus_pkt == nullptr);
1331 snoop_pkt.senderState = nullptr;
H A Dbase.cc90 tempBlockWriteback(nullptr),
107 noTargetMSHR(nullptr),
343 CacheBlk *blk = nullptr;
439 noTargetMSHR = nullptr;
476 assert(blk != nullptr);
554 CacheBlk *blk = nullptr;
795 return nullptr;
995 if (blk != nullptr) {
1306 // Can't satisfy access normally... either no block (blk == nullptr)
1355 blk = allocate ? allocateBlock(pkt, writebacks) : nullptr;
[all...]
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc64 execCompleteEvent(nullptr),
480 retryPkt = nullptr;
633 // If the request is strictly ordered, do not send it. Just return nullptr
639 return nullptr;
692 // It is succeeds, return nullptr
694 return nullptr;
1100 retryPkt = nullptr;
/gem5/src/arch/hsail/
H A Doperand.hh364 panic_if(w == nullptr, "WF pointer needs to be set");
595 const char *name = nullptr;
628 storageElement = nullptr;
/gem5/src/mem/
H A Dpacket.hh800 data(nullptr), addr(0), _isSecure(false), size(0),
822 data(nullptr), addr(0), _isSecure(false),
844 data(nullptr),
H A Dabstract_mem.cc61 backdoor(params()->range, nullptr,
86 backdoor.ptr(range.interleaved() ? nullptr : pmem_addr);
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc56 distributor(nullptr),
57 cpuInterface(nullptr),
59 memProxy(nullptr),
/gem5/ext/pybind11/tests/
H A Dtest_class.cpp122 m.def("return_none", []() -> BaseClass* { return nullptr; });
207 auto def = new PyMethodDef{"f", f, METH_VARARGS, nullptr};
208 return py::reinterpret_steal<py::object>(PyCFunction_NewEx(def, nullptr, m.ptr()));
H A Dtest_sequences_and_iterators.cpp115 s.m_data = nullptr;
137 s.m_data = nullptr;
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc159 TlbEntry *newEntry = nullptr;
220 return nullptr;
909 return GpuTLB::translate(req, tc, nullptr, mode, delayedResponse, false,
1342 sender_state->tlbEntry = nullptr;
1565 sender_state->tlbEntry = nullptr;
1703 std::ostream *page_stat_file = nullptr;
H A Dcompute_unit.cc324 std::make_shared<GPUDynInst>(this, nullptr, kernelLaunchInst,
605 dispatchList.push_back(std::make_pair((Wavefront*)nullptr, EMPTY));
840 index, nullptr);
931 nullptr);
969 new ComputeUnit::DataPort::SenderState(gpuDynInst, 0, nullptr);
1183 0, 0, nullptr);
1220 nullptr);
1327 bool success = translation_state->tlbEntry != nullptr;
/gem5/src/sim/
H A Deventq.hh346 : nextBin(nullptr), nextInBin(nullptr), _when(0), _priority(p),
/gem5/src/arch/mips/linux/
H A Dprocess.cc61 return nullptr;
71 return nullptr;
/gem5/src/arch/power/linux/
H A Dprocess.cc61 return nullptr;
71 return nullptr;
/gem5/src/base/
H A Dstatistics.cc85 _info != nullptr,
206 setName(nullptr, name);
/gem5/src/dev/net/
H A Ddist_iface.hh419 prevRecvTick(0), recvDone(nullptr), linkDelay(0),
H A Detherlink.cc204 bool packet_exists = packet != nullptr;
/gem5/src/systemc/core/
H A Dsensitivity.hh137 SensitivityEvent(Process *p, const ::sc_core::sc_event *e=nullptr) :
/gem5/src/arch/x86/
H A Ddecoder.hh238 Decoder(ISA* isa = nullptr) : basePC(0), origPC(0), offset(0), argument
/gem5/src/mem/cache/tags/
H A Dbase.cc97 return nullptr;

Completed in 79 milliseconds

1234567891011>>