Searched refs:nullptr (Results 26 - 50 of 327) sorted by relevance

1234567891011>>

/gem5/src/systemc/channel/
H A Dsc_mutex.cc68 holder = nullptr;
/gem5/src/systemc/core/
H A Dsc_module_name.cc42 _name(name), _gem5_module(nullptr), _on_the_stack(true)
H A Dsc_attr.cc87 return nullptr;
96 return nullptr;
110 return nullptr;
H A Dmodule.cc54 _name(name), _sc_mod(nullptr), _obj(nullptr), _ended(false),
65 _new_module = nullptr;
83 _new_module = nullptr;
195 return nullptr;
H A Dport.hh92 interface(interface), port(nullptr)
96 interface(nullptr), port(port)
106 port(port), finder(nullptr)
110 port(nullptr), finder(finder)
H A Dsc_export.cc69 reportError(SC_ID_EXPORT_OUTSIDE_MODULE_, nullptr, name(), kind());
H A Dsc_port.cc62 sc_object(n), _gem5Port(nullptr)
75 reportError(SC_ID_PORT_OUTSIDE_MODULE_, nullptr, name(), kind());
/gem5/src/dev/net/
H A Detherint.cc51 peer = nullptr;
H A Detherpkt.hh77 : data(nullptr), bufLength(0), length(0), simLength(0)
/gem5/tests/test-progs/pthread/src/
H A Dtest_atomic.cpp69 return nullptr;
94 ret = pthread_create( threads + tid, nullptr, func, &t_args[tid] );
105 pthread_join( threads[tid], nullptr );
H A Dtest_pthread_mutex.cpp77 return nullptr;
107 ret = pthread_create( threads + tid, nullptr, func, &t_args[tid] );
117 pthread_join( threads[tid], nullptr );
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh43 find_event(sc_core::sc_interface *if_p=nullptr) const;
61 if (iface == nullptr) {
69 return (const_cast<IF *>(iface)->*m_event_method)(nullptr);
/gem5/src/systemc/ext/channel/
H A Dsc_inout.hh59 sc_inout() : sc_port<sc_signal_inout_if<T>, 1>(), initValue(nullptr),
63 sc_port<sc_signal_inout_if<T>, 1>(name), initValue(nullptr),
70 sc_port<sc_signal_inout_if<T>, 1>(interface), initValue(nullptr),
74 sc_port<sc_signal_inout_if<T>, 1>(name, interface), initValue(nullptr),
78 sc_port<sc_signal_inout_if<T>, 1>(parent), initValue(nullptr),
82 sc_port<sc_signal_inout_if<T>, 1>(name, parent), initValue(nullptr),
86 sc_port<sc_signal_inout_if<T>, 1>(parent), initValue(nullptr),
90 sc_port<sc_signal_inout_if<T>, 1>(name, parent), initValue(nullptr),
113 initValue = nullptr;
198 sc_inout() : sc_port<sc_signal_inout_if<bool>, 1>(), initValue(nullptr),
[all...]
/gem5/src/base/
H A Dtrie.test.cc66 EXPECT_EQ(trie.lookup(0x123456701234567), nullptr) << dumpTrie();
72 EXPECT_EQ(trie.lookup(0x123456701234567), nullptr) << dumpTrie();
80 EXPECT_EQ(trie.lookup(0x123456700000000), nullptr) << dumpTrie();
88 EXPECT_EQ(trie.lookup(0x123456700000000), nullptr) << dumpTrie();
98 EXPECT_EQ(trie.lookup(0x0123456700000000), nullptr) << dumpTrie();
138 EXPECT_EQ(trie.lookup(0x0123456700000000), nullptr) << dumpTrie();
/gem5/src/arch/arm/freebsd/
H A Dsystem.cc56 taskFile(nullptr), kernelPanicEvent(nullptr), kernelOopsEvent(nullptr)
/gem5/src/gpu-compute/
H A Dlocal_memory_pipeline.cc46 computeUnit(nullptr), lmQueueSize(p->local_mem_queue_size)
62 lmReturnedRequests.front() : nullptr;
65 Wavefront *w = nullptr;
H A Dexec_stage.cc44 vectorAluInstAvail(nullptr), glbMemInstAvail(nullptr),
45 shrMemInstAvail(nullptr), lastTimeInstExecuted(false),
146 dispatchList->at(unitId).first = (Wavefront*)nullptr;
H A Dof_scheduling_policy.hh59 Wavefront *selected_wave(nullptr);
H A Dgpu_exec_context.cc40 : cu(_cu), wf(_wf), gpuISA(_wf ? &_wf->gpuISA() : nullptr)
/gem5/src/dev/arm/
H A Dbase_gic.hh138 virtual ArmInterruptPin* get(ThreadContext *tc = nullptr) = 0;
151 ArmInterruptPin* get(ThreadContext *tc = nullptr) override;
166 ArmInterruptPin* get(ThreadContext* tc = nullptr) override;
/gem5/src/dev/
H A Dintpin.hh42 IntSourcePinBase *source = nullptr;
80 Device *device = nullptr;
95 IntSinkPinBase *sink = nullptr;
/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.cc49 ipdEntryTrackingMisses(nullptr),
77 if (ipdEntryTrackingMisses != nullptr && miss) {
88 if (pt_entry != nullptr) {
160 assert(pt_entry != nullptr);
176 if (ipd_entry != nullptr) {
187 ipdEntryTrackingMisses = nullptr;
191 assert(ipd_entry != nullptr);
214 ipdEntryTrackingMisses = nullptr;
242 ipdEntryTrackingMisses = nullptr;
/gem5/src/cpu/o3/
H A Dlsq.hh83 : _request(request), mainPkt(nullptr), pendingPacket(nullptr),
306 _state(State::NotIssued), _senderState(nullptr),
307 _port(*port), _inst(inst), _data(nullptr),
308 _res(nullptr), _addr(0), _size(0), _flags(0),
309 _numOutstandingPackets(0), _amo_op(nullptr)
320 PacketDataPtr data = nullptr, uint64_t* res = nullptr,
321 AtomicOpFunctorPtr amo_op = nullptr)
322 : _state(State::NotIssued), _senderState(nullptr),
317 LSQRequest(LSQUnit* port, const DynInstPtr& inst, bool isLoad, const Addr& addr, const uint32_t& size, const Request::Flags& flags_, PacketDataPtr data = nullptr, uint64_t* res = nullptr, AtomicOpFunctorPtr amo_op = nullptr) argument
720 SingleDataRequest(LSQUnit* port, const DynInstPtr& inst, bool isLoad, const Addr& addr, const uint32_t& size, const Request::Flags& flags_, PacketDataPtr data = nullptr, uint64_t* res = nullptr, AtomicOpFunctorPtr amo_op = nullptr) argument
779 SplitDataRequest(LSQUnit* port, const DynInstPtr& inst, bool isLoad, const Addr& addr, const uint32_t& size, const Request::Flags & flags_, PacketDataPtr data = nullptr, uint64_t* res = nullptr) argument
[all...]
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkLink.cc42 linkBuffer(new flitBuffer()), link_consumer(nullptr),
43 link_srcQueue(nullptr), m_link_utilized(0),
/gem5/src/systemc/ext/core/
H A Dsc_export.hh66 sc_export_base(sc_gen_unique_name("export")), interface(nullptr)
69 sc_export_base(n), interface(nullptr)

Completed in 26 milliseconds

1234567891011>>