gvisor/pkg/sentry/platform/kvm/testutil
Bin Lu 8e73e2cec5 enable kvm/testutil to support arm64
enable kvm/testutil to support arm64

The Arm64 user-mode execution stat consists of:
1, X0- X30
2, PC, SP, PSTATE
3, TPIDR_EL0, used for TLS
4, V0-V31: 32 128-bit registers for floating point and simd
5, FPSR

Currently, we first try to achieve goals 1 and 2.

This patch provids basic test utils for goals 1 & 2

Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-09-18 09:57:59 +00:00
..
BUILD enable kvm/testutil to support arm64 2019-09-18 09:57:59 +00:00
testutil.go enable kvm/testutil to support arm64 2019-09-18 09:57:59 +00:00
testutil_amd64.go enable kvm/testutil to support arm64 2019-09-18 09:57:59 +00:00
testutil_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
testutil_arm64.go enable kvm/testutil to support arm64 2019-09-18 09:57:59 +00:00
testutil_arm64.s enable kvm/testutil to support arm64 2019-09-18 09:57:59 +00:00