[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support
From: |
Rebecca Cran |
Subject: |
[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support |
Date: |
Mon, 14 Dec 2020 13:23:26 -0700 |
This series adds support for FEAT_TLBIOS and FEAT_TLBIRANGE, both of
which are mandatory in ARMv8.4.
Rebecca Cran (3):
target/arm: add FEAT_TLBIOS support
target/arm: add FEAT_TLBIRANGE support
target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
accel/tcg/cputlb.c | 24 ++
include/exec/exec-all.h | 39 +++
target/arm/cpu64.c | 1 +
target/arm/helper.c | 303 ++++++++++++++++++++
4 files changed, 367 insertions(+)
--
2.26.2
- [PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support,
Rebecca Cran <=