H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 1 | #ifndef _ASM_X86_PRCTL_H |
| 2 | #define _ASM_X86_PRCTL_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Kyle Huey | e9ea1e7 | 2017-03-20 01:16:26 -0700 | [diff] [blame] | 4 | #define ARCH_SET_GS 0x1001 |
| 5 | #define ARCH_SET_FS 0x1002 |
| 6 | #define ARCH_GET_FS 0x1003 |
| 7 | #define ARCH_GET_GS 0x1004 |
| 8 | |
| 9 | #define ARCH_GET_CPUID 0x1011 |
| 10 | #define ARCH_SET_CPUID 0x1012 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Dmitry Safonov | a01aa6c | 2016-10-27 17:15:15 +0300 | [diff] [blame] | 12 | #define ARCH_MAP_VDSO_X32 0x2001 |
| 13 | #define ARCH_MAP_VDSO_32 0x2002 |
| 14 | #define ARCH_MAP_VDSO_64 0x2003 |
Dmitry Safonov | 2eefd87 | 2016-09-05 16:33:05 +0300 | [diff] [blame] | 15 | |
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 16 | #endif /* _ASM_X86_PRCTL_H */ |