Searched refs:list (Results 151 - 175 of 238) sorted by relevance

12345678910

/gem5/src/sim/
H A Dstat_control.cc22 * notice, this list of conditions and the following disclaimer;
24 * notice, this list of conditions and the following disclaimer in the
53 #include <list>
H A Dfutex_map.hh8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
116 typedef std::list<WaiterState> WaiterList;
/gem5/ext/drampower/src/
H A DCommandAnalysis.h12 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
139 void getCommands(std::vector<MemCommand>& list,
/gem5/ext/sst/
H A DExtSlave.cc16 // notice, this list of conditions and the following disclaimer;
18 // notice, this list of conditions and the following disclaimer in the
85 initPackets = new std::list<MemEvent*>;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
38 // list. You must know which types you want to test with when writing
49 typedef std::list<T> List;
54 // Next, associate a list of types with the test case, which will be
55 // repeated for each type in the list. The typedef is necessary for
60 // If the type list contains only one type, you can write that type
143 // If the type list contains only one type, you can write that type
/gem5/tests/
H A Drun.py19 # notice, this list of conditions and the following disclaimer;
21 # notice, this list of conditions and the following disclaimer in the
241 # The CPU can either be a list of CPUs or a single object.
242 if isinstance(sys.cpu, list):
/gem5/configs/common/
H A DMemConfig.py16 # notice, this list of conditions and the following disclaimer;
18 # notice, this list of conditions and the following disclaimer in the
74 """Print a list of available memory classes."""
89 """Return a list of valid memory names."""
90 return list(_mem_classes.keys())
/gem5/configs/example/
H A Dread_config.py16 # notice, this list of conditions and the following disclaimer;
18 # notice, this list of conditions and the following disclaimer in the
163 """Convert any non list to a singleton list"""
164 if isinstance(v, list):
255 if isinstance(child_paths, list):
282 Returns a list of (PortConnection, PortConnection) with unordered
301 """Bind all ports from the given connection list. Note that the
302 connection list *must* list al
[all...]
/gem5/src/arch/sparc/
H A Dtlb.hh8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
84 std::list<TlbEntry*> freeList;
/gem5/src/base/loader/
H A Dobject_file.cc8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
41 #include <list>
/gem5/src/arch/x86/
H A Dpagetable_walker.hh17 * notice, this list of conditions and the following disclaimer;
19 * notice, this list of conditions and the following disclaimer in the
149 std::list<WalkerState *> currStates;
/gem5/src/mem/slicc/symbols/
H A DSymbolTable.py8 # notice, this list of conditions and the following disclaimer;
10 # notice, this list of conditions and the following disclaimer in the
146 machines = list(self.getAllType(StateMachine))
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp371 static scfx_rep_node* list = 0; member in namespace:sc_dt
382 if( ! list )
384 list = new scfx_rep_node[ALLOC_SIZE];
386 list[i].next = list + i + 1;
387 list[ALLOC_SIZE - 1].next = 0;
390 scfx_rep* ptr = reinterpret_cast<scfx_rep*>( list->data );
391 list = list->next;
406 node->next = list;
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc336 static scfx_rep_node *list = 0; member in namespace:sc_dt
346 if (!list) {
347 list = new scfx_rep_node[ALLOC_SIZE];
349 list[i].next = list + i + 1;
350 list[ALLOC_SIZE - 1].next = 0;
353 scfx_rep *ptr = reinterpret_cast<scfx_rep *>(list->data);
354 list = list->next;
368 node->next = list;
[all...]
/gem5/ext/mcpat/
H A Darray.cc11 * notice, this list of conditions and the following disclaimer;
13 * notice, this list of conditions and the following disclaimer in the
97 list<uca_org_t > candidate_solutions(0);
98 list<uca_org_t >::iterator candidate_iter, min_dynamic_energy_iter;
173 //Only solutions not saved in the list need to be
H A Dcachearray.cc10 * notice, this list of conditions and the following disclaimer;
12 * notice, this list of conditions and the following disclaimer in the
91 list<uca_org_t > candidate_solutions(0);
92 list<uca_org_t >::iterator candidate_iter, min_dynamic_energy_iter;
163 //Only solutions not saved in the list need to be
/gem5/src/gpu-compute/
H A Dhsail_code.hh11 * this list of conditions and the following disclaimer.
14 * this list of conditions and the following disclaimer in the documentation
40 #include <list>
243 std::list<StorageElement*> elements;
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
152 diagnoses: A list of pairs (regex, pattern for formatting the diagnosis
409 for m in (list(_FindAllMatches(gcc_regex, msg)) +
410 list(_FindAllMatches(clang_regex, msg))):
/gem5/src/mem/ruby/system/
H A DRubySystem.cc8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
35 #include <list>
153 list<pair<Event*, Tick> > original_events;
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc8 * notice, this list of conditions and the following disclaimer;
10 * notice, this list of conditions and the following disclaimer in the
306 MessageBuffer::reanalyzeList(list<MsgPtr> &lt, Tick schdTick)
460 for (std::list<MsgPtr>::iterator it = (map_iter->second).begin();
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py88 # May be a list lookup or a function evaluation
94 # A list evaluation
187 self.stat = list(self.prog) # Ordered list of all line numbers
361 def list(self): member in class:BasicInterpreter
362 stat = list(self.prog) # Ordered list of all line numbers
/gem5/src/mem/
H A Dpacket.hh21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
58 #include <list>
74 typedef std::list<PacketPtr> PacketList;
430 typedef std::list<LabelStackEntry> LabelStack;
/gem5/src/python/m5/
H A Dparams.py20 # notice, this list of conditions and the following disclaimer;
22 # notice, this list of conditions and the following disclaimer in the
238 # that the value is a vector (list) of the specified type instead of a
241 class VectorParamValue(list):
338 # list or tuple, it generates a single-element list.
340 if isinstance(value, (list, tuple)):
341 # list: coerce each element into new list
348 # singleton: coerce to a single-element list
[all...]
/gem5/src/arch/arm/
H A Dtable_walker.hh17 * notice, this list of conditions and the following disclaimer;
19 * notice, this list of conditions and the following disclaimer in the
44 #include <list>
820 std::list<WalkerState *> stateQueues[MAX_LOOKUP_LEVELS];
824 std::list<WalkerState *> pendingQueue;
/gem5/src/cpu/checker/
H A Dcpu.hh21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
47 #include <list>
663 std::list<DynInstPtr> instList;
664 typedef typename std::list<DynInstPtr>::iterator InstListIt;

Completed in 29 milliseconds

12345678910