Searched refs:NULL (Results 176 - 200 of 528) sorted by relevance

1234567891011>>

/gem5/src/cpu/pred/
H A D2bit_local.hh57 * should be NULL using this predictor because it does not have any branch
98 { assert(bp_history == NULL); }
/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.hh103 const StaticInstPtr macroStaticInst = NULL);
/gem5/src/dev/arm/
H A Dsmmu_v3_cmdexec.cc50 a.pkt = NULL;
/gem5/ext/nomali/tests/
H A Dnomali_test_ints.c45 .usr = NULL,
46 .func.interrupt = NULL,
/gem5/src/mem/ruby/structures/
H A DWireBuffer.cc82 if (m_consumer_ptr != NULL) {
103 assert(msg_ptr != NULL);
H A DDirectoryMemory.cc73 m_entries[i] = NULL;
80 if (m_entries[i] != NULL) {
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc125 return NULL;
128 assert(check != NULL);
/gem5/src/sim/
H A Dinit_signals.cc83 return sigaltstack(&stack, NULL) == 0;
97 if (sigaction(signal, &sa, NULL) == -1)
H A Droot.cc42 Root *Root::_root = NULL;
114 assert(_root == NULL);
H A Deventq.cc60 __thread EventQueue *_curEventQueue = NULL;
105 event->nextInBin = NULL;
174 if (head == NULL)
240 return NULL;
417 : objName(n), head(NULL), _curTick(0)
/gem5/src/mem/ruby/system/
H A DWeightedLRUPolicy.cc58 if (m_last_occ_ptr != NULL){
60 if (m_last_occ_ptr[i] != NULL){
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h65 file_name_(a_file_name == NULL ? "" : a_file_name),
75 // NULL if it's unknown.
77 return file_name_.empty() ? NULL : file_name_.c_str();
/gem5/src/cpu/
H A Dthread_state.hh120 virtProxy = NULL;
121 initMemProxies(NULL);
/gem5/src/mem/
H A Dfs_translating_port_proxy.cc65 : PortProxy(func, cacheLineSize), _tc(NULL)
71 : PortProxy(port, cacheLineSize), _tc(NULL)
/gem5/util/term/
H A Dterm.c68 host = NULL;
69 port = NULL;
70 endp = NULL;
131 } while ((res0 = res0->ai_next) != NULL);
165 n = select(max_fd, &read_fds, NULL, NULL, &timeout);
/gem5/src/arch/arm/
H A Dtable_walker.cc61 stage2Mmu(NULL), port(NULL), masterId(Request::invldMasterId),
62 isStage2(p->is_stage2), tlb(NULL),
63 currState(NULL), pending(false),
184 currState = NULL;
199 WalkerState *savedCurrState = NULL;
346 currState = NULL;
443 currState = NULL;
450 currState = NULL;
526 currState = NULL;
[all...]
/gem5/ext/dsent/model/electrical/
H A DDFFRAM.cc65 return NULL;
115 vector<StdCell*> dffs(number_entries, NULL);
145 vector<StdCell*> nand2cg1s(number_entries, NULL);
147 vector<StdCell*> invcg1s(number_entries, NULL);
301 vector<ElectricalModel*> nand2cg1s(number_entries, NULL);
302 vector<ElectricalModel*> invcg1s(number_entries, NULL);
316 vector<ElectricalModel*> dffs(number_entries, NULL);
/gem5/ext/mcpat/
H A Dcore.cc56 : McPATComponent(_xml_data), icache(NULL), IB(NULL), BTB(NULL),
57 BPT(NULL), ID_inst(NULL), ID_operand(NULL), ID_misc(NULL),
68 icache = NULL;
286 : McPATComponent(_xml_data), globalBPT(NULL), localBPT(NULL),
[all...]
/gem5/src/base/
H A Dcp_annotate.hh84 static CPA *cpa() { return NULL; }
107 std::string q, uint64_t qid, System *q_sys = NULL,
110 std::string q, uint64_t qid, System *q_sys = NULL,
113 std::string q, uint64_t qid, System *q_sys = NULL,
116 std::string q, uint64_t qid, System *q_sys = NULL,
119 std::string q, uint64_t qid, System *q_sys = NULL,
122 std::string q, uint64_t qid, System *q_sys = NULL,
446 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
461 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
475 std::string q, uint64_t qid, System *q_sys = NULL, int32_
106 hwQ(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
109 hwDq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
112 hwPq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
115 hwRq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
118 hwWf(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
121 hwWe(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument
[all...]
/gem5/src/arch/x86/
H A Dpagetable_walker.cc221 currState = NULL;
242 PacketPtr write = NULL;
244 assert(fault == NoFault || read == NULL);
268 PacketPtr write = NULL;
270 assert(fault == NoFault || read == NULL);
285 write = NULL;
534 write = NULL;
546 read = NULL;
620 PacketPtr write = NULL;
624 assert(timingFault == NoFault || read == NULL);
[all...]
/gem5/src/dev/virtio/
H A Dbase.cc98 } while ((desc = desc->next()) != NULL && desc != this);
130 } while ((desc = desc->next()) != NULL);
139 return NULL;
182 } while ((desc = desc->next()) != NULL && desc->isIncoming() && size > 0);
205 } while ((desc = desc->next()) != NULL && size > 0);
220 } while ((desc = desc->next()) != NULL);
278 return NULL;
320 while ((d = consumeDescriptor()) != NULL)
331 transKick(NULL)
/gem5/src/sim/power/
H A Dthermal_model.cc55 : SimObject(p), _temperature(p->temperature), node(NULL)
88 : SimObject(p), _resistance(p->resistance), node1(NULL), node2(NULL)
141 : SimObject(p), _capacitance(p->capacitance), node1(NULL), node2(NULL)
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc382 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
388 ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, NULL));
397 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
478 ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, NULL, NULL));
905 // NULL.
996 // Sets test to NULL (if create_ is false) or to the address of a new
1008 *test = NULL;
1028 replacer_ = NULL;
1030 factory_ = NULL;
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_port.hh153 return NULL;
162 return NULL;
171 return NULL;
178 return NULL;
224 return NULL;
/gem5/src/dev/net/
H A DEthernet.py66 dump = Param.EtherDump(NULL, "dump object")
75 dump = Param.EtherDump(NULL, "dump object")
90 dump = Param.EtherDump(NULL, "dump object")
96 dump = Param.EtherDump(NULL, "dump object")
110 dump = Param.EtherDump(NULL, "dump object")

Completed in 41 milliseconds

1234567891011>>