summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ring0/BUILD
diff options
context:
space:
mode:
authorBin Lu <bin.lu@arm.com>2019-12-04 16:39:47 +0800
committerBin Lu <bin.lu@arm.com>2019-12-18 16:45:15 +0800
commiteb868be7434600c41fe9aae8313166607869ecb3 (patch)
treefc96d3d770867391e6b833af37e13828749d3ba9 /pkg/sentry/platform/ring0/BUILD
parent80b7ba0c9709c0c7f4c3aef5637d23225bcb866b (diff)
supporting lazy-fpsimd in guest on Arm64
Several jobs were finished in this patch: 1, provide functions to get/set fpcr/fpsr/vregs 2, support lazy-fpsimd-context-switch in el1 Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'pkg/sentry/platform/ring0/BUILD')
-rw-r--r--pkg/sentry/platform/ring0/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/platform/ring0/BUILD b/pkg/sentry/platform/ring0/BUILD
index f1af18265..87f4552b5 100644
--- a/pkg/sentry/platform/ring0/BUILD
+++ b/pkg/sentry/platform/ring0/BUILD
@@ -71,6 +71,7 @@ go_library(
"lib_amd64.go",
"lib_amd64.s",
"lib_arm64.go",
+ "lib_arm64.s",
"ring0.go",
],
importpath = "gvisor.dev/gvisor/pkg/sentry/platform/ring0",