Searched defs:id (Results 51 - 75 of 129) sorted by relevance

123456

/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh60 int id; member in class:SimpleCache::CPUSidePort
75 CPUSidePort(const std::string& name, int id, SimpleCache *owner) : argument
/gem5/src/dev/virtio/
H A Dvirtio_ring.h82 uint32_t id; member in struct:vring_used_elem
/gem5/src/cpu/
H A Dtimebuf.hh168 void id(int id) argument
173 int id() function in class:TimeBuffer
/gem5/ext/drampower/src/
H A DMemorySpecification.h230 std::string id; member in class:Data::MemorySpecification
/gem5/src/gpu-compute/
H A Dkernel_cfg.cc116 uint32_t id = basicBlocks.size(); local
[all...]
/gem5/src/mem/ruby/common/
H A DNetDest.cc113 int id = MachineType_base_number((MachineType)i) + j; local
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp289 sc_clock::report_error( const char* id, const char* add_msg ) const argument
H A Dsc_port.cpp225 sc_port_base::report_error( const char* id, const char* add_msg ) const argument
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp198 void sc_report::register_id( int id, const char* msg ) argument
[all...]
H A Dsc_report_handler.h53 int id; // backward compatibility with 2.0+ member in struct:sc_core::sc_msg_def
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_initiator_socket.h223 void set_transport_user_id(int id) { m_transport_user_id = id; } argument
224 void set_invalidate_dmi_user_id(int id) { m_invalidate_direct_mem_user_id = id; } argument
182 register_nb_transport_bw(MODULE* mod, sync_enum_type (MODULE::*cb)(int, transaction_type&, phase_type&, sc_core::sc_time&), int id) argument
193 register_invalidate_direct_mem_ptr(MODULE* mod, void (MODULE::*cb)(int, sc_dt::uint64, sc_dt::uint64), int id) argument
H A Dmulti_socket_bases.h159 callback_binder_fw(int id): m_id(id), m_nb_f(0), m_b_f(0), m_dbg_f(0), m_dmi_f(0), m_caller_port(0) { argument
262 callback_binder_bw(int id): m_id(id), m_nb_f(0), m_dmi_f(0) { argument
/gem5/ext/sst/
H A Dgem5.cc73 gem5Component::gem5Component(ComponentId_t id, Params &params) : argument
/gem5/src/arch/x86/
H A Dintmessage.hh80 prepIntRequest(const uint8_t id, Addr offset, Addr size) argument
94 buildIntRequest(const uint8_t id, T payload, Addr offset, Addr size) argument
102 buildIntRequest(const uint8_t id, TriggerIntMessage payload) argument
/gem5/src/mem/
H A Dsnoop_filter.hh112 PortID id = 0; local
/gem5/src/cpu/minor/
H A Ddyn_inst.cc63 operator <<(std::ostream &os, const InstId &id) argument
110 os << "F;" << id; local
112 os << "TF;" << id; local
114 os << id; local
[all...]
H A Dpipe_data.hh197 InstId id; member in class:Minor::ForwardLineData
/gem5/src/mem/ruby/network/
H A DNetwork.hh181 NodeID id; member in struct:Network::AddrMapNode
/gem5/src/dev/x86/
H A Di82094aa.hh72 uint8_t id; member in class:X86ISA::I82094AA
/gem5/ext/mcpat/
H A Dbasic_components.cc246 void McPATComponent::warnMissingComponentType(XMLCSTR id) { argument
258 void McPATComponent::warnMissingParamName(XMLCSTR id) { argument
270 void McPATComponent::warnMissingStatName(XMLCSTR id) { argument
[all...]
/gem5/src/arch/x86/bios/
H A Dintelmp.hh205 uint8_t id; member in class:X86ISA::IntelMP::IOAPIC
H A DIntelMP.py129 id = Param.UInt8(0, 'id of this APIC') variable in class:X86IntelMPIOAPIC
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp190 print_dec( scfx_string& s, scfx_ieee_double id, int w_prefix, sc_fmt fmt ) argument
314 print_other( scfx_string& s, const scfx_ieee_double& id, sc_numrep numrep, argument
482 to_string( const scfx_ieee_double& id, sc_numrep numrep, int w_prefix, argument
[all...]
H A Dscfx_ieee.h403 scfx_ieee_double id; local
H A Dscfx_rep.cpp785 scfx_ieee_double id; local
[all...]

Completed in 38 milliseconds

123456