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)
Sat, Mar 28, 2:43 PM
Unknown Object (File)
Sat, Mar 28, 4:09 AM
Unknown Object (File)
Fri, Mar 27, 6:06 PM
Unknown Object (File)
Sat, Mar 21, 11:44 AM
Unknown Object (File)
Feb 21 2026, 7:05 AM
Unknown Object (File)
Feb 19 2026, 6:20 AM
Unknown Object (File)
Feb 19 2026, 6:20 AM
Unknown Object (File)
Feb 18 2026, 3:44 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