[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANG
From: |
Rebecca Cran |
Subject: |
[PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE |
Date: |
Tue, 9 Mar 2021 17:29:14 -0700 |
ARMv8.4 adds the mandatory FEAT_TLBIOS and FEAT_TLBIRANGE.
They provides TLBI maintenance instructions that extend to the Outer
Shareable domain and that apply to a range of input addresses.
Changes from v2 to v3:
o Change the functions in cputlb.c to do a full flush. This should
only be a short-term implementation.
Testing:
o Ran scripts/checkpatch.pl: functions in exec-all.h fail,
but I think that's acceptable?
o Built all targets
o Ran test code that executed the new instructions
o Ran "make test"
Rebecca Cran (3):
target/arm: Add support for FEAT_TLBIRANGE
target/arm: Add support for FEAT_TLBIOS
target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
accel/tcg/cputlb.c | 22 ++
include/exec/exec-all.h | 41 +++
target/arm/cpu.h | 11 +
target/arm/cpu64.c | 1 +
target/arm/helper.c | 323 ++++++++++++++++++++
5 files changed, 398 insertions(+)
--
2.26.2
- [PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE,
Rebecca Cran <=