aarch64: Add occmo flag for FEAT_OCCMO

FEAT_OCCMO support was introduced, but the feature flags were missing.
This patch adds these flags, as well as splitting up the tests to test
occmo vs occmo+memtag operands.
This commit is contained in:
Ezra Sitorus
2025-06-05 15:27:15 +01:00
committed by Alice Carlotti
parent 3165109751
commit 78155cbb35
8 changed files with 31 additions and 18 deletions

View File

@@ -137,6 +137,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_SSBS,
/* Memory Tagging Extension. */
AARCH64_FEATURE_MEMTAG,
/* Outer Cacheable Cache Maintenance Operation. */
AARCH64_FEATURE_OCCMO,
/* Transactional Memory Extension. */
AARCH64_FEATURE_TME,
/* XS memory attribute. */