]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 20:13:17 +0000 (12:13 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Nov 2023 17:20:43 +0000 (09:20 -0800)
commit451d993d58fb577425f8a79cdaf4ee213a72f702
tree98023b21b3706c76006a8293c1a83d5485e3352c
parent17fe594c59c7a7304c663534ffb0853eb7e903d5
target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX

Align the language with pa2.0, separating absolute and physical.
The translation from absolute to physical depends on PSW.W, and
we prefer not to flush between changes, therefore use 2 mmu_idx.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/mem_helper.c
target/hppa/translate.c