Searched defs:frequency (Results 1 - 11 of 11) sorted by relevance

/gem5/src/dev/alpha/
H A Dtsunami_io.cc85 TsunamiIO::frequency() const function in class:TsunamiIO
H A DTsunami.py51 frequency = Param.Frequency('1024Hz', "frequency of interrupts") variable in class:TsunamiIO
/gem5/src/dev/mips/
H A Dmalta_io.cc79 MaltaIO::frequency() const function in class:MaltaIO
H A DMalta.py50 frequency = Param.Frequency('1024Hz', "frequency of interrupts") variable in class:MaltaIO
/gem5/src/dev/x86/
H A Dcmos.hh61 X86RTC(EventManager *em, const std::string &n, const struct tm time, bool bcd, Tick frequency, int int_pin_count) argument
/gem5/ext/dsent/
H A Dinterface.cc111 uint64_t frequency; local
179 uint64_t frequency = PyLong_AsLongLong(arg); local
/gem5/src/dev/
H A Dmc146818.cc94 MC146818(EventManager *em, const string &n, const struct tm time, bool bcd, Tick frequency) argument
/gem5/src/sim/
H A Dclocked_object.hh218 uint64_t frequency() const { return SimClock::Frequency / clockPeriod(); } function in class:Clocked
/gem5/src/gpu-compute/
H A Dshader.hh89 Tick frequency() const { return SimClock::Frequency / clock; } function in class:Shader
H A Dtlb_coalescer.hh150 Tick frequency() const { return SimClock::Frequency / clock; } function in class:TLBCoalescer
H A Dgpu_tlb.hh83 Tick frequency() const { return SimClock::Frequency / clock; } function in class:X86ISA::GpuTLB

Completed in 17 milliseconds