diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-02-10 18:15:48 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-10 18:15:48 +0000 |
commit | a40373b6360303daaa7cd266b2e8c42a26425508 (patch) | |
tree | 85244444c4eb3a3eea46503b252c072eb6f5634d /pkg/ring0/lib_arm64.go | |
parent | 549583ee9f2782807cc4144e64ff7db5fdb71b71 (diff) | |
parent | b9db7db3bdfe1405d14465bb7ad8fb33637fd840 (diff) |
Merge release-20210201.0-75-gb9db7db3b (automated)
Diffstat (limited to 'pkg/ring0/lib_arm64.go')
-rw-r--r-- | pkg/ring0/lib_arm64.go | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkg/ring0/lib_arm64.go b/pkg/ring0/lib_arm64.go index a490bf3af..edf24eda3 100644 --- a/pkg/ring0/lib_arm64.go +++ b/pkg/ring0/lib_arm64.go @@ -16,6 +16,9 @@ package ring0 +// storeEl0Fpstate writes the address of application's fpstate. +func storeEl0Fpstate(value *byte) + // storeAppASID writes the application's asid value. func storeAppASID(asid uintptr) @@ -59,11 +62,10 @@ func LoadFloatingPoint(*byte) // SaveFloatingPoint saves floating point state. func SaveFloatingPoint(*byte) -// EnableVFP enables fpsimd. -func EnableVFP() +func FPSIMDDisableTrap() // DisableVFP disables fpsimd. -func DisableVFP() +func FPSIMDEnableTrap() // Init sets function pointers based on architectural features. // |