summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-28 21:45:28 +0000
committergVisor bot <gvisor-bot@google.com>2020-10-28 21:45:28 +0000
commit8085ca843c4d80222f829d7abd27c950e1eeeca2 (patch)
treed292a972113a7bb85484b23e5bf27989a54f578e /pkg/sentry
parentd14d5659224d5c838290e4605256aaac14f6310c (diff)
parentd20ef61a839efa19bed44a1cfa4a30a247056ffe (diff)
Merge release-20201019.0-92-gd20ef61a8 (automated)
Diffstat (limited to 'pkg/sentry')
-rw-r--r--pkg/sentry/platform/ring0/entry_impl_arm64.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/sentry/platform/ring0/entry_impl_arm64.s b/pkg/sentry/platform/ring0/entry_impl_arm64.s
index 19eb3d090..8009fdd00 100644
--- a/pkg/sentry/platform/ring0/entry_impl_arm64.s
+++ b/pkg/sentry/platform/ring0/entry_impl_arm64.s
@@ -586,6 +586,10 @@ TEXT ·kernelExitToEl1(SB),NOSPLIT,$0
MOVD CPU_REGISTERS+PTRACE_PC(RSV_REG), R1
MSR R1, ELR_EL1
+ // restore sentry's tls.
+ MOVD CPU_REGISTERS+PTRACE_TLS(RSV_REG), R1
+ MSR R1, TPIDR_EL0
+
MOVD CPU_REGISTERS+PTRACE_SP(RSV_REG), R1
MOVD R1, RSP