On 10/4/24 07:24, Richard Henderson wrote:
I was hoping for a reorg of the target hooks that could allow the target to see
misalignment and permission check simultaneously, then the target chooses the order in
which the two faults are presented. Given how complicated tlb_fill is though, I don't see
that being an easy job.
I'll play around with something and report back.
Careful review of exception priorities shows that this cannot be done without expanding
tlb_fill, because of how the alignment fault must be prioritized in between other faults.
r~