Home
last modified time | relevance | path

Searched hist:d33ff5e0eec0f90cf74a442fd83faec4a03ecde5 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.hd33ff5e0eec0f90cf74a442fd83faec4a03ecde5 Fri Mar 07 16:18:17 UTC 2025 Andre Przywara <andre.przywara@arm.com> feat(smccc): add FEAT_TWED to ARCH_FEATURE_AVAILABILITY

FEAT_TWED (Delayed Trapping of WFE) is an ARMv8.6 feature that is
advertised in the ID_AA64MMFR1_EL1 ID register and controlled by a bit
in the SCR_EL3 register.

On cores implementing that feature we should announce it in the
ARCH_FEATURE_AVAILABILITY SMCCC call, so that users of that interface
can correctly assess the availability of the delayed trap.

Change-Id: I2b185f7eb9d58e45472983204db0305511372477
Signed-off-by: Andre Przywara <andre.przywara@arm.com>