Searched refs:nullptr (Results 51 - 75 of 327) sorted by relevance

1234567891011>>

/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h67 return nullptr;
79 return nullptr;
/gem5/src/arch/sparc/linux/
H A Dprocess.cc61 return nullptr;
69 return nullptr;
/gem5/src/mem/cache/prefetch/
H A Dsignature_path.cc70 if (pstride_entry == nullptr) {
166 if (signature_entry != nullptr) {
172 assert(signature_entry != nullptr);
189 if (pattern_entry != nullptr) {
195 assert(pattern_entry != nullptr);
273 PatternStrideEntry const *lookahead = nullptr;
274 if (current_pattern_entry != nullptr) {
295 if (lookahead != nullptr) {
H A Dirregular_stream_buffer.cc82 if (entry != nullptr && entry->lastAddressSecure == is_secure) {
89 assert(entry != nullptr);
144 if (ps_am != nullptr) {
151 if (sp_am == nullptr) {
177 if (ps_entry != nullptr) {
182 assert(ps_entry != nullptr);
197 if (sp_entry != nullptr) {
201 assert(sp_entry != nullptr);
H A Dbase.cc67 data = nullptr;
78 paddress(pfi.paddress), cacheMiss(pfi.cacheMiss), data(nullptr)
93 : ClockedObject(p), listeners(), cache(nullptr), blkSize(p->block_size),
99 usefulPrefetches(0), tlb(nullptr)
209 if (pkt->isWrite() && cache != nullptr && cache->coalesce()) return;
238 if (listeners.empty() && cache != nullptr) {
261 fatal_if(tlb != nullptr, "Only one TLB can be registered");
H A Daccess_map_pattern_matching.cc107 if (am_entry != nullptr) {
111 assert(am_entry != nullptr);
169 getAccessMapEntry(am_addr-1, is_secure) : nullptr;
171 getAccessMapEntry(am_addr+1, is_secure) : nullptr;
175 assert(am_entry_curr != nullptr);
188 am_entry_prev != nullptr ? am_entry_prev->states[idx] : AM_INVALID;
191 am_entry_next != nullptr ? am_entry_next->states[idx] : AM_INVALID;
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.hh71 blockedPacket(nullptr)
149 MasterPort(name, owner), owner(owner), blockedPacket(nullptr)
H A Dsimple_cache.cc43 blocked(false), originalPacket(nullptr), waitingPortId(-1)
76 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
95 if (needRetry && blockedPacket == nullptr) {
137 assert(blockedPacket != nullptr);
141 blockedPacket = nullptr;
156 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
175 assert(blockedPacket != nullptr);
179 blockedPacket = nullptr;
230 if (originalPacket != nullptr) {
239 originalPacket = nullptr;
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h36 abi::__cxa_demangle(name.c_str(), nullptr, nullptr, &status), std::free };
H A Dinternals.h24 # define PYBIND11_TLS_KEY_INIT(var) Py_tss_t *var = nullptr
27 # define PYBIND11_TLS_DELETE_VALUE(key) PyThread_tss_set((key), nullptr)
42 PyThread_set_key_value((key), nullptr)
110 PyInterpreterState *istate = nullptr;
126 buffer_info *(*get_buffer)(PyObject *, void *) = nullptr;
127 void *get_buffer_data = nullptr;
128 void *(*module_local_load)(PyObject *, const type_info *) = nullptr;
199 static internals **internals_pp = nullptr;
308 /// are reserved for internal usage. Returns `nullptr` if no matching entry was found.
312 return it != internals.shared_data.end() ? it->second : nullptr;
[all...]
/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc50 vectorAluInstAvail(nullptr),
52 lastShrMemSimd(-1), glbMemInstAvail(nullptr),
53 shrMemInstAvail(nullptr)
61 shrMemInstAvail = nullptr;
62 glbMemInstAvail = nullptr;
H A Dhsail_code.cc215 obj->currentCode = nullptr;
328 return nullptr;
339 return nullptr;
353 return nullptr;
414 return nullptr;
424 return nullptr;
435 return nullptr;
447 return nullptr;
458 return nullptr;
H A Dhsa_code.hh58 HsaCode(const std::string &name) : readonly_data(nullptr), funcarg_size(0),
H A Dvector_register_state.cc42 VecRegisterState::VecRegisterState() : computeUnit(nullptr)
H A Dcondition_register_state.cc45 computeUnit = nullptr;
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh67 thread(nullptr),
68 traceData(nullptr),
70 memData(nullptr),
71 savedReq(nullptr),
72 reqToVerify(nullptr)
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc90 head->prev = nullptr;
106 tail->next = nullptr;
175 FALRUBlk* blk = nullptr;
240 assert(blk->next == nullptr);
242 tail->next = nullptr;
251 blk->prev = nullptr;
267 assert(blk->prev == nullptr);
269 head->prev = nullptr;
278 blk->next = nullptr;
324 FALRUBlk* blk = numTrackedCaches ? head : nullptr;
[all...]
H A Dcompressed_tags.cc74 superblock->blks.resize(numBlocksPerSector, nullptr);
115 SuperBlk* victim_superblock = nullptr;
134 if (victim_superblock == nullptr){
/gem5/src/mem/cache/
H A Dqueue.hh181 return nullptr;
212 return nullptr;
222 return nullptr;
/gem5/ext/pybind11/include/pybind11/
H A Dembed.h55 return nullptr; \
58 return nullptr; \
163 *internals_ptr_ptr = nullptr;
H A Dattr.h140 char *name = nullptr; /* why no C++ strings? They generate heavier code.. */
143 char *doc = nullptr;
146 char *signature = nullptr;
152 handle (*impl) (function_call &) = nullptr;
158 void (*free_data) (function_record *ptr) = nullptr;
188 PyMethodDef *def = nullptr;
197 function_record *next = nullptr;
210 const char *name = nullptr;
213 const std::type_info *type = nullptr;
225 void *(*operator_new)(size_t) = nullptr;
405 static void init(const base<T> &, type_record *r) { r->add_base(typeid(T), nullptr); } local
[all...]
/gem5/src/arch/alpha/
H A Ddecoder.hh51 Decoder(ISA* isa = nullptr) : instDone(false) argument
/gem5/src/arch/power/
H A Ddecoder.hh50 Decoder(ISA* isa = nullptr) : instDone(false) argument
/gem5/src/arch/mips/
H A Ddecoder.hh52 Decoder(ISA* isa = nullptr) : instDone(false) argument
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh156 sc_spawn(T object, const char *name_p=nullptr,
157 const sc_spawn_options *opt_p=nullptr)
166 sc_spawn(typename T::result_type *r_p, T object, const char *name_p=nullptr,
167 const sc_spawn_options *opt_p=nullptr)

Completed in 30 milliseconds

1234567891011>>