summaryrefslogtreecommitdiff
path: root/include/sys/prctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/prctl.h')
-rw-r--r--include/sys/prctl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sys/prctl.h b/include/sys/prctl.h
index 07f0d73d..d9c846e9 100644
--- a/include/sys/prctl.h
+++ b/include/sys/prctl.h
@@ -154,6 +154,10 @@ struct prctl_mm_map {
#define PR_PAC_APDBKEY (1UL << 3)
#define PR_PAC_APGAKEY (1UL << 4)
+#define PR_SET_TAGGED_ADDR_CTRL 55
+#define PR_GET_TAGGED_ADDR_CTRL 56
+#define PR_TAGGED_ADDR_ENABLE (1UL << 0)
+
int prctl (int, ...);
#ifdef __cplusplus