Searched refs:NULL (Results 101 - 125 of 528) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object_manager.cpp72 // | to NULL.
101 sc_object* parent_p; // parent for this instance or NULL.
133 (it->second.m_event_p == NULL && it->second.m_object_p == NULL ) )
160 // | This method returns the sc_event with the supplied name, or a NULL if
165 // | Result is a pointer to the event or NULL if it does not exist.
172 return it == m_instance_table.end() ? NULL : it->second.m_event_p;
178 // | This method returns the sc_object with the supplied name, or a NULL if
183 // | Result is a pointer to the object or NULL if it does not exist.
190 return it == m_instance_table.end() ? NULL
[all...]
/gem5/src/cpu/checker/
H A Dcpu.cc69 : BaseCPU(p, true), systemPtr(NULL), icachePort(NULL), dcachePort(NULL),
70 tc(NULL), thread(NULL),
74 curStaticInst = NULL;
75 curMacroStaticInst = NULL;
110 workload.size() ? workload[0] : NULL,
116 thread->kernelStats = NULL;
118 assert(thread != NULL);
[all...]
/gem5/ext/dsent/
H A Dinterface.cc63 {NULL, NULL, 0, NULL}
73 if (m == NULL) return;
75 DSENTError = PyErr_NewException("dsent.error", NULL, NULL);
/gem5/src/arch/sparc/
H A Dsystem.cc58 if (reset == NULL)
63 if (openboot == NULL)
68 if (hypervisor == NULL)
73 if (nvram == NULL)
78 if (hypervisor_desc == NULL)
84 if (partition_desc == NULL)
/gem5/src/cpu/kvm/
H A Dperfevent.cc71 : fd(-1), ringBuffer(NULL), pageSize(-1)
78 : fd(-1), ringBuffer(NULL), pageSize(-1)
84 : fd(-1), ringBuffer(NULL), pageSize(-1)
105 ringBuffer = NULL;
198 assert(ringBuffer == NULL);
209 NULL, ringNumPages * 4096,
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc97 test_info_obj_("FooTest", "Bar", NULL, NULL,
98 CodeLocation(__FILE__, __LINE__), 0, NULL) {}
123 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
129 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
422 saved_tz_ = NULL;
438 saved_tz_ = NULL;
444 // being NULL
2438 ASSERT_STREQ(static_cast<const char *>(NULL), NULL); local
2465 ASSERT_STRCASEEQ(static_cast<const char *>(NULL), NULL); local
2488 ASSERT_STREQ(static_cast<const wchar_t *>(NULL), NULL); local
[all...]
H A Dgtest-death-test_ex_test.cc81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
/gem5/src/sim/
H A Dglobal_event.cc38 barrierEvent(numMainEventQueues, NULL)
46 if (barrierEvent[0] != NULL) {
118 // set backpointer to NULL so that global event knows not to
120 _globalEvent->barrierEvent[0] = NULL;
/gem5/src/sim/power/
H A Dpower_model.cc49 : SimObject(p), _temp(0), clocked_object(NULL)
55 clocked_object(NULL), power_model_type(p->pm_type)
57 panic_if(subsystem == NULL,
58 "Subsystem is NULL! This is not acceptable for a PowerModel!\n");
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DextensionPool.h29 next=NULL;
36 ExtensionPool(int size): used(NULL){
77 if (unused==NULL){
/gem5/src/mem/cache/
H A DCache.py100 prefetcher = Param.BasePrefetcher(NULL,"Prefetcher attached to cache")
108 compressor = Param.BaseCacheCompressor(NULL, "Cache compressor.")
145 write_allocator = Param.WriteAllocator(NULL, "Write allocator")
/gem5/ext/libelf/
H A Dgelf_fsize.c48 if (e == NULL) {
/gem5/src/base/
H A Dinifile.cc131 return (ei == table.end()) ? NULL : ei->second;
157 return (i == table.end()) ? NULL : i->second;
183 Section *section = NULL;
206 if (section == NULL)
221 if (section == NULL)
225 if (entry == NULL)
247 return findSection(sectionName) != NULL;
259 if (entry != NULL) {
316 if (section->findEntry("unref_section_ok") == NULL) {
/gem5/src/arch/power/
H A Dinterrupts.hh57 Interrupts(Params * p) : SimObject(p), cpu(NULL)
/gem5/src/systemc/tests/systemc/utils/sc_report/test04/
H A Dempty_msg_id.cpp34 static const char * null_msg = NULL;
/gem5/src/cpu/
H A Dinst_pb_trace.cc107 curMsg = NULL;
114 traceStream = NULL;
128 return NULL;
141 curMsg = NULL;
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc145 devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), NULL);
159 int status = getprocs64(&entry, sizeof(entry), NULL, 0, &pid, 1);
218 return handle_ != NULL && handle_ != INVALID_HANDLE_VALUE;
222 : event_(::CreateEvent(NULL, // Default security attributes.
225 NULL)) { // Anonymous event.
226 GTEST_CHECK_(event_.Get() != NULL);
255 critical_section_ = NULL;
333 NULL, // Default security.
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
341 if (thread_handle == NULL) {
[all...]
/gem5/src/dev/x86/
H A DI8042.py46 keyboard = Param.PS2Device(PS2Keyboard(vnc=NULL), "PS/2 keyboard device")
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c119 NULL
229 assert (old != NULL);
314 NULL
385 NULL
459 NULL
641 NULL
714 NULL
739 NULL
765 NULL
791 NULL
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp181 assert(v != NULL);
553 assert((unb > 0) && (und > 0) && (u != NULL));
554 assert(v != NULL);
635 assert((ulen > 0) && (u != NULL));
636 assert((vlen > 0) && (v != NULL));
637 assert(w != NULL);
679 assert((ulen > 0) && (ubegin != NULL));
680 assert((vlen > 0) && (v != NULL));
728 assert((ulen > 0) && (ubegin != NULL));
729 assert((vlen > 0) && (v != NULL));
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc200 sc_assert(v != NULL);
549 sc_assert((unb > 0) && (und > 0) && (u != NULL));
550 sc_assert(v != NULL);
625 sc_assert((ulen > 0) && (u != NULL));
626 sc_assert((vlen > 0) && (v != NULL));
627 sc_assert(w != NULL);
666 sc_assert((ulen > 0) && (ubegin != NULL));
667 sc_assert((vlen > 0) && (v != NULL));
712 sc_assert((ulen > 0) && (ubegin != NULL));
713 sc_assert((vlen > 0) && (v != NULL));
[all...]
/gem5/ext/dsent/libutil/
H A DLog.cc31 Log* Log::msSingleton = NULL;
50 msSingleton = NULL;
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingOptimizer.cc34 : ElectricalModel(instance_name_, tech_model_), m_model_(NULL)
53 if(getModel() == NULL)
/gem5/ext/mcpat/
H A Dmain.cc48 char* xml_file = NULL;
64 if (xml_file == NULL) {

Completed in 24 milliseconds

1234567891011>>