Searched refs:nullptr (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/gem5/src/base/
H A Ddebug.hh95 if (f != nullptr)
101 Flag *f00 = nullptr, Flag *f01 = nullptr,
102 Flag *f02 = nullptr, Flag *f03 = nullptr,
103 Flag *f04 = nullptr, Flag *f05 = nullptr,
104 Flag *f06 = nullptr, Flag *f07 = nullptr,
105 Flag *f08 = nullptr, Fla
100 CompoundFlag(const char *name, const char *desc, Flag *f00 = nullptr, Flag *f01 = nullptr, Flag *f02 = nullptr, Flag *f03 = nullptr, Flag *f04 = nullptr, Flag *f05 = nullptr, Flag *f06 = nullptr, Flag *f07 = nullptr, Flag *f08 = nullptr, Flag *f09 = nullptr, Flag *f10 = nullptr, Flag *f11 = nullptr, Flag *f12 = nullptr, Flag *f13 = nullptr, Flag *f14 = nullptr, Flag *f15 = nullptr, Flag *f16 = nullptr, Flag *f17 = nullptr, Flag *f18 = nullptr, Flag *f19 = nullptr) argument
[all...]
H A Dfiber.cc66 PrimaryFiber() : Fiber(nullptr, 0) { setStarted(); }
76 Fiber *startingFiber = nullptr;
90 link(link), stack(nullptr), stackSize(stack_size), guardPage(nullptr),
94 guardPage = mmap(nullptr, guardPageSize + stack_size,
130 ctx.uc_link = nullptr;
146 startingFiber = nullptr;
/gem5/src/systemc/core/
H A Dlist.hh46 ListNode() : nextListNode(nullptr), prevListNode(nullptr) {}
59 nextListNode = nullptr;
60 prevListNode = nullptr;
108 bool empty() { return getNext() == nullptr; }
H A Dsched_event.hh71 _events = nullptr;
75 work(work), _when(MaxTick), _events(nullptr)
80 bool scheduled() { return _events != nullptr; }
H A Dpython.cc46 static PythonReadyFunc *first = nullptr;
53 static PythonInitFunc *first = nullptr;
H A Dsc_simcontext.cc67 return nullptr;
77 return nullptr;
/gem5/src/gpu-compute/
H A Dcl_event.hh43 _cl_event() : done(false), hsaTaskPtr(nullptr), start(0), end(0) { }
H A Dhsa_object.cc44 : readonlyData(nullptr), filename(fname)
51 HsaObject *hsaObj = nullptr;
52 uint8_t *file_data = nullptr;
76 return nullptr;
H A Drr_scheduling_policy.hh58 Wavefront *selected_wave(nullptr);
/gem5/src/sim/
H A Dport.cc53 portName(_name), id(_id), _peer(nullptr), _connected(false)
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh43 nb_can_put(tlm_tag<PUT_DATA> *t=nullptr) const
48 ok_to_put(tlm_tag<PUT_DATA> *t=nullptr) const
54 GET_DATA get(tlm_tag<GET_DATA> * =nullptr) { return get_fifo.get(); } argument
57 nb_can_get(tlm_tag<GET_DATA> *t=nullptr) const
63 ok_to_get(tlm_tag<GET_DATA> *t=nullptr) const
70 peek(tlm_tag<GET_DATA> * =nullptr) const
76 nb_can_peek(tlm_tag<GET_DATA> *t=nullptr) const
82 ok_to_peek(tlm_tag<GET_DATA> *t=nullptr) const
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dcore_ifs.hh47 virtual T get(tlm_tag<T> *t=nullptr) = 0;
65 virtual bool nb_can_get(tlm_tag<T> *t=nullptr) const = 0;
67 ok_to_get(tlm_tag<T> *t=nullptr) const = 0;
75 virtual bool nb_can_put(tlm_tag<T> *t=nullptr) const = 0;
77 ok_to_put(tlm_tag<T> *t=nullptr) const = 0;
96 virtual T peek(tlm_tag<T> *t=nullptr) const = 0;
105 virtual bool nb_can_peek(tlm_tag<T> *t=nullptr) const = 0;
107 ok_to_peek(tlm_tag<T> *t=nullptr) const = 0;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo.hh65 T get(tlm_tag<T> * =nullptr);
68 bool nb_can_get(tlm_tag<T> * =nullptr) const;
70 ok_to_get(tlm_tag<T> * =nullptr) const
76 T peek(tlm_tag<T> * =nullptr) const;
79 bool nb_can_peek(tlm_tag<T> * =nullptr) const;
81 ok_to_peek(tlm_tag<T> * =nullptr) const
90 bool nb_can_put(tlm_tag<T> * =nullptr) const;
92 ok_to_put(tlm_tag<T> * =nullptr) const
132 read_event(tlm_tag<T> * =nullptr) argument
/gem5/tests/test-progs/pthread/src/
H A Dtest_pthread_cond.cpp72 return nullptr;
91 ret = pthread_create( &threads[i], nullptr, print_id, (void*)i );
103 pthread_join( threads[i], nullptr );
H A Dtest_pthread_create_para.cpp64 return nullptr;
87 ret = pthread_create( threads + tid, nullptr, func, &t_args[tid] );
97 pthread_join( threads[tid], nullptr );
H A Dtest_pthread_create_seq.cpp63 return nullptr;
86 ret = pthread_create( threads + tid, nullptr, func, &t_args[tid] );
94 pthread_join( threads[tid], nullptr );
/gem5/src/dev/
H A Dintpin.cc46 source = nullptr;
67 sink = nullptr;
/gem5/util/tlm/src/
H A Dsc_master_port.cc91 pendingRequest(nullptr),
92 pendingPacket(nullptr),
95 transactor(nullptr),
105 sc_assert(this->transactor == nullptr);
197 sc_assert(pendingRequest == nullptr);
198 sc_assert(pendingPacket == nullptr);
202 PacketPtr pkt = nullptr;
204 Gem5Extension* extension = nullptr;
210 if (extension != nullptr) {
260 Gem5Extension* extension = nullptr;
[all...]
/gem5/src/cpu/testers/traffic_gen/
H A Dstream_gen.cc54 return nullptr;
/gem5/src/arch/arm/
H A Disa_device.cc48 : isa(nullptr)
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc67 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
84 if (needRetry && blockedPacket == nullptr) {
115 assert(blockedPacket != nullptr);
119 blockedPacket = nullptr;
130 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
149 assert(blockedPacket != nullptr);
153 blockedPacket = nullptr;
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc85 return nullptr;
145 sc_assert(pendingRequest == nullptr);
146 sc_assert(pendingPacket == nullptr);
150 PacketPtr pkt = nullptr;
152 Gem5SystemC::Gem5Extension *extension = nullptr;
158 if (extension != nullptr) {
269 Gem5SystemC::Gem5Extension *extension = nullptr;
272 PacketPtr pkt = nullptr;
276 if (extension != nullptr) {
283 MemBackdoorPtr backdoor = nullptr;
[all...]
/gem5/src/arch/hsail/
H A Dgpu_decoder.hh61 return inst < decodedInsts.size() ? decodedInsts.at(inst) : nullptr;
/gem5/src/dev/arm/
H A Drealview.cc63 : Platform(p), system(p->system), gic(nullptr)
/gem5/src/dev/serial/
H A Dserial.cc47 : SimObject(p), interfaceCallback(nullptr)

Completed in 16 milliseconds

1234567891011>>