Page MenuHomeFreeBSD

arm64: pmap: Mask VA operand in TLBI instructions
ClosedPublic

Authored by scottph on Mar 24 2022, 5:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 3:00 PM
Unknown Object (File)
Thu, Dec 5, 11:31 AM
Unknown Object (File)
Tue, Nov 19, 1:44 PM
Unknown Object (File)
Sat, Nov 16, 8:13 PM
Unknown Object (File)
Oct 12 2024, 7:27 PM
Unknown Object (File)
Oct 12 2024, 7:27 PM
Unknown Object (File)
Oct 12 2024, 7:27 PM
Unknown Object (File)
Oct 12 2024, 7:07 PM
Subscribers

Details

Summary

Bits 43:0 of the TLBI operand are bits 55:12 of the VA. Leaving
bits 63:55 of the VA in bits 51:44 of the operand might wind up
setting the TTL field (47:44) and accidentally restricting which
translation levels are flushed in the TLB.

Sponsored by: Ampere Computing

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable