Re: [PATCH v3 19/20] target/arm: Implement TCGCPUOps.tlb_fill_align

2024-10-10 Thread Peter Maydell
On Wed, 9 Oct 2024 at 01:05, Richard Henderson wrote: > > Fill in the tlb_fill_align hook. Handle alignment not due to > memory type, since that's no longer handled by generic code. > Pass memop to get_phys_addr. > > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 6 ++--

[PATCH v3 19/20] target/arm: Implement TCGCPUOps.tlb_fill_align

2024-10-08 Thread Richard Henderson
Fill in the tlb_fill_align hook. Handle alignment not due to memory type, since that's no longer handled by generic code. Pass memop to get_phys_addr. Signed-off-by: Richard Henderson --- target/arm/internals.h | 6 ++--- target/arm/cpu.c| 2 +- target/arm/tcg/cpu-v7m.c|