@samitouri / QOSamiQemu / commits / e1dac1c67a

docs/system: add FEAT_S2TGran[4|16|64]K features

We already have the logic to handle these granule sizes in our stage 2 page table walk code. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260708145841.3032079-8-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Alex Bennée committed Jul 13, 2026 at 12:34 UTC e1dac1c67a27a3559118bc4021e651fbd0dcd23d
1 file changed +3
docs/system/arm/emulation.rst
+3
@@ -162,6 +162,9 @@ the following architecture extensions:
162 - FEAT_S1PIE (Stage 1 permission indirections)
163 - FEAT_S2FWB (Stage 2 forced Write-Back)
164 - FEAT_S2PIE (Stage 2 permission indirections)
165 +- FEAT_S2TGran16K (Support for 16KB memory translation granule size at stage 2)
166 +- FEAT_S2TGran4K (Support for 4KB memory translation granule size at stage 2)
167 +- FEAT_S2TGran64K (Support for 64KB memory translation granule size at stage 2)
168 - FEAT_SB (Speculation Barrier)
169 - FEAT_SCTLR2 (Extension to SCTLR_ELx)
170 - FEAT_Secure (Support for Secure state)