File tree 3 files changed +11
-0
lines changed
arch/x86/include/uapi/asm 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 16
16
#define ARCH_GET_XCOMP_GUEST_PERM 0x1024
17
17
#define ARCH_REQ_XCOMP_GUEST_PERM 0x1025
18
18
19
+ #define ARCH_XCOMP_TILECFG 17
20
+ #define ARCH_XCOMP_TILEDATA 18
21
+
19
22
#define ARCH_MAP_VDSO_X32 0x2001
20
23
#define ARCH_MAP_VDSO_32 0x2002
21
24
#define ARCH_MAP_VDSO_64 0x2003
22
25
26
+ #define ARCH_GET_UNTAG_MASK 0x4001
27
+ #define ARCH_ENABLE_TAGGED_ADDR 0x4002
28
+ #define ARCH_GET_MAX_TAG_BITS 0x4003
29
+ #define ARCH_FORCE_TAGGED_SVA 0x4004
30
+
23
31
#endif /* _ASM_X86_PRCTL_H */
Original file line number Diff line number Diff line change 12
12
13
13
static DEFINE_STRARRAY_OFFSET (x86_arch_prctl_codes_1 , "ARCH_ ", x86_arch_prctl_codes_1_offset ) ;
14
14
static DEFINE_STRARRAY_OFFSET (x86_arch_prctl_codes_2 , "ARCH_ ", x86_arch_prctl_codes_2_offset ) ;
15
+ static DEFINE_STRARRAY_OFFSET (x86_arch_prctl_codes_3 , "ARCH_ ", x86_arch_prctl_codes_3_offset ) ;
15
16
16
17
static struct strarray * x86_arch_prctl_codes [] = {
17
18
& strarray__x86_arch_prctl_codes_1 ,
18
19
& strarray__x86_arch_prctl_codes_2 ,
20
+ & strarray__x86_arch_prctl_codes_3 ,
19
21
};
20
22
21
23
static DEFINE_STRARRAYS (x86_arch_prctl_codes );
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ print_range () {
24
24
25
25
print_range 1 0x1 0x1001
26
26
print_range 2 0x2 0x2001
27
+ print_range 3 0x4 0x4001
You can’t perform that action at this time.
0 commit comments