diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-08 22:57:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-08 22:57:51 +0000 |
commit | 0525a6fbfbba7f2792c31937caaaab4e154741a5 (patch) | |
tree | f10e225b184be6919aea650277781a2276ed9570 /pkg/ring0/lib_arm64.go | |
parent | 15d6128c115efcd99756cf4876d2afafb06c5506 (diff) | |
parent | ae019e39b0f3c6cdff0b1e86771698693fb074e6 (diff) |
Merge release-20210322.0-63-gae019e39b (automated)
Diffstat (limited to 'pkg/ring0/lib_arm64.go')
-rw-r--r-- | pkg/ring0/lib_arm64.go | 3 |
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() |