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, Feb 21, 7:05 AM
Unknown Object (File)
Thu, Feb 19, 6:20 AM
Unknown Object (File)
Thu, Feb 19, 6:20 AM
Unknown Object (File)
Wed, Feb 18, 3:44 PM
Unknown Object (File)
Sun, Feb 8, 10:24 AM
Unknown Object (File)
Feb 7 2026, 7:31 PM
Unknown Object (File)
Feb 6 2026, 9:49 AM
Unknown Object (File)
Jan 30 2026, 4:19 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