Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102967351
D44799.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D44799.diff
View Options
diff --git a/sys/arm64/vmm/vmm_hyp_exception.S b/sys/arm64/vmm/vmm_hyp_exception.S
--- a/sys/arm64/vmm/vmm_hyp_exception.S
+++ b/sys/arm64/vmm/vmm_hyp_exception.S
@@ -215,7 +215,10 @@
/* Load the base address for the translation tables */
msr ttbr0_el2, x0
/* Invalidate the TLB */
+ dsb ish
tlbi alle2
+ dsb ishst
+ isb
/* Use the same memory attributes as EL1 */
mrs x9, mair_el1
msr mair_el2, x9
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 7:43 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14705904
Default Alt Text
D44799.diff (414 B)
Attached To
Mode
D44799: arm64/vmm: Ensure the tlbi has completed
Attached
Detach File
Event Timeline
Log In to Comment