Searched refs:getId (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/drampower/src/
H A DParametrisable.cc58 while (p != parameters.end() && !(p->getId() == parameter.getId() &&
60 if (p->getId() == parameter.getId())
79 if ((p->getId() == id) && (index == count++)) {
100 if ((p->getId() == id) && (index == count++)) {
109 cerr << " " << p->getId() << ": " << p->getValue() << endl;
127 if ((p->getId() == id) && (index == count++)) {
H A DParameter.cc51 string Parameter::getId() const function in class:Parameter
116 "id=\"" << parameter.getId() << "\" " <<
H A DParameter.h50 std::string getId() const;
/gem5/src/sim/
H A Dport.hh109 PortID getId() const { return id; } function in class:Port
/gem5/src/mem/
H A Dsnoop_filter.hh117 localSlavePortIds[p->getId()] = id++;
327 assert(port.getId() != InvalidPortID);
330 ((SnoopMask)1) << localSlavePortIds[port.getId()];
H A Dcoherent_xbar.cc704 p->getId() != exclude_slave_port_id) {
939 p->getId() == exclude_slave_port_id)
1055 p->getId() != exclude_slave_port_id)
/gem5/src/mem/ruby/system/
H A DRubyPort.hh164 uint32_t getId() { return m_version; } function in class:RubyPort
/gem5/src/dev/x86/
H A Di8259.cc69 pinStates[input->getId()] = input->state();

Completed in 14 milliseconds