strace/xlat/archvals.in
Dmitry V. Levin 8d2dd76323 x86: wire up arch_prctl syscall
* linux/i386/syscallent.h [384]: Add arch_prctl entry.
* xlat/archvals.in: Add fallback definitions for constants.
* prctl.c: Stop including <asm/prctl.h>.
(SYS_FUNC(arch_prctl)): Enable for [I386].
* NEWS: Mention this.
2017-07-21 01:30:26 +00:00

10 lines
193 B
Plaintext

ARCH_SET_GS 0x1001
ARCH_SET_FS 0x1002
ARCH_GET_FS 0x1003
ARCH_GET_GS 0x1004
ARCH_GET_CPUID 0x1011
ARCH_SET_CPUID 0x1012
ARCH_MAP_VDSO_X32 0x2001
ARCH_MAP_VDSO_32 0x2002
ARCH_MAP_VDSO_64 0x2003