Searched hist:7847 (Results 1 - 10 of 10) sorted by relevance
/gem5/src/arch/arm/ | ||
H A D | interrupts.hh | diff 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 D | commit.hh | diff 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 D | iew_impl.hh | diff 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 D | fetch.hh | diff 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 D | commit_impl.hh | diff 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 D | fetch_impl.hh | diff 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 D | base.hh | diff 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 D | base.cc | diff 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 D | timing.cc | diff 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 D | atomic.cc | diff 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 315 milliseconds