Page MenuHomeFreeBSD

arm64: Remove VPIPT I-cache support from pmap
ClosedPublic

Authored by andrew on Oct 15 2024, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 3, 12:58 AM
Unknown Object (File)
Wed, Nov 27, 11:55 AM
Unknown Object (File)
Sat, Nov 23, 7:27 PM
Unknown Object (File)
Nov 8 2024, 7:27 PM
Unknown Object (File)
Nov 2 2024, 12:28 AM
Unknown Object (File)
Oct 29 2024, 8:27 AM
Unknown Object (File)
Oct 21 2024, 12:24 PM
Unknown Object (File)
Oct 21 2024, 1:24 AM
Subscribers

Details

Summary

The VPIPT I-cache policy has been removed from the architecture.
Remove support for it from pmap. The vmm side was not imported so
calls to pmap_invalidate_vpipt_icache would cause the kernel to branch
to a NULL pointer.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable