Searched refs:NULL (Results 351 - 375 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc321 if (s == NULL) {
322 *os << "NULL";
338 if (s == NULL) {
339 *os << "NULL";
/gem5/src/arch/x86/
H A Ddecoder.hh253 decodePages = NULL;
254 instMap = NULL;
/gem5/src/dev/net/
H A Detherlink.cc111 : objName(name), parent(p), number(num), txint(NULL), rxint(NULL),
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h56 time_ordered_list() : nill(new element()), empties(NULL),
84 empties->next=NULL;
/gem5/configs/common/
H A DCacheConfig.py153 if dcache.prefetcher != m5.params.NULL:
162 if icache.prefetcher != m5.params.NULL:
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc239 assert(check_ptr != NULL);
249 assert(check_ptr != NULL);
/gem5/src/cpu/simple/
H A Dtiming.hh68 * a retry, it's pointer is NULL. After each fragment has successfully
105 main_send_state->fragments[index] = NULL;
178 TickEvent(TimingSimpleCPU *_cpu) : pkt(NULL), cpu(_cpu) {}
/gem5/src/mem/ruby/system/
H A DSequencer.cc69 assert(m_instCache_ptr != NULL);
70 assert(m_dataCache_ptr != NULL);
184 // Create a default entry, mapping the address to NULL, the cast is
187 (SequencerRequest*) NULL);
622 assert(pkt != NULL);
653 assert(m_mandatory_q_ptr != NULL);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h170 // (or NULL is there's no match); when a match is found,
172 // performed (or NULL if the action is "do default"), and
673 // object (if any) in the current thread or NULL.
1186 // IncrementCallCount(). A return value of NULL means the default
1205 return NULL;
1476 // given arguments; returns NULL if no matching ON_CALL is found.
1488 return NULL;
1502 if (spec != NULL) {
1615 if (implicit_sequence != NULL) {
1638 if (spec == NULL) {
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp69 // P = pointer to process message is for, or NULL in which case the
403 m_error = NULL;
405 m_method_invoker_p = NULL;
468 // | stack if it is non-empty, or it will be the active process, or NULL
535 if ( thread_h->m_cor_p != NULL ) break;
1254 if ( thread_h->m_cor_p != NULL ) break;
1415 if ( method_h->next_runnable() != NULL )
1435 else if ( active_method_h != NULL )
1450 else if ( active_thread_h != NULL )
H A Dsc_event.cpp217 // | leaf_name = leaf name of the object or NULL.
272 m_parent_p(NULL),
296 m_parent_p(NULL),
307 register_event( NULL );
/gem5/src/dev/storage/
H A Dide_disk.cc70 : SimObject(p), ctrl(NULL), image(p->image), diskDelay(p->delay),
72 dmaReadCG(NULL),
74 dmaWriteCG(NULL),
437 dmaReadCG = NULL;
464 dmaReadCG = NULL;
522 dmaWriteCG = NULL;
551 dmaWriteCG = NULL;
/gem5/src/cpu/kvm/
H A Dbase.cc75 _kvmRun(NULL), mmioRing(NULL),
462 _kvmRun = NULL;
1237 if (sigaction(KVM_KICK_SIGNAL, &sa, NULL) == -1)
1241 if (pthread_sigmask(SIG_BLOCK, NULL, &sigset) == -1)
1254 if (pthread_sigmask(SIG_SETMASK, &sigset, NULL) == -1)
1274 discardedSignal = sigtimedwait(&sigset, NULL, &timeout);
/gem5/src/arch/sparc/
H A Dtlb.cc78 cacheEntry[0] = NULL;
79 cacheEntry[1] = NULL;
101 TlbEntry *new_entry = NULL;
218 return NULL;
475 cacheEntry[0] = NULL;
502 if (e == NULL || !e->valid) {
718 if (e == NULL || !e->valid) {
763 cacheEntry[1] = NULL;
764 cacheEntry[0] = NULL;
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc307 NULL);
503 &ThreadRoutine, &notifications_, NULL));
924 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
/gem5/src/sim/
H A Deventq.hh352 queue = NULL;
408 //! NULL. (Overridden in GlobalEvent::BarrierEvent.)
409 virtual BaseGlobalEvent *globalEvent() { return NULL; }
654 bool empty() const { return head == NULL; }
/gem5/src/mem/
H A Dpacket.cc258 // we allow the caller to pass NULL to signify the other packet
324 assert(sender_state != NULL);
332 assert(senderState != NULL);
335 sender_state->predecessor = NULL;
/gem5/src/base/
H A Dstatistics.cc161 : flags(none), precision(-1), prereq(0), storageParams(NULL)
512 Handler resetHandler = NULL;
513 Handler dumpHandler = NULL;
/gem5/ext/dsent/model/electrical/
H A DTestModel.cc53 return NULL;
/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.cc38 ASSERT((m_tech_model_ != NULL), "[Error] StdCellLib -> tech_model is NULL");
/gem5/ext/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); }
63 * @return @c this on success, NULL on failure.
73 * @return @c this on success, NULL on failure.
81 * @return @c this on success, NULL on failure.
131 * @return @c this on success, NULL on failure.
/gem5/src/cpu/
H A Dtimebuf.hh157 : data(NULL)
/gem5/src/arch/alpha/
H A Dinterrupts.hh70 Interrupts(Params * p) : SimObject(p), cpu(NULL)
/gem5/src/cpu/minor/
H A Dpipe_data.cc203 /* If packet is not NULL then the line must belong to the packet so
210 line = NULL;
H A Dfunc_unit.cc240 return NULL;

Completed in 34 milliseconds

<<11121314151617181920>>