Searched refs:nullptr (Results 251 - 275 of 327) sorted by relevance

<<11121314

/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h71 base_type(name), m_hierarch_bind(nullptr), m_beoe_disabled(false),
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc344 m_extensions[index] = static_cast<tlm_extension_base *>(nullptr);
/gem5/src/arch/riscv/
H A Dprocess.cc143 if (elfObject != nullptr) {
/gem5/src/cpu/o3/
H A Dregfile.cc236 return nullptr;
H A Dfetch.hh152 : fetch(_fetch), req(nullptr)
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc278 RequestPtr req = nullptr;
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc57 m_checkTable_ptr(nullptr),
/gem5/src/gpu-compute/
H A Dcl_driver.cc276 return nullptr;
H A Dhsail_code.hh271 StorageMap(StorageMap *outerScope = nullptr);
/gem5/src/mem/cache/
H A Dcache_blk.hh171 CacheBlk() : data(nullptr), tickInserted(0)
H A Dnoncoherent_cache.cc352 writebackBlk(blk) : nullptr;
H A Dbase.hh608 * below, or nullptr if the current request in cpu_pkt should just
612 * @param blk The referenced block, can be nullptr.
647 assert(tempBlockWriteback != nullptr);
650 tempBlockWriteback = nullptr;
737 * existing data. May return nullptr if there are no replaceable
752 * @return A packet with the writeback, can be nullptr
/gem5/src/mem/
H A Dcoherent_xbar.hh335 MemBackdoorPtr *backdoor=nullptr);
/gem5/src/mem/qos/
H A Dmem_sink.cc201 PacketPtr pkt = nullptr;
/gem5/src/sim/
H A Dfd_array.cc349 _fdArray[tgt_fd] = nullptr;
/gem5/src/arch/arm/
H A Dremote_gdb.cc197 return context()->getProcessPtr()->pTable->lookup(va) != nullptr;
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc50 smmu(nullptr),
H A Dgic_v3_its.cc58 : its(_its), coroutine(nullptr)
82 assert(coroutine != nullptr);
341 a.pkt = nullptr;
785 gic(nullptr),
1100 runProcess(cmd_proc, nullptr);
/gem5/src/dev/serial/
H A Dterminal.cc153 return nullptr;
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h30 static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<T>(nullptr))>::value;
31 static constexpr const bool is_pair = std::is_same<std::true_type, decltype(test_pair<T>(nullptr, nullptr))>::value;
32 static constexpr const bool is_vector = std::is_same<std::true_type, decltype(test_value<T>(nullptr))>::value;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc57 dataTraceStream(nullptr),
58 instTraceStream(nullptr),
/gem5/src/base/
H A Dremote_gdb.cc329 connectEvent(nullptr), dataEvent(nullptr), _port(_port), fd(-1),
/gem5/src/arch/alpha/linux/
H A Dprocess.cc58 return nullptr;
68 return nullptr;
/gem5/src/arch/x86/
H A Dremote_gdb.cc91 return context()->getProcessPtr()->pTable->lookup(va) != nullptr;
/gem5/src/systemc/core/
H A Dsc_time.cc232 char *end = nullptr;

Completed in 74 milliseconds

<<11121314