Searched refs:NULL (Results 151 - 175 of 528) sorted by relevance

1234567891011>>

/gem5/ext/dsent/model/optical/
H A DThrottledLaserSource.cc35 : OpticalModel(instance_name_, tech_model_), m_wavelength_(NULL)
43 if (m_wavelength_ != NULL) delete m_wavelength_;
129 if (m_wavelength_ != NULL) delete m_wavelength_;
/gem5/ext/libfdt/
H A Dfdt.c63 return NULL;
68 return NULL;
189 return NULL;
/gem5/src/cpu/minor/
H A Dpipe_data.hh212 line(NULL),
213 packet(NULL)
218 ~ForwardLineData() { line = NULL; }
H A Ddyn_inst.hh236 staticInst(NULL), id(id_), traceData(NULL),
242 extraCommitDelayExpr(NULL), minimumCommitCycle(Cycles(0))
/gem5/src/cpu/kvm/
H A Dtimer.cc88 sev.sigev_value.sival_ptr = NULL;
117 if (timer_settime(timer, 0, &ts, NULL) == -1)
129 if (timer_settime(timer, 0, &ts, NULL) == -1)
/gem5/src/mem/
H A Ddramsim2_wrapper.cc74 memory_size_mb, NULL, NULL)),
162 dramsim->RegisterCallbacks(read_callback, write_callback, NULL);
/gem5/src/base/
H A Dtime.cc52 ::gettimeofday(&tv, NULL);
148 clock_nanosleep(CLOCK_MONOTONIC, 0, &ts, NULL);
150 nanosleep(&ts, NULL);
H A Dstl_helpers.hh45 ptr = NULL;
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh138 const StaticInstPtr _macroStaticInst = NULL);
245 const StaticInstPtr macroStaticInst = NULL)
254 return NULL;
243 getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, ArmISA::PCState pc, const StaticInstPtr macroStaticInst = NULL) argument
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc242 // object (if any) in the current thread or NULL.
266 Expect(false, NULL, -1, msg);
271 : mock_obj_(NULL), name_("") {}
310 Assert(mock_obj_ != NULL, __FILE__, __LINE__,
327 Assert(name_ != NULL, __FILE__, __LINE__,
380 if (result != NULL)
391 const void* untyped_action = NULL;
399 const bool found = untyped_expectation != NULL;
409 untyped_action == NULL ?
424 untyped_action == NULL
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc195 if (testbridge_test_only != NULL) {
416 if (gtest_output_flag == NULL) return std::string("");
419 return (colon == NULL) ?
428 if (gtest_output_flag == NULL)
432 if (colon == NULL)
491 if (cur_pattern == NULL) {
512 if (dash == NULL) {
657 if (strstr(r.message(), substr.c_str()) == NULL) {
842 gettimeofday(&now, NULL);
856 // value using delete[]. Returns the wide string, or NULL i
[all...]
/gem5/src/cpu/simple/
H A Dtiming.cc81 dcachePort(this), ifetch_pkt(NULL), dcache_pkt(NULL), previousCycle(0),
275 dcache_pkt = NULL;
282 dcache_pkt = NULL;
284 return dcache_pkt == NULL;
372 traceData = NULL;
391 pkt1 = pkt2 = NULL;
455 NULL, mode);
465 new WholeTranslationState(req, new uint8_t[size], NULL, mode);
485 dcache_pkt = NULL;
[all...]
H A DBaseSimpleCPU.py54 branchPred = Param.BranchPredictor(NULL, "Branch Predictor")
/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.cc31 m_drop_port_ = NULL;
/gem5/src/arch/x86/bios/
H A DACPI.py81 rsdt = Param.X86ACPIRSDT(NULL, 'root system description table')
/gem5/src/arch/alpha/
H A Ddecoder.hh109 return NULL;
/gem5/src/arch/power/
H A Ddecoder.hh116 return NULL;
/gem5/ext/nomali/tests/
H A Dnomali_test_reset.c48 .usr = NULL,
/gem5/src/arch/mips/
H A Ddecoder.hh109 return NULL;
/gem5/src/sim/
H A Dmathexpr.cc79 return NULL;
90 if (par < 0) return NULL;
97 Node *l = NULL;
148 return NULL;
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh60 _reader(NULL), _writer(NULL)
66 _reader(NULL), _writer(NULL)
/gem5/src/arch/sparc/
H A Ddecoder.hh123 return NULL;
/gem5/src/dev/net/
H A Detherint.hh57 : Port(name, idx), portName(name), peer(NULL) {}
/gem5/src/mem/ruby/system/
H A DRubySystem.py46 phys_mem = Param.SimpleMemory(NULL, "")
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc163 use_count(0), m_txn(NULL), m_release_fn(NULL), m_carrier(NULL), next(NULL)

Completed in 37 milliseconds

1234567891011>>