Searched hist:5741 (Results 1 - 7 of 7) sorted by relevance

/gem5/util/m5/
H A Dm5op_alpha.S5741:323dac95e72c Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> pseudo inst: Add rpns (read processor nanoseconds) instruction.
This instruction basically returns the number of nanoseconds that the CPU
has been running.
/gem5/src/sim/
H A Dpseudo_inst.hh5741:323dac95e72c Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> pseudo inst: Add rpns (read processor nanoseconds) instruction.
This instruction basically returns the number of nanoseconds that the CPU
has been running.
H A Dpseudo_inst.cc5741:323dac95e72c Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> pseudo inst: Add rpns (read processor nanoseconds) instruction.
This instruction basically returns the number of nanoseconds that the CPU
has been running.
/gem5/src/arch/alpha/isa/
H A Ddecoder.isa5741:323dac95e72c Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> pseudo inst: Add rpns (read processor nanoseconds) instruction.
This instruction basically returns the number of nanoseconds that the CPU
has been running.
/gem5/src/cpu/
H A DBaseCPU.py12277:e6455b421c4b Thu Oct 19 13:45:00 EDT 2017 Jose Marinho <jose.marinho@arm.com> cpu: Make automatic transition to OFF optional

Add the power_gating_on_idle option to control whether a core
automatically enters the power gated state. The default behaviour is
to transition to clock gated when idle, but not to power gated. When
this option is set to true, the core automatically transitions to the
power gated state after a configurable latency.

Change-Id: Ida98c7fc532de4140d0e511c25613769b47b3702
Reviewed-on: https://gem5-review.googlesource.com/5741
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
H A Dbase.cc12277:e6455b421c4b Thu Oct 19 13:45:00 EDT 2017 Jose Marinho <jose.marinho@arm.com> cpu: Make automatic transition to OFF optional

Add the power_gating_on_idle option to control whether a core
automatically enters the power gated state. The default behaviour is
to transition to clock gated when idle, but not to power gated. When
this option is set to true, the core automatically transitions to the
power gated state after a configurable latency.

Change-Id: Ida98c7fc532de4140d0e511c25613769b47b3702
Reviewed-on: https://gem5-review.googlesource.com/5741
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
H A Dbase.hh12277:e6455b421c4b Thu Oct 19 13:45:00 EDT 2017 Jose Marinho <jose.marinho@arm.com> cpu: Make automatic transition to OFF optional

Add the power_gating_on_idle option to control whether a core
automatically enters the power gated state. The default behaviour is
to transition to clock gated when idle, but not to power gated. When
this option is set to true, the core automatically transitions to the
power gated state after a configurable latency.

Change-Id: Ida98c7fc532de4140d0e511c25613769b47b3702
Reviewed-on: https://gem5-review.googlesource.com/5741
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

Completed in 142 milliseconds