Searched refs:vector (Results 401 - 425 of 763) sorted by relevance

<<11121314151617181920>>

/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc71 PerfectSwitch::addInPort(const vector<MessageBuffer*>& in)
86 PerfectSwitch::addOutPort(const vector<MessageBuffer*>& out,
146 vector<LinkID> output_links;
147 vector<NetDest> output_link_destinations;
208 // another vector. This Set is the intersection of the
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved.cpp59 const std::vector<sc_dt::sc_logic>& values_ )
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp326 std::vector< sc_event* > const & events = get_child_events();
328 std::vector< sc_event* >::const_iterator
346 std::vector< sc_object* > const & children = get_child_objects();
348 std::vector< sc_object* >::const_iterator
H A Dsc_process.cpp48 std::vector<sc_event*> sc_process_handle::empty_event_vector;
49 std::vector<sc_object*> sc_process_handle::empty_object_vector;
139 for ( std::vector<sc_reset*>::size_type rst_i = 0; rst_i < m_resets.size(); rst_i++ )
482 const std::vector<sc_object*> children = get_child_objects();
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h254 std::vector<callback_binder_fw<TYPES>* >& binders=get_hierarch_bind()->get_binders();
319 std::vector<callback_binder_fw<TYPES>* >& get_binders(){return m_binders;}
320 //vector of connected sockets
321 std::vector<tlm::tlm_bw_transport_if<TYPES>*> m_sockets;
322 //vector of binders that convert untagged interface into tagged interface
323 std::vector<callback_binder_fw<TYPES>*> m_binders;
/gem5/src/arch/arm/linux/
H A Dsystem.hh49 #include <vector>
/gem5/src/arch/alpha/
H A Dkernel_stats.hh38 #include <vector>
/gem5/src/arch/x86/
H A Dsystem.hh44 #include <vector>
H A Dintmessage.hh45 Bitfield<15, 8> vector; member in namespace:X86ISA
/gem5/src/base/
H A Dpngwriter.cc161 std::vector<PixelType> rowPacked(width);
H A Dinifile.test.cc40 #include <vector>
H A Daddr_range.hh50 #include <vector>
87 std::vector<Addr> masks;
101 * If the user provides a non empty vector of masks then the
123 * @param _masks The input vector of masks
126 AddrRange(Addr _start, Addr _end, const std::vector<Addr> &_masks,
208 AddrRange(const std::vector<AddrRange>& ranges)
/gem5/src/systemc/ext/
H A Dsystemc.h58 #include <vector>
/gem5/src/systemc/tests/systemc/1666-2011-compliance/named_events/
H A Dnamed_events.cpp80 std::vector<sc_event*> vec = this->get_child_events();
88 vec = obj->get_child_events(); // Should return empty vector
124 std::vector<sc_event*> vec = handle.get_child_events();
140 std::vector<sc_object*> vec_o;
144 std::vector<sc_event*> vec_e;
/gem5/src/systemc/tests/systemc/utils/sc_vector/test02/
H A Dtest02.cpp117 std::vector<sc_object*> children = dut.get_child_objects();
/gem5/src/systemc/tests/systemc/utils/sc_vector/test06/
H A Dtest06.cpp46 const std::vector<sc_object*> & vec )
73 // vector of sub-modules
76 // vector of ports
/gem5/src/arch/riscv/insts/
H A Dstatic_inst.hh70 std::vector<StaticInstPtr> microops;
/gem5/src/dev/mips/
H A Dmalta_cchip.cc40 #include <vector>
/gem5/src/sim/power/
H A Dpower_model.hh180 std::vector<PowerModelState*> states_pm;
/gem5/src/arch/arm/
H A Dprocess.hh47 #include <vector>
/gem5/src/dev/net/
H A Detherbus.cc39 #include <vector>
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh25 #include <vector>
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_target_socket.h237 std::vector<callback_binder_fw<TYPES> *> &binders =
339 std::vector<callback_binder_fw<TYPES> *> &
345 std::vector<tlm::tlm_bw_transport_if<TYPES> *> m_sockets;
348 std::vector<callback_binder_fw<TYPES> *> m_binders;
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc81 typedef std::vector<std::string> name_table;
/gem5/src/arch/riscv/
H A Dprocess.cc42 #include <vector>
142 vector<AuxVector<IntType>> auxv;
169 vector<Addr> argPointers;
184 vector<Addr> envPointers;
228 // Push aux vector onto stack

Completed in 31 milliseconds

<<11121314151617181920>>