We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I would like to know the interrupt behavior on Out-of-Order pipeline on Cortex-A15.
When some instruction is executing on Out-of-Order pipeline, one interrupt is happens.
In this case, its interrupt must wait until finish the current executing instruction?
If it is yes, it makes long wait for interrupt.
For example,
If a load instruction with PCIe transaction is executing on pipeline, the interrupt may wait long time until the load instruction finished.
I think this situation make the performance decreasing dramatically.
Does Cortex-A15 core have some feature for protecting this situation?
I appreciate your quick reply.
Best regards,
Michi
Dear Chris-san,
Thank you for your advice.
But I am still confusing.
You said that A15 core does not wait that PCIe transaction had completed. It is an outstanding at a local level.
Regarding "local level", you said, it does not include the completion time that for "load" instruction to memory space assigned to PCIe,
I don't know why load(or store) instruction is outstanding at local level. If the load instruction to memory space assigned to DDR3, isn't it outstanding?
Please advise me again.