Searched refs:getValue (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/drampower/src/
H A DParameter.cc94 string Parameter::getValue() const function in class:Parameter
118 "value=\"" << parameter.getValue() << "\" />";
H A DParameter.h52 std::string getValue() const;
84 return getValue();
H A DParametrisable.cc109 cerr << " " << p->getId() << ": " << p->getValue() << endl;
/gem5/ext/pybind11/tests/
H A Dtest_docstring_options.cpp55 int getValue() const { return value; } function in struct:DocstringTestFoo
58 .def_property("value_prop", &DocstringTestFoo::getValue, &DocstringTestFoo::setValue, "This is a property docstring")
/gem5/ext/dsent/util/
H A DResult.h83 virtual double getValue() const;
111 double getValue() const;
H A DResult.cc107 double Result::getValue() const function in class:DSENT::Result
244 double AtomicResult::getValue() const function in class:DSENT::AtomicResult
/gem5/src/base/
H A Dinifile.cc71 IniFile::Entry::getValue() const function in class:IniFile::Entry
228 value = entry->getValue();
260 tokenize(unref_ok_entries, entry->getValue(), ' ');
339 << (*ei).second->getValue() << "\n";
H A Dinifile.hh77 const std::string &getValue() const;
/gem5/src/python/m5/
H A Dparams.py253 def getValue(self): member in class:VectorParamValue
254 return [ v.getValue() for v in self ]
457 def getValue(self): member in class:String
624 def getValue(self): member in class:CheckedInt
651 def getValue(self): member in class:Cycles
684 def getValue(self): member in class:Float
879 def getValue(self): member in class:AddrRange
903 def getValue(self): member in class:Bool
991 def getValue(self): member in class:EthernetAddr
1053 def getValue(sel member in class:IpAddress
1128 def getValue(self): member in class:IpNetmask
1202 def getValue(self): member in class:IpWithPort
1258 def getValue(self): member in class:Time
1497 def getValue(self): member in class:Enum
1539 def getValue(self): member in class:TickParamValue
1580 def getValue(self): member in class:Latency
1623 def getValue(self): member in class:Frequency
1667 def getValue(self): member in class:Clock
1727 def getValue(self): member in class:NetworkBandwidth
1763 def getValue(self): member in class:MemoryBandwidth
1832 def getValue(self): member in class:NullSimObject
[all...]
H A Dproxy.py99 multiplier = multiplier.getValue()
H A DSimObject.py1589 value = value.getValue()
1651 def getValue(self): member in class:SimObject
/gem5/src/arch/arm/
H A Dpmu.hh237 return isValidCounter(id) ? getCounter(id).getValue() : 0;
458 uint64_t getValue() const;
H A Dpmu.cc354 return cycleCounter.getValue();
357 return cycleCounter.getValue() & 0xFFFFFFFF;
547 PMU::CounterState::getValue() const function in class:ArmISA::PMU::CounterState
/gem5/configs/common/
H A DFileSystemConfig.py116 cacheline_size=system.cache_line_size.getValue())

Completed in 25 milliseconds