target/hppa: Implement TCGCPUOps.tlb_fill_align
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 8 Oct 2024 01:02:44 +0000 (18:02 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:05 +0000 (11:27 -0700)
commit99746de61262fd5cf80eacfdb513e8d40e9107e8
treef387a72c73acda8ba1cdd428cad190eb6fc4f3a3
parent5d29587b451b6b86738f62378f8e4fc98c22388f
target/hppa: Implement TCGCPUOps.tlb_fill_align

Convert hppa_cpu_tlb_fill to hppa_cpu_tlb_fill_align so that we
can recognize alignment exceptions in the correct priority order.

Resolves: https://bugzilla.kernel.org/show_bug.cgi?id=219339
Tested-by: Helge Deller <deller@gmx.de>
Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.c
target/hppa/cpu.h
target/hppa/mem_helper.c