File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/unix/linux_like/linux/gnu/b64/aarch64 Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ BPF_XOR
40
40
CIBAUD
41
41
MADV_SOFT_OFFLINE
42
42
MAP_SYNC
43
+ PR_GET_TAGGED_ADDR_CTRL
44
+ PR_SET_TAGGED_ADDR_CTRL
45
+ PR_TAGGED_ADDR_ENABLE
43
46
SIGSTKFLT
44
47
SIGUNUSED
45
48
SKF_AD_ALU_XOR_X
Original file line number Diff line number Diff line change @@ -573,6 +573,12 @@ pub const HWCAP_PACG: ::c_ulong = 1 << 31;
573
573
//pub const HWCAP2_SVESM4: ::c_ulong = 1 << 6;
574
574
//pub const HWCAP2_FLAGM2: ::c_ulong = 1 << 7;
575
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 ;
576
582
577
583
// Syscall table
578
584
pub const SYS_io_setup : :: c_long = 0 ;
You can’t perform that action at this time.
0 commit comments