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 2a4898f commit 5b749efCopy full SHA for 5b749ef
tools/arch/x86/include/uapi/asm/prctl.h
@@ -10,6 +10,10 @@
10
#define ARCH_GET_CPUID 0x1011
11
#define ARCH_SET_CPUID 0x1012
12
13
+#define ARCH_GET_XCOMP_SUPP 0x1021
14
+#define ARCH_GET_XCOMP_PERM 0x1022
15
+#define ARCH_REQ_XCOMP_PERM 0x1023
16
+
17
#define ARCH_MAP_VDSO_X32 0x2001
18
#define ARCH_MAP_VDSO_32 0x2002
19
#define ARCH_MAP_VDSO_64 0x2003
0 commit comments