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

/gem5/src/cpu/
H A Dthread_state.cc6031:be16ad28822f Wed Apr 15 16:18:00 EDT 2009 Steve Reinhardt <steve.reinhardt@amd.com> ThreadState: initialize status to Halted in constructor.
This provides a common initial status for all threads independent
of CPU model (unlike the prior situation where CPUs initialized
threads to inconsistent states).
This mostly matters for SE mode; in FS mode, ISA-specific startupCPU()
methods generally handle boot-time initialization of thread contexts
(since the right thing to do is ISA-dependent).
H A Dthread_state.hh6031:be16ad28822f Wed Apr 15 16:18:00 EDT 2009 Steve Reinhardt <steve.reinhardt@amd.com> ThreadState: initialize status to Halted in constructor.
This provides a common initial status for all threads independent
of CPU model (unlike the prior situation where CPUs initialized
threads to inconsistent states).
This mostly matters for SE mode; in FS mode, ISA-specific startupCPU()
methods generally handle boot-time initialization of thread contexts
(since the right thing to do is ISA-dependent).
/gem5/src/cpu/checker/
H A Dcpu.cc6031:be16ad28822f Wed Apr 15 16:18:00 EDT 2009 Steve Reinhardt <steve.reinhardt@amd.com> ThreadState: initialize status to Halted in constructor.
This provides a common initial status for all threads independent
of CPU model (unlike the prior situation where CPUs initialized
threads to inconsistent states).
This mostly matters for SE mode; in FS mode, ISA-specific startupCPU()
methods generally handle boot-time initialization of thread contexts
(since the right thing to do is ISA-dependent).
/gem5/src/cpu/o3/
H A Dcpu.cc6031:be16ad28822f Wed Apr 15 16:18:00 EDT 2009 Steve Reinhardt <steve.reinhardt@amd.com> ThreadState: initialize status to Halted in constructor.
This provides a common initial status for all threads independent
of CPU model (unlike the prior situation where CPUs initialized
threads to inconsistent states).
This mostly matters for SE mode; in FS mode, ISA-specific startupCPU()
methods generally handle boot-time initialization of thread contexts
(since the right thing to do is ISA-dependent).

Completed in 100 milliseconds