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

/gem5/src/arch/alpha/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/power/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/mips/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/sparc/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/arm/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/x86/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/cpu/
H A Dsimple_thread.cc9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.

Completed in 60 milliseconds