target/arm: Enable TARGET_PAGE_ENTRY_EXTRA
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:48 +0000 (20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (11:27 +0100)
commit24d18d5d7e31462b7bd5bb2c6ee19856699e34ed
treefe597097b7c4f3b3c80be8222df043957297c62d
parent947692e708bc61ca724429b5198f0b0f5f68102d
target/arm: Enable TARGET_PAGE_ENTRY_EXTRA

Copy attrs and shareability, into the TLB.  This will eventually
be used by S1_ptw_translate to report stage1 translation failures,
and by do_ats_write to fill in PAR_EL1.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221011031911.2408754-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu-param.h
target/arm/tlb_helper.c