target/hppa: Add install_iaq_entries
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 22 Mar 2024 04:40:54 +0000 (18:40 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:13:13 +0000 (09:13 +0200)
commit85e6cda0082c6e8107b9141bfcfb041f7f2a738e
treec8fe126855a1f92d3c3325300332d744cb13f3da
parentf9b11bc2e75de806f189f7a5d1e63ba735ef4207
target/hppa: Add install_iaq_entries

Instead of two separate cpu_iaoq_entry calls, use one call to update
both IAQ_Front and IAQ_Back.  Simplify with an argument combination
that automatically handles a simple increment from Front to Back.

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c