We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e943a commit b1fabefCopy full SHA for b1fabef
include/uapi/linux/prctl.h
@@ -244,6 +244,8 @@ struct prctl_mm_map {
244
# define PR_MTE_TAG_MASK (0xffffUL << PR_MTE_TAG_SHIFT)
245
/* Unused; kept only for source compatibility */
246
# define PR_MTE_TCF_SHIFT 1
247
+/* MTE tag check store only */
248
+# define PR_MTE_STORE_ONLY (1UL << 19)
249
/* RISC-V pointer masking tag length */
250
# define PR_PMLEN_SHIFT 24
251
# define PR_PMLEN_MASK (0x7fUL << PR_PMLEN_SHIFT)
0 commit comments