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.
2 parents cdfc35c + a7df4de commit ce3d1a2Copy full SHA for ce3d1a2
src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
@@ -573,6 +573,12 @@ pub const HWCAP_PACG: ::c_ulong = 1 << 31;
573
//pub const HWCAP2_SVESM4: ::c_ulong = 1 << 6;
574
//pub const HWCAP2_FLAGM2: ::c_ulong = 1 << 7;
575
//pub const HWCAP2_FRINT: ::c_ulong = 1 << 8;
576
+//pub const HWCAP2_MTE: ::c_ulong = 1 << 18;
577
+
578
+// linux/prctl.h
579
+pub const PR_SET_TAGGED_ADDR_CTRL: ::c_int = 55;
580
+pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 56;
581
+pub const PR_TAGGED_ADDR_ENABLE: ::c_ulong = 1;
582
583
// Syscall table
584
pub const SYS_io_setup: ::c_long = 0;
0 commit comments