Searched refs:NULL (Results 201 - 225 of 528) sorted by relevance

1234567891011>>

/gem5/src/mem/ruby/system/
H A DDMASequencer.cc105 if (write && (data != NULL)) {
106 if (active_request.data != NULL) {
113 assert(m_mandatory_q_ptr != NULL);
163 assert(m_mandatory_q_ptr != NULL);
185 if (active_request.data != NULL) {
/gem5/src/base/
H A Dpollevent.cc62 : queue(NULL), enabled(true)
114 : poll_fds(NULL), max_size(0), num_fds(0)
150 event->queue = NULL;
/gem5/ext/sst/
H A DExtSlave.cc58 comp(g5c), out(out), simPhase(CONSTRUCTION), initPackets(NULL),
76 initPackets = NULL;
84 if (initPackets == NULL) {
/gem5/src/arch/arm/
H A Dstage2_lookup.cc63 if ((fault != NoFault) || (stage2Te != NULL)) {
86 assert(stage2Te != NULL);
184 if ((fault == NoFault) && (stage2Te == NULL)) {
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc214 config_file(NULL),
215 root_manager(NULL)
282 GlobalSimLoopExitEvent *exit_event = NULL;
H A Dsc_module.cc265 exitEvent = NULL;
286 assert(global_event != NULL);
290 assert(global_exit_event != NULL);
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc46 coroutine(NULL),
59 smmu.runProcess(this, NULL);
206 assert(coroutine != NULL);
/gem5/src/mem/
H A Dexternal_slave.cc60 * NULL when no packet is in flight */
71 responsePacket(NULL), mustRetry(false)
126 responsePacket = NULL;
185 externalPort(NULL),
/gem5/src/arch/x86/
H A Dpagetable_walker.hh208 funcState(this, NULL, NULL, true), tlb(NULL), sys(params->system),
/gem5/src/mem/ruby/structures/
H A DPrefetcher.cc148 if (pfEntry != NULL) {
194 int stride = 0; // NULL value
211 issueNextPrefetch(address, NULL);
219 issueNextPrefetch(address, NULL);
226 if (stream == NULL) {
232 if (stream == NULL) {
343 return NULL;
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc80 return NULL;
141 if (str != NULL) {
149 ASSERT_TRUE(test_case != NULL);
185 tests = NULL;
189 ASSERT_TRUE(test_case != NULL);
212 ASSERT_TRUE(test_case != NULL);
H A Dgtest-message_test.cc87 // Tests streaming a NULL non-char pointer.
89 int* p = NULL;
98 // Tests streaming a NULL C string.
100 char* p = NULL;
H A Dgtest-port_test.cc277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));
296 FormatCompilerIndependentFileLocation(NULL, 42));
304 EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(NULL, -1));
312 return NULL;
719 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(NULL)),
720 "NULL is not a valid simple regular expression");
846 EXPECT_FALSE(MatchRegexAnywhere("", NULL));
886 const RE normal(NULL);
[all...]
/gem5/ext/dsent/model/
H A DModel.cc98 m_parameters_ = NULL;
101 m_properties_ = NULL;
105 m_generated_properties_ = NULL;
109 m_sub_instances_ = NULL;
113 m_event_map_ = NULL;
115 m_area_map_ = NULL;
117 m_ndd_power_map_ = NULL;
495 return NULL;
/gem5/util/ccdrv/
H A Ddevtime.c51 static char *dataAddr = NULL;
97 addr = simple_strtoull(dataAddr, NULL, 0);
/gem5/src/sim/
H A Dcxx_config.hh116 virtual CxxConfigParams *makeParamsObject() const { return NULL; }
179 virtual SimObject *simObjectCreate() { return NULL; }
195 * For NULL SimObjects, it expects "Null" */
/gem5/util/tap/
H A Dtap.cc227 PCap(char *device, char *filter = NULL);
238 if (pcap == NULL)
322 char *device = NULL;
323 char *filter = NULL;
324 Ethernet *tap = NULL;
425 pollfd *listen_pfd = listening ? &pfds[0] : NULL;
427 pollfd *client_pfd = listening ? NULL : &pfds[0];
510 client_pfd = NULL;
/gem5/src/cpu/
H A Dtranslation.hh84 sreqLow(NULL), sreqHigh(NULL), data(_data), res(_res), mode(_mode)
H A Dprofile.hh87 return NULL;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h81 // can stream a NULL char pointer to it in the former, but not in the
83 // class hides this difference by treating a NULL char pointer as
143 // The reason for this overload is that streaming a NULL pointer to
146 // ensure consistent result across compilers, we always treat NULL
150 if (pointer == NULL) {
207 if (pointer == NULL) {
238 // Converts a streamable value to an std::string. A NULL pointer is
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc268 if (flag != NULL) {
348 if (info == NULL) {
702 if (flag != NULL) {
712 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
725 NULL)); // The even is unnamed.
726 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
743 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
769 NULL, // Retuned process handle is not inheritable.
770 NULL, // Retuned thread handle is not inheritable.
773 NULL, // Inheri
[all...]
/gem5/src/mem/cache/prefetch/
H A Dsbooe.cc42 bestSandbox(NULL),
86 if (bestSandbox == NULL || sb.score() > bestSandbox->score()) {
/gem5/src/arch/alpha/
H A Dsystem.cc60 if (console == NULL)
65 if (pal == NULL)
/gem5/ext/libelf/
H A Delf_update.c242 prevt = NULL;
341 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
541 if ((d = elf_rawdata(s, NULL)) == NULL)
551 assert(d->d_buf != NULL);
580 assert(d->d_buf != NULL);
593 NULL)
637 if ((newfile = malloc((size_t) newsize)) == NULL) {
645 assert(ehdr != NULL);
680 NULL)
[all...]
/gem5/src/cpu/o3/
H A Dfetch_impl.hh93 retryPkt(NULL),
135 fetchBuffer[i] = NULL;
339 macroop[tid] = NULL;
341 memReq[tid] = NULL;
367 macroop[tid] = NULL;
370 memReq[tid] = NULL;
426 // Reset the mem req to NULL.
428 memReq[tid] = NULL;
446 assert(retryPkt == NULL);
683 memReq[tid] = NULL;
[all...]

Completed in 43 milliseconds

1234567891011>>