On 2/7/23 04:53, Peter Maydell wrote:
On Tue, 24 Jan 2023 at 00:01, Richard Henderson
<richard.hender...@linaro.org> wrote:
This includes GPCCR, GPTBR, MFAR, the TLB flush insns PAALL,
PAALLOS, RPALOS, RPAOS, and the cache flush insn CIPAPA.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/cpu.h | 19 ++++++++++++
target/arm/helper.c | 74 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
as far as it goes, but don't we also need DC CIGDPAPA when
FEAT_MTE2 is also implemented?
Quite right.
r~