Re: [PATCH 08/11] target/hppa: Introduce MMU_IDX_MMU_DISABLED

2023-11-12 Thread Philippe Mathieu-Daudé
On 11/11/23 02:32, Richard Henderson wrote: Reduce the number of direct checks against MMU_PHYS_IDX. Signed-off-by: Richard Henderson --- target/hppa/cpu.h| 1 + target/hppa/mem_helper.c | 4 ++-- target/hppa/translate.c | 20 +++- 3 files changed, 14 insertions(

[PATCH 08/11] target/hppa: Introduce MMU_IDX_MMU_DISABLED

2023-11-10 Thread Richard Henderson
Reduce the number of direct checks against MMU_PHYS_IDX. Signed-off-by: Richard Henderson --- target/hppa/cpu.h| 1 + target/hppa/mem_helper.c | 4 ++-- target/hppa/translate.c | 20 +++- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/target/hppa/cpu.