aboutsummaryrefslogtreecommitdiff
path: root/include/cpuinfo_aarch64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cpuinfo_aarch64.h')
-rw-r--r--include/cpuinfo_aarch64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cpuinfo_aarch64.h b/include/cpuinfo_aarch64.h
index d85d46d..1b57d21 100644
--- a/include/cpuinfo_aarch64.h
+++ b/include/cpuinfo_aarch64.h
@@ -71,6 +71,7 @@ typedef struct {
int dgh : 1; // Data Gathering Hint instruction.
int rng : 1; // True random number generator support.
int bti : 1; // Branch target identification.
+ int mte : 1; // Memory tagging extension.
// Make sure to update Aarch64FeaturesEnum below if you add a field here.
} Aarch64Features;
@@ -139,6 +140,7 @@ typedef enum {
AARCH64_DGH,
AARCH64_RNG,
AARCH64_BTI,
+ AARCH64_MTE,
AARCH64_LAST_,
} Aarch64FeaturesEnum;