Searched hist:9754 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/kvm/
H A DBaseKvmCPU.py9754:91fbf7b7e933 Tue Jun 11 03:24:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Separate host frequency from simulated CPU frequency

We used to use the KVM CPU's clock to specify the host frequency. This
was not ideal for several reasons. One of them being that the clock
parameter of a CPU determines the frequency of some of the components
connected to the CPU. This changeset adds a separate hostFreq
parameter that should be used to specify the host frequency until we
add code to autodetect it. The hostFactor should still be used to
specify the conversion factor between the host performance and that of
the simulated system.
H A Dbase.hh9754:91fbf7b7e933 Tue Jun 11 03:24:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Separate host frequency from simulated CPU frequency

We used to use the KVM CPU's clock to specify the host frequency. This
was not ideal for several reasons. One of them being that the clock
parameter of a CPU determines the frequency of some of the components
connected to the CPU. This changeset adds a separate hostFreq
parameter that should be used to specify the host frequency until we
add code to autodetect it. The hostFactor should still be used to
specify the conversion factor between the host performance and that of
the simulated system.
H A Dbase.cc9754:91fbf7b7e933 Tue Jun 11 03:24:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Separate host frequency from simulated CPU frequency

We used to use the KVM CPU's clock to specify the host frequency. This
was not ideal for several reasons. One of them being that the clock
parameter of a CPU determines the frequency of some of the components
connected to the CPU. This changeset adds a separate hostFreq
parameter that should be used to specify the host frequency until we
add code to autodetect it. The hostFactor should still be used to
specify the conversion factor between the host performance and that of
the simulated system.
/gem5/src/arch/x86/isa/microops/
H A Dmediaop.isa6550:9754d16c242c Mon Aug 17 21:33:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the floating point media max microop.

Completed in 34 milliseconds