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

/gem5/src/arch/arm/
H A Dinterrupts.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
/gem5/src/cpu/o3/
H A Dcommit.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
H A Diew_impl.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
H A Dfetch.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
H A Dcommit_impl.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
H A Dfetch_impl.hhdiff 7847:0c6613ad8f18 Tue Jan 18 17:30:00 EST 2011 Min Kyu Jeong <minkyu.jeong@arm.com> O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.

When this condition occurs the cpu should restart the fetch stage to fetch from
the original execution path. Fault handling in the commit stage is cleaned up a
little bit so the control flow is simplier. Finally, if an instruction is being
used to carry a fault it isn't executed, so the fault propagates appropriately.
/gem5/src/cpu/simple/
H A Dbase.hhdiff 5348:7847a4bf9641 Thu Feb 14 16:14:00 EST 2008 Ali Saidi <saidi@eecs.umich.edu> CPU: move the PC Events code to a place where the code won't be executed multiple times if an instruction faults.
H A Dbase.ccdiff 5348:7847a4bf9641 Thu Feb 14 16:14:00 EST 2008 Ali Saidi <saidi@eecs.umich.edu> CPU: move the PC Events code to a place where the code won't be executed multiple times if an instruction faults.
H A Dtiming.ccdiff 5348:7847a4bf9641 Thu Feb 14 16:14:00 EST 2008 Ali Saidi <saidi@eecs.umich.edu> CPU: move the PC Events code to a place where the code won't be executed multiple times if an instruction faults.
H A Datomic.ccdiff 5348:7847a4bf9641 Thu Feb 14 16:14:00 EST 2008 Ali Saidi <saidi@eecs.umich.edu> CPU: move the PC Events code to a place where the code won't be executed multiple times if an instruction faults.

Completed in 334 milliseconds