Searched refs:vector (Results 101 - 125 of 763) sorted by relevance

1234567891011>>

/gem5/ext/drampower/src/
H A DCmdScheduler.h42 #include <vector>
67 std::vector<trans> transTrace; // to store the transactions.
101 std::vector<commandItem> ACT;
103 std::vector<commandItem> PRE;
105 std::vector<std::vector<commandItem> > RDWR;
107 std::vector<commandItem> cmdScheduling;
108 std::vector<commandItem> cmdList;
H A DMemBankWiseParams.h41 #include <vector>
60 std::vector<unsigned> activeBanks;
/gem5/util/tlm/examples/common/
H A Dcli_parser.hh40 #include <vector>
53 std::vector<std::string> debugFlags;
/gem5/src/arch/arm/linux/
H A Dprocess.hh46 #include <vector>
64 std::vector<SyscallTable> syscallTables;
/gem5/src/arch/arm/freebsd/
H A Dprocess.hh36 #include <vector>
54 std::vector<SyscallTable> syscallTables;
/gem5/src/gpu-compute/
H A Dfetch_stage.hh41 #include <vector>
75 std::vector<FetchUnit> fetchUnit;
H A Dof_scheduling_policy.hh40 #include <vector>
54 __chooseWave(std::vector<Wavefront*> *sched_list)
H A Dscheduler.cc61 Scheduler::bindList(std::vector<Wavefront*> *sched_list)
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.hh39 #include <vector>
162 std::vector<ReplaceableEntry*> getPossibleEntries(const Addr addr) const
/gem5/src/sim/power/
H A Dthermal_model.hh43 #include <vector>
172 std::vector <ThermalDomain *> domains;
173 std::vector <ThermalReference *> references;
174 std::vector <ThermalCapacitor *> capacitors;
175 std::vector <ThermalResistor *> resistors;
177 std::vector <ThermalEntity *> entities;
180 std::vector <ThermalNode*> nodes;
181 std::vector <ThermalNode*> eq_nodes;
/gem5/tests/test-progs/pthread/src/
H A Dtest_std_mutex.cpp42 #include <vector>
57 std::vector< std::thread > threads;
/gem5/src/cpu/
H A Dutils.hh88 isAnyActiveElement(const std::vector<bool>::const_iterator& it_start,
89 const std::vector<bool>::const_iterator& it_end)
H A Dfunc_unit.hh37 #include <vector>
66 std::vector<OpDesc *> opDescList;
73 typedef std::vector<OpDesc *>::const_iterator OPDDiterator;
74 typedef std::vector<FUDesc *>::const_iterator FUDDiterator;
H A Dintr_control.hh35 #include <vector>
/gem5/src/base/stats/
H A Dinfo.hh162 std::vector<std::string> subnames;
163 std::vector<std::string> subdescs;
205 std::vector<DistData> data;
208 std::vector<std::string> subnames;
209 std::vector<std::string> subdescs;
224 std::vector<std::string> subnames;
225 std::vector<std::string> subdescs;
226 std::vector<std::string> y_subnames;
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh43 #include <vector>
172 std::vector<unsigned int> localHistories;
291 const std::vector<std::vector<int>> &blurrypath_bits,
293 const std::vector<std::vector<std::vector<bool>>> &acyclic_bits,
294 const std::vector<int> &modhist_indices,
295 const std::vector<int> &modhist_lengths,
296 const std::vector<in
[all...]
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingNode.h54 vector<ElectricalTimingNode*>* getUpstreamNodes() const;
56 vector<ElectricalTimingNode*>* getDownstreamNodes() const;
109 vector<ElectricalTimingNode*>* m_upstream_nodes_;
111 vector<ElectricalTimingNode*>* m_downstream_nodes_;
/gem5/util/cxx_config/
H A Dstats.cc78 Stats::VectorInfo *vector = dynamic_cast<Stats::VectorInfo *>(stat); local
83 } else if (vector) {
84 Stats::VResult results = vector->value();
93 << vector->total() << '\n';
/gem5/src/cpu/minor/
H A Ddecode.hh74 std::vector<InputBuffer<ForwardInstData>> &nextStageReserve;
85 std::vector<InputBuffer<ForwardInstData>> inputBuffer;
127 std::vector<DecodeThreadInfo> decodeInfo;
146 std::vector<InputBuffer<ForwardInstData>> &next_stage_input_buffer);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn_options.cpp83 std::vector<sc_spawn_reset_base*>::size_type resets_n = m_resets.size();
84 for ( std::vector<sc_spawn_reset_base*>::size_type reset_i = 0; reset_i < resets_n; reset_i++ )
116 std::vector<sc_spawn_reset_base*>::size_type resets_n; // number of reset specifications to process.
118 for ( std::vector<sc_spawn_reset_base*>::size_type reset_i = 0; reset_i < resets_n; reset_i++ )
/gem5/src/base/
H A Dframebuffer.hh47 #include <vector>
64 * corner. The backing store is a linear vector of Pixels ordered left
130 void copyIn(const std::vector<uint8_t> &fb, const PixelConverter &conv) {
149 void copyOut(std::vector<uint8_t> &fb, const PixelConverter &conv) const {
194 std::vector<Pixel> pixels;
/gem5/src/systemc/ext/core/
H A Dsc_attr.hh34 #include <vector>
80 typedef std::vector<elem_type>::iterator iterator;
81 typedef std::vector<elem_type>::const_iterator const_iterator;
112 std::vector<sc_attr_base *> cltn;
/gem5/src/cpu/testers/traffic_gen/
H A Dstream_gen.cc59 RandomStreamGen::randomPick(const std::vector<uint32_t> &svec)
61 // Pick a random entry in the vector of IDs
/gem5/src/dev/ps2/
H A Dkeyboard.hh68 bool recv(const std::vector<uint8_t> &data) override;
/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh144 std::vector<Entry> entries;
187 * @result vector of candidates matching with the provided key
189 std::vector<Entry *> getPossibleEntries(const Addr addr) const;
200 using const_iterator = typename std::vector<Entry>::const_iterator;
201 using iterator = typename std::vector<Entry>::iterator;

Completed in 25 milliseconds

1234567891011>>