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)
Tue, Apr 30, 2:26 AM
Unknown Object (File)
Sat, Apr 27, 9:15 AM
Unknown Object (File)
Feb 28 2024, 1:33 AM
Unknown Object (File)
Feb 5 2024, 7:43 PM
Unknown Object (File)
Jan 14 2024, 8:02 AM
Unknown Object (File)
Dec 22 2023, 11:28 PM
Unknown Object (File)
Dec 14 2023, 8:11 PM
Unknown Object (File)
Sep 26 2023, 1:33 AM
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