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 e401a59 commit 971e7c6Copy full SHA for 971e7c6
src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
@@ -590,6 +590,13 @@ pub const PR_PAC_APDAKEY: ::c_ulong = 1 << 2;
590
pub const PR_PAC_APDBKEY: ::c_ulong = 1 << 3;
591
pub const PR_PAC_APGAKEY: ::c_ulong = 1 << 4;
592
593
+pub const PR_SME_SET_VL: ::c_int = 63;
594
+pub const PR_SME_GET_VL: ::c_int = 64;
595
+pub const PR_SME_VL_LEN_MAX: ::c_int = 0xffff;
596
+
597
+pub const PR_SME_SET_VL_INHERIT: ::c_ulong = 1 << 17;
598
+pub const PR_SME_SET_VL_ONE_EXEC: ::c_ulong = 1 << 18;
599
600
// Syscall table
601
pub const SYS_io_setup: ::c_long = 0;
602
pub const SYS_io_destroy: ::c_long = 1;
0 commit comments