summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0/lib_arm64.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-04-08 22:57:51 +0000
committergVisor bot <gvisor-bot@google.com>2021-04-08 22:57:51 +0000
commit0525a6fbfbba7f2792c31937caaaab4e154741a5 (patch)
treef10e225b184be6919aea650277781a2276ed9570 /pkg/ring0/lib_arm64.go
parent15d6128c115efcd99756cf4876d2afafb06c5506 (diff)
parentae019e39b0f3c6cdff0b1e86771698693fb074e6 (diff)
Merge release-20210322.0-63-gae019e39b (automated)
Diffstat (limited to 'pkg/ring0/lib_arm64.go')
-rw-r--r--pkg/ring0/lib_arm64.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/ring0/lib_arm64.go b/pkg/ring0/lib_arm64.go
index e44df00a6..5eabd4296 100644
--- a/pkg/ring0/lib_arm64.go
+++ b/pkg/ring0/lib_arm64.go
@@ -31,6 +31,9 @@ func FlushTlbByVA(addr uintptr)
// FlushTlbByASID invalidates tlb by ASID/Inner-Shareable.
func FlushTlbByASID(asid uintptr)
+// LocalFlushTlbByASID invalidates tlb by ASID.
+func LocalFlushTlbByASID(asid uintptr)
+
// FlushTlbAll invalidates all tlb.
func FlushTlbAll()