gvisor/pkg/sentry/platform/ptrace
Haibo Xu c04958e2fa Enable thread local storage support on arm64.
Linux use the task.thread.uw.tp_value field to store the
TLS pointer on arm64 platform, and we use a similar way
in gvisor to store it in the arch/State struct.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Change-Id: Ie76b5c6d109bc27ccfd594008a96753806db7764
2020-03-09 01:04:55 +00:00
..
BUILD Enable thread local storage support on arm64. 2020-03-09 01:04:55 +00:00
filters.go
ptrace.go
ptrace_amd64.go Enable thread local storage support on arm64. 2020-03-09 01:04:55 +00:00
ptrace_arm64.go
ptrace_arm64_unsafe.go Enable thread local storage support on arm64. 2020-03-09 01:04:55 +00:00
ptrace_unsafe.go
stub_amd64.s
stub_arm64.s
stub_unsafe.go
subprocess.go Enable thread local storage support on arm64. 2020-03-09 01:04:55 +00:00
subprocess_amd64.go
subprocess_arm64.go
subprocess_linux.go
subprocess_linux_unsafe.go
subprocess_unsafe.go