Re: [PATCH 02/12] target: Use cpu_pointer_wrap_notreached for strict align targets

2025-05-05 Thread Philippe Mathieu-Daudé
On 4/5/25 22:57, Richard Henderson wrote: Alpha, HPPA, and SH4 always use aligned addresses, and therefore never produce accesses that cross pages. Cc: Helge Deller Cc: Yoshinori Sato Signed-off-by: Richard Henderson --- include/accel/tcg/cpu-ops.h | 5 + accel/tcg/cputlb.c |

[PATCH 02/12] target: Use cpu_pointer_wrap_notreached for strict align targets

2025-05-04 Thread Richard Henderson
Alpha, HPPA, and SH4 always use aligned addresses, and therefore never produce accesses that cross pages. Cc: Helge Deller Cc: Yoshinori Sato Signed-off-by: Richard Henderson --- include/accel/tcg/cpu-ops.h | 5 + accel/tcg/cputlb.c | 13 + target/alpha/cpu.c