File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
arch/x86/include/uapi/asm Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1616#define ARCH_GET_XCOMP_GUEST_PERM 0x1024
1717#define ARCH_REQ_XCOMP_GUEST_PERM 0x1025
1818
19+ #define ARCH_XCOMP_TILECFG 17
20+ #define ARCH_XCOMP_TILEDATA 18
21+
1922#define ARCH_MAP_VDSO_X32 0x2001
2023#define ARCH_MAP_VDSO_32 0x2002
2124#define ARCH_MAP_VDSO_64 0x2003
2225
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+
2331#endif /* _ASM_X86_PRCTL_H */
Original file line number Diff line number Diff line change 1212
1313static DEFINE_STRARRAY_OFFSET (x86_arch_prctl_codes_1 , "ARCH_ ", x86_arch_prctl_codes_1_offset ) ;
1414static 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 ) ;
1516
1617static struct strarray * x86_arch_prctl_codes [] = {
1718 & strarray__x86_arch_prctl_codes_1 ,
1819 & strarray__x86_arch_prctl_codes_2 ,
20+ & strarray__x86_arch_prctl_codes_3 ,
1921};
2022
2123static DEFINE_STRARRAYS (x86_arch_prctl_codes );
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ print_range () {
2424
2525print_range 1 0x1 0x1001
2626print_range 2 0x2 0x2001
27+ print_range 3 0x4 0x4001
You can’t perform that action at this time.
0 commit comments