target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
commit5e98763c0ef55fbd8fe4fe8614825ab508543d32
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Sep 2021 00:49:05 +0000 (17 17:49 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (2 07:00 -0400)
tree12c38e52cfa5f4af884f736d4e5a9883e16eead1
parent90113883af311121e22caf505eab55e2eea1aa8e
target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup

Use the new os interface for raising the exception,
rather than calling arm_cpu_tlb_fill directly.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/mte_helper.c