18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_X86_PRCTL_H
38c2ecf20Sopenharmony_ci#define _ASM_X86_PRCTL_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define ARCH_SET_GS		0x1001
68c2ecf20Sopenharmony_ci#define ARCH_SET_FS		0x1002
78c2ecf20Sopenharmony_ci#define ARCH_GET_FS		0x1003
88c2ecf20Sopenharmony_ci#define ARCH_GET_GS		0x1004
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define ARCH_GET_CPUID		0x1011
118c2ecf20Sopenharmony_ci#define ARCH_SET_CPUID		0x1012
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define ARCH_MAP_VDSO_X32	0x2001
148c2ecf20Sopenharmony_ci#define ARCH_MAP_VDSO_32	0x2002
158c2ecf20Sopenharmony_ci#define ARCH_MAP_VDSO_64	0x2003
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* _ASM_X86_PRCTL_H */
18