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

/gem5/src/arch/mips/
H A Dutility.ccdiff 10095:e8001be2e86e Sun Mar 02 00:35:00 EST 2014 Christopher Torng <clt67@cornell.edu> cpu: Enable fast-forwarding for MIPS InOrderCPU and O3CPU
A copyRegs() function is added to MIPS utilities
to copy architectural state from the old CPU to
the new CPU during fast-forwarding. This
addition alone enables fast-forwarding for the
o3 cpu model running MIPS.

The patch also adds takeOverFrom() and
drainResume() functions to the InOrderCPU to
enable it to take over from another CPU. This
change enables fast-forwarding for the inorder
cpu model running MIPS, but not for Alpha.

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

Completed in 6 milliseconds