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 22, 8:12 AM
Unknown Object (File)
Sun, Mar 16, 1:50 PM
Unknown Object (File)
Sun, Mar 16, 1:23 PM
Unknown Object (File)
Tue, Mar 11, 9:22 PM
Unknown Object (File)
Feb 4 2025, 6:57 AM
Unknown Object (File)
Jan 29 2025, 1:33 AM
Unknown Object (File)
Dec 12 2024, 8:42 AM
Unknown Object (File)
Dec 5 2024, 3:00 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