Re: [PATCH 02/18] target/arm: Use arm_current_el for simple exceptions

2022-05-30 Thread Peter Maydell
On Mon, 23 May 2022 at 21:49, Richard Henderson wrote: > > For these cases, the syndrome does not depend on the > origin or target EL, so we can simply defer selection > of the target EL to raise_exception. The commit message says "defer to raise_exception()", but that would mean passing 0 as the

[PATCH 02/18] target/arm: Use arm_current_el for simple exceptions

2022-05-23 Thread Richard Henderson
For these cases, the syndrome does not depend on the origin or target EL, so we can simply defer selection of the target EL to raise_exception. Signed-off-by: Richard Henderson --- target/arm/helper-a64.c | 5 +++-- target/arm/helper.c | 10 +++--- target/arm/mte_helper.c | 7 +++