diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:08 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | b2d646a98ca1a17d263efbd7d19ddb736d376d62 (patch) | |
| tree | 517d4850c1ab2ab5ba38ede350fff4a9e84b44f4 /sys/linux/sys.txt.const | |
| parent | 11d0e932eb82ef70289fd831f1196b9594ff50fb (diff) | |
sys/linux: add description of PTRACE_ARCH_PRCTL
Diffstat (limited to 'sys/linux/sys.txt.const')
| -rw-r--r-- | sys/linux/sys.txt.const | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index 8ac271930..c458cabd3 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -16,6 +16,19 @@ ADJ_STATUS = 16 ADJ_TAI = 128 ADJ_TICK = 16384 ADJ_TIMECONST = 32 +ARCH_GET_CPUID = 4113, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_GET_FS = 4099, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_GET_GS = 4100, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_MAP_VDSO_32 = 8194, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_MAP_VDSO_64 = 8195, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_MAP_VDSO_X32 = 8193, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SET_CPUID = 4114, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SET_GS = 4097, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_DISABLE = 20482, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_ENABLE = 20481, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_LOCK = 20483, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_STATUS = 20485, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_UNLOCK = 20484, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? AT_EACCESS = 512 AT_EMPTY_PATH = 4096 AT_FDCWD = 18446744073709551516 @@ -380,6 +393,7 @@ PROT_GROWSUP = 33554432 PROT_READ = 1 PROT_SEM = 8, mips64le:16 PROT_WRITE = 2 +PTRACE_ARCH_PRCTL = 386:arm:arm64:mips64le:ppc64le:riscv64:s390x:???, amd64:30 PTRACE_ATTACH = 16 PTRACE_CONT = 7 PTRACE_DETACH = 17 |
