On 12/11/24 08:44, Peter Maydell wrote:
Add the ARM_CP_ADD_TLBI_NXS to the TLBI insns with an NXS variant. This is every AArch64 TLBI encoding except for the four FEAT_RME TLBI insns.Signed-off-by: Peter Maydell<[email protected]> --- target/arm/tcg/tlb-insns.c | 202 +++++++++++++++++++++++-------------- 1 file changed, 124 insertions(+), 78 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
