Searched hist:963 (Results 1 - 5 of 5) sorted by relevance

/gem5/util/ccdrv/
H A DMakefile963:9b3ac57fa611 Mon Jul 05 15:49:00 EDT 2004 Ali Saidi <saidi@eecs.umich.edu> Added code to read any location in memory a repetative number of and
average the results.

It works on alpha but I haven't got it working on x86 I think for
lack of knowing a good address to read.
H A Dreadme.txt963:9b3ac57fa611 Mon Jul 05 15:49:00 EDT 2004 Ali Saidi <saidi@eecs.umich.edu> Added code to read any location in memory a repetative number of and
average the results.

It works on alpha but I haven't got it working on x86 I think for
lack of knowing a good address to read.
H A Ddevtime.c963:9b3ac57fa611 Mon Jul 05 15:49:00 EDT 2004 Ali Saidi <saidi@eecs.umich.edu> Added code to read any location in memory a repetative number of and
average the results.

It works on alpha but I haven't got it working on x86 I think for
lack of knowing a good address to read.
/gem5/src/arch/x86/isa/
H A Dspecialize.isadiff 4582:963ea0dcf174 Mon Jun 18 10:15:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Get rid of unnecessary output.
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hhdiff 11243:f876d08c7b21 Fri Dec 04 18:54:00 EST 2015 Pau Cabre <pau.cabre@metempsy.com> cpu: fix unitialized variable which may cause assertion failure

The assert in lsq_unit_impl.hh line 963 needs pktPending to be initialized to
NULL (I got the assertion failure several times without the fix).

Committed by: Nilay Vaish <nilay@cs.wisc.edu>

Completed in 48 milliseconds