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)
Fri, Sep 27, 3:17 AM
Unknown Object (File)
Mon, Sep 23, 4:27 PM
Unknown Object (File)
Mon, Sep 23, 8:15 AM
Unknown Object (File)
Mon, Sep 23, 6:27 AM
Unknown Object (File)
Sat, Sep 21, 12:35 PM
Unknown Object (File)
Fri, Sep 20, 5:29 AM
Unknown Object (File)
Thu, Sep 19, 1:23 PM
Unknown Object (File)
Wed, Sep 18, 11:40 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