On 2/7/23 04:53, Peter Maydell wrote:
On Tue, 24 Jan 2023 at 00:01, Richard Henderson
<[email protected]> 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 <[email protected]>
---
target/arm/cpu.h | 19 ++++++++++++
target/arm/helper.c | 74 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
Reviewed-by: Peter Maydell <[email protected]>
as far as it goes, but don't we also need DC CIGDPAPA when
FEAT_MTE2 is also implemented?
Quite right.
r~